diff options
Diffstat (limited to 'recipes-bsp/cppi-lld/cppi-lld.inc')
-rw-r--r-- | recipes-bsp/cppi-lld/cppi-lld.inc | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc index 21c8fe00..ae81a3f0 100644 --- a/recipes-bsp/cppi-lld/cppi-lld.inc +++ b/recipes-bsp/cppi-lld/cppi-lld.inc | |||
@@ -1,14 +1,21 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" | 2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" |
3 | 3 | ||
4 | BRANCH = "master" | 4 | CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git" |
5 | SRC_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git;destsuffix=git/ti/drv/cppi;protocol=git;branch=${BRANCH}" | 5 | CPPI_LLD_GIT_PROTOCOL = "git" |
6 | CPPI_LLD_GIT_BRANCH = "master" | ||
7 | CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi" | ||
6 | 8 | ||
7 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.10" | 9 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.10" |
8 | SRCREV = "97c537fa544a78e83512db3499a49d0bd86fad32" | 10 | CPPI_LLD_SRCREV = "97c537fa544a78e83512db3499a49d0bd86fad32" |
11 | |||
12 | BRANCH = "${CPPI_LLD_GIT_BRANCH}" | ||
13 | SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
14 | |||
15 | SRCREV = "${CPPI_LLD_SRCREV}" | ||
9 | PV = "02.01.00.10" | 16 | PV = "02.01.00.10" |
17 | INC_PR = "r1" | ||
10 | 18 | ||
11 | DEVICELIST = "k2h k2k k2l k2e" | 19 | DEVICELIST = "k2h k2k k2l k2e" |
12 | 20 | ||
13 | BASEDIR = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}" |
14 | S = "${BASEDIR}/ti/drv/cppi" | ||