summaryrefslogtreecommitdiffstats
path: root/bsp/meta-ti/recipes-bsp/sa-lld/sa-lld.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-ti/recipes-bsp/sa-lld/sa-lld.inc')
-rw-r--r--bsp/meta-ti/recipes-bsp/sa-lld/sa-lld.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/bsp/meta-ti/recipes-bsp/sa-lld/sa-lld.inc b/bsp/meta-ti/recipes-bsp/sa-lld/sa-lld.inc
new file mode 100644
index 00000000..0d8b0f94
--- /dev/null
+++ b/bsp/meta-ti/recipes-bsp/sa-lld/sa-lld.inc
@@ -0,0 +1,21 @@
+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.02"
+SA_LLD_SRCREV = "0fa21847bc633c66512352007b4a713073aae968"
+
+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.02"
+INC_PR = "r0"
+
+S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"