aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb')
-rw-r--r--recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
deleted file mode 100644
index 6054d6b7..00000000
--- a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SUMMARY = "TI RTOS low level driver for General Purpose Memory Controller (GPMC)"
-
-inherit ti-pdk ti-pdk-fetch
-
-TI_PDK_COMP = "ti.drv.gpmc"
-
-PE = "1"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://GPMC.h;beginline=1;endline=31;md5=485ec97c36f809bf92323fde3e988c72"
-
-COMPATIBLE_MACHINE = "ti33x|ti43x"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-
-PR = "r0"
-
-DEPENDS_append = " osal-rtos \
-"
-DEPENDS_append_ti33x = " starterware-rtos \
-"
-DEPENDS_append_ti43x = " starterware-rtos \
-"
-
-# Build with make instead of XDC
-TI_PDK_XDCMAKE = "0"
-
-# HTML doc link params
-PDK_COMP_LINK_TEXT = "GPMC LLD"
-
-export PDK_GPMC_ROOT_PATH ="${WORKDIR}/build"
-export DEST_ROOT="${S}"