summaryrefslogtreecommitdiffstats
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-06 22:38:10 +0000
commit3d9c6664219db0dc055e7aaff6f26fdaeab5fdb7 (patch)
treed5c5f38475cb19825a10ae71bbc7e4d564fb6357
parenta91555018470195393d5f1d683f7d2cb1eae9914 (diff)
downloadmeta-ti-3d9c6664219db0dc055e7aaff6f26fdaeab5fdb7.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>
-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}"