summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/aif2-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commit40e25f592a6789be79c3415ad3db7cd79d54debe (patch)
tree9637de87257406de5739d62d70f951680dcbc01d /recipes-bsp/aif2-lld
parentd8a176c3844fc48a09905a376948c40aa434de49 (diff)
downloadmeta-ti-40e25f592a6789be79c3415ad3db7cd79d54debe.tar.gz
aif2-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/aif2-lld')
-rw-r--r--recipes-bsp/aif2-lld/aif2-lld.inc14
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld.inc b/recipes-bsp/aif2-lld/aif2-lld.inc
index f06dde10..718f3a7f 100644
--- a/recipes-bsp/aif2-lld/aif2-lld.inc
+++ b/recipes-bsp/aif2-lld/aif2-lld.inc
@@ -2,21 +2,13 @@ LICENSE = "BSD-3-Clause"
2 2
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
4 4
5AIF2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git" 5inherit ti-pdk-fetch
6AIF2_LLD_GIT_PROTOCOL = "git"
7AIF2_LLD_GIT_BRANCH = "master"
8AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2"
9 6
10# The following commit correspond to DEV.AIF2LLD.01.02.00.02B 7TI_PDK_COMP = "ti.drv.aif2"
11AIF2_LLD_SRCREV = "5304fdbca98b7f1aed8cb66bc6750f99d8bb7094"
12 8
13BRANCH = "${AIF2_LLD_GIT_BRANCH}" 9PE = "1"
14SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
15SRCREV = "${AIF2_LLD_SRCREV}"
16 10
17PV = "1.2.0.2B"
18INC_PR = "r0" 11INC_PR = "r0"
19 12
20COMPATIBLE_MACHINE = "k2hk" 13COMPATIBLE_MACHINE = "k2hk"
21 14
22S = "${WORKDIR}/${AIF2_LLD_GIT_DESTSUFFIX}"