summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pa-lld/pa-lld.inc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commiteee864cc8370634173e47b6d11f8aaf69c7d660a (patch)
tree3520d53fe119d3fd54d645d7b623337be3929d10 /recipes-bsp/pa-lld/pa-lld.inc
parent73c1b85d89022aaf1ee814249c3894823572fa65 (diff)
downloadmeta-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.inc14
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
4COMPATIBLE_MACHINE = "keystone" 4COMPATIBLE_MACHINE = "keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
6 6
7PA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pa-lld.git" 7inherit ti-pdk-fetch
8PA_LLD_GIT_PROTOCOL = "git"
9PA_LLD_GIT_BRANCH = "master"
10PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
11 8
12# Below commit ID corresponding to "DEV.PA_LLD.03.00.02.08A" 9TI_PDK_COMP = "ti.drv.pa"
13PA_LLD_SRCREV = "02e790bdeba574c0bcca9c0bfe2c071c180c53c8"
14 10
15BRANCH = "${PA_LLD_GIT_BRANCH}" 11PE = "1"
16SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17SRCREV = "${PA_LLD_SRCREV}"
18 12
19PV = "03.00.02.08A"
20INC_PR = "r0" 13INC_PR = "r0"
21 14
22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
23 15
24DEVICELIST = "k2h k2k k2l k2e" 16DEVICELIST = "k2h k2k k2l k2e"
25DEVICELIST_k2hk = "k2h k2k" 17DEVICELIST_k2hk = "k2h k2k"