summaryrefslogtreecommitdiffstats
path: root/bsp/meta-ti/recipes-bsp/cppi-lld/cppi-lld.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-ti/recipes-bsp/cppi-lld/cppi-lld.inc')
-rw-r--r--bsp/meta-ti/recipes-bsp/cppi-lld/cppi-lld.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/bsp/meta-ti/recipes-bsp/cppi-lld/cppi-lld.inc b/bsp/meta-ti/recipes-bsp/cppi-lld/cppi-lld.inc
new file mode 100644
index 00000000..5aea1ebe
--- /dev/null
+++ b/bsp/meta-ti/recipes-bsp/cppi-lld/cppi-lld.inc
@@ -0,0 +1,27 @@
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
+
+COMPATIBLE_MACHINE = "keystone"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git"
+CPPI_LLD_GIT_PROTOCOL = "git"
+CPPI_LLD_GIT_BRANCH = "master"
+CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi"
+
+# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.14"
+CPPI_LLD_SRCREV = "10d3fbc0231073027991d797e9406a9585058691"
+
+BRANCH = "${CPPI_LLD_GIT_BRANCH}"
+SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${CPPI_LLD_SRCREV}"
+PV = "02.01.00.14"
+INC_PR = "r0"
+
+DEVICELIST = "k2h k2k k2l k2e"
+DEVICELIST_k2hk = "k2h k2k"
+DEVICELIST_k2l = "k2l"
+DEVICELIST_k2e = "k2e"
+
+S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}"