diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | 5af9c8a7503ff8777e76aaace258b490e7c8d308 (patch) | |
tree | 52ff828a2bd46bc0a16e0d41c567b9647939514c /recipes-bsp/cppi-lld | |
parent | d4d5f8c590a1a0651196454d8b3fcdba9017df10 (diff) | |
download | meta-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.inc | 14 |
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 | |||
4 | COMPATIBLE_MACHINE = "keystone" | 4 | COMPATIBLE_MACHINE = "keystone" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git" | 7 | inherit ti-pdk-fetch |
8 | CPPI_LLD_GIT_PROTOCOL = "git" | ||
9 | CPPI_LLD_GIT_BRANCH = "master" | ||
10 | CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi" | ||
11 | 8 | ||
12 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.14A" | 9 | TI_PDK_COMP = "ti.drv.cppi" |
13 | CPPI_LLD_SRCREV = "d9b51bfc77ee0c97ed11dc6753667cfadc0285f6" | ||
14 | 10 | ||
15 | BRANCH = "${CPPI_LLD_GIT_BRANCH}" | 11 | PE = "1" |
16 | SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
17 | 12 | ||
18 | SRCREV = "${CPPI_LLD_SRCREV}" | ||
19 | PV = "02.01.00.14A" | ||
20 | INC_PR = "r0" | 13 | INC_PR = "r0" |
21 | 14 | ||
22 | DEVICELIST = "k2h k2k k2l k2e" | 15 | DEVICELIST = "k2h k2k k2l k2e" |
@@ -24,4 +17,3 @@ DEVICELIST_k2hk = "k2h k2k" | |||
24 | DEVICELIST_k2l = "k2l" | 17 | DEVICELIST_k2l = "k2l" |
25 | DEVICELIST_k2e = "k2e" | 18 | DEVICELIST_k2e = "k2e" |
26 | 19 | ||
27 | S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}" | ||