summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/aif2-lld/aif2-lld.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/aif2-lld/aif2-lld.inc')
-rwxr-xr-xrecipes-bsp/aif2-lld/aif2-lld.inc17
1 files changed, 13 insertions, 4 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld.inc b/recipes-bsp/aif2-lld/aif2-lld.inc
index 212813c2..cd1e1695 100755
--- a/recipes-bsp/aif2-lld/aif2-lld.inc
+++ b/recipes-bsp/aif2-lld/aif2-lld.inc
@@ -1,13 +1,22 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2 2
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
4BRANCH = "master" 4
5SRC_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git;destsuffix=git/ti/drv/aif2;protocol=git;branch=${BRANCH}" 5AIF2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git"
6AIF2_LLD_GIT_PROTOCOL = "git"
7AIF2_LLD_GIT_BRANCH = "master"
8AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2"
9
6# The following commit correspond to DEV.AIF2LLD.01.02.00.00A 10# The following commit correspond to DEV.AIF2LLD.01.02.00.00A
7SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce" 11AIF2_LLD_SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce"
12
13BRANCH = "${AIF2_LLD_GIT_BRANCH}"
14SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
15SRCREV = "${AIF2_LLD_SRCREV}"
8 16
9PV = "1.2.0.0" 17PV = "1.2.0.0"
18INC_PR = "r1"
10 19
11COMPATIBLE_MACHINE = "k2hk-evm" 20COMPATIBLE_MACHINE = "k2hk-evm"
12 21
13S = "${WORKDIR}/git/ti/drv/aif2" 22S = "${WORKDIR}/${AIF2_LLD_GIT_DESTSUFFIX}"