summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/iqn2-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commitbfc869e3e0bf7debae74c4680077cea829d12262 (patch)
tree0c97a6b19c1397539c15bae9e1d997f3e984edb8 /recipes-bsp/iqn2-lld
parentdc5eebc9afb7576b18b24f088dd1bd4950d84b96 (diff)
downloadmeta-ti-bfc869e3e0bf7debae74c4680077cea829d12262.tar.gz
iqn2-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/iqn2-lld')
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld.inc14
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld.inc b/recipes-bsp/iqn2-lld/iqn2-lld.inc
index 29b230a4..078509fc 100644
--- a/recipes-bsp/iqn2-lld/iqn2-lld.inc
+++ b/recipes-bsp/iqn2-lld/iqn2-lld.inc
@@ -1,21 +1,13 @@
1LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" 1LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3 3
4IQN2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/iqn2-lld.git" 4inherit ti-pdk-fetch
5IQN2_LLD_GIT_PROTOCOL = "git"
6IQN2_LLD_GIT_BRANCH = "master"
7IQN2_LLD_GIT_DESTSUFFIX = "git/ti/drv/iqn2"
8 5
9# Following commit corresponds to DEV.IQN_LLD.01.00.00.11A 6TI_PDK_COMP = "ti.drv.iqn2"
10IQN2_LLD_SRCREV = "41c0cd3cb4fc25453904f8c583ebd0a7a0e5b940"
11 7
12BRANCH = "${IQN2_LLD_GIT_BRANCH}" 8PE = "1"
13SRC_URI = "${IQN2_LLD_GIT_URI};destsuffix=${IQN2_LLD_GIT_DESTSUFFIX};protocol=${IQN2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
14SRCREV = "${IQN2_LLD_SRCREV}"
15 9
16PV = "1.0.0.11A"
17INC_PR = "r0" 10INC_PR = "r0"
18 11
19COMPATIBLE_MACHINE = "k2l" 12COMPATIBLE_MACHINE = "k2l"
20 13
21S = "${WORKDIR}/${IQN2_LLD_GIT_DESTSUFFIX}"