summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/cppi-lld/cppi-lld.inc14
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc
index dec5b7d3..40810f7f 100644
--- a/recipes-bsp/cppi-lld/cppi-lld.inc
+++ b/recipes-bsp/cppi-lld/cppi-lld.inc
@@ -4,19 +4,12 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acd
4COMPATIBLE_MACHINE = "keystone" 4COMPATIBLE_MACHINE = "keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
6 6
7CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git" 7inherit ti-pdk-fetch
8CPPI_LLD_GIT_PROTOCOL = "git"
9CPPI_LLD_GIT_BRANCH = "master"
10CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi"
11 8
12# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.14A" 9TI_PDK_COMP = "ti.drv.cppi"
13CPPI_LLD_SRCREV = "d9b51bfc77ee0c97ed11dc6753667cfadc0285f6"
14 10
15BRANCH = "${CPPI_LLD_GIT_BRANCH}" 11PE = "1"
16SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17 12
18SRCREV = "${CPPI_LLD_SRCREV}"
19PV = "02.01.00.14A"
20INC_PR = "r0" 13INC_PR = "r0"
21 14
22DEVICELIST = "k2h k2k k2l k2e" 15DEVICELIST = "k2h k2k k2l k2e"
@@ -24,4 +17,3 @@ DEVICELIST_k2hk = "k2h k2k"
24DEVICELIST_k2l = "k2l" 17DEVICELIST_k2l = "k2l"
25DEVICELIST_k2e = "k2e" 18DEVICELIST_k2e = "k2e"
26 19
27S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}"