diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:36 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
| commit | bfc869e3e0bf7debae74c4680077cea829d12262 (patch) | |
| tree | 0c97a6b19c1397539c15bae9e1d997f3e984edb8 /recipes-bsp/iqn2-lld | |
| parent | dc5eebc9afb7576b18b24f088dd1bd4950d84b96 (diff) | |
| download | meta-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.inc | 14 |
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 @@ | |||
| 1 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" | 1 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" |
| 2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
| 3 | 3 | ||
| 4 | IQN2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/iqn2-lld.git" | 4 | inherit ti-pdk-fetch |
| 5 | IQN2_LLD_GIT_PROTOCOL = "git" | ||
| 6 | IQN2_LLD_GIT_BRANCH = "master" | ||
| 7 | IQN2_LLD_GIT_DESTSUFFIX = "git/ti/drv/iqn2" | ||
| 8 | 5 | ||
| 9 | # Following commit corresponds to DEV.IQN_LLD.01.00.00.11A | 6 | TI_PDK_COMP = "ti.drv.iqn2" |
| 10 | IQN2_LLD_SRCREV = "41c0cd3cb4fc25453904f8c583ebd0a7a0e5b940" | ||
| 11 | 7 | ||
| 12 | BRANCH = "${IQN2_LLD_GIT_BRANCH}" | 8 | PE = "1" |
| 13 | SRC_URI = "${IQN2_LLD_GIT_URI};destsuffix=${IQN2_LLD_GIT_DESTSUFFIX};protocol=${IQN2_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 14 | SRCREV = "${IQN2_LLD_SRCREV}" | ||
| 15 | 9 | ||
| 16 | PV = "1.0.0.11A" | ||
| 17 | INC_PR = "r0" | 10 | INC_PR = "r0" |
| 18 | 11 | ||
| 19 | COMPATIBLE_MACHINE = "k2l" | 12 | COMPATIBLE_MACHINE = "k2l" |
| 20 | 13 | ||
| 21 | S = "${WORKDIR}/${IQN2_LLD_GIT_DESTSUFFIX}" | ||
