aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld/sa-lld.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/sa-lld/sa-lld.inc')
-rw-r--r--recipes-bsp/sa-lld/sa-lld.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
deleted file mode 100644
index d4993cb9..00000000
--- a/recipes-bsp/sa-lld/sa-lld.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-LICENSE = "BSD-3-Clause & TI-TFL"
-COMPATIBLE_MACHINE = "k2hk|k2e|k2l"
-
-LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
-
-SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git"
-SA_LLD_GIT_PROTOCOL = "git"
-SA_LLD_GIT_BRANCH = "master"
-SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
-
-# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03D"
-SA_LLD_SRCREV = "506491b586c13c90f307b527df5eaacd35af6d02"
-
-BRANCH = "${SA_LLD_GIT_BRANCH}"
-SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
-SRCREV = "${SA_LLD_SRCREV}"
-
-PV = "04.00.00.03D"
-INC_PR = "r0"
-
-S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"