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 4eaa0f80..00000000
--- a/recipes-bsp/sa-lld/sa-lld.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-LICENSE = "BSD-3-Clause & TI-TFL"
-COMPATIBLE_MACHINE = "keystone"
-
-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.03B"
-SA_LLD_SRCREV = "ac85eea98ccb73fa00006afca8ae03536e933134"
-
-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.03B"
-INC_PR = "r0"
-
-S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"