summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cppi-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commit5af9c8a7503ff8777e76aaace258b490e7c8d308 (patch)
tree52ff828a2bd46bc0a16e0d41c567b9647939514c /recipes-bsp/cppi-lld
parentd4d5f8c590a1a0651196454d8b3fcdba9017df10 (diff)
downloadmeta-ti-5af9c8a7503ff8777e76aaace258b490e7c8d308.tar.gz
cppi-lld: migrate to ti-pdk-fetch.bbclass
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cppi-lld')
-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}"