diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | eee864cc8370634173e47b6d11f8aaf69c7d660a (patch) | |
tree | 3520d53fe119d3fd54d645d7b623337be3929d10 /recipes-bsp/pa-lld/pa-lld.inc | |
parent | 73c1b85d89022aaf1ee814249c3894823572fa65 (diff) | |
download | meta-ti-eee864cc8370634173e47b6d11f8aaf69c7d660a.tar.gz |
pa-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/pa-lld/pa-lld.inc')
-rw-r--r-- | recipes-bsp/pa-lld/pa-lld.inc | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc index 5af0e713..83c57e31 100644 --- a/recipes-bsp/pa-lld/pa-lld.inc +++ b/recipes-bsp/pa-lld/pa-lld.inc | |||
@@ -4,22 +4,14 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=cd04fb087063 | |||
4 | COMPATIBLE_MACHINE = "keystone" | 4 | COMPATIBLE_MACHINE = "keystone" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | PA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pa-lld.git" | 7 | inherit ti-pdk-fetch |
8 | PA_LLD_GIT_PROTOCOL = "git" | ||
9 | PA_LLD_GIT_BRANCH = "master" | ||
10 | PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" | ||
11 | 8 | ||
12 | # Below commit ID corresponding to "DEV.PA_LLD.03.00.02.08A" | 9 | TI_PDK_COMP = "ti.drv.pa" |
13 | PA_LLD_SRCREV = "02e790bdeba574c0bcca9c0bfe2c071c180c53c8" | ||
14 | 10 | ||
15 | BRANCH = "${PA_LLD_GIT_BRANCH}" | 11 | PE = "1" |
16 | SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
17 | SRCREV = "${PA_LLD_SRCREV}" | ||
18 | 12 | ||
19 | PV = "03.00.02.08A" | ||
20 | INC_PR = "r0" | 13 | INC_PR = "r0" |
21 | 14 | ||
22 | S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" | ||
23 | 15 | ||
24 | DEVICELIST = "k2h k2k k2l k2e" | 16 | DEVICELIST = "k2h k2k k2l k2e" |
25 | DEVICELIST_k2hk = "k2h k2k" | 17 | DEVICELIST_k2hk = "k2h k2k" |