diff options
Diffstat (limited to 'recipes-bsp/aif2-lld/aif2-lld.inc')
-rwxr-xr-x | recipes-bsp/aif2-lld/aif2-lld.inc | 17 |
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 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" |
4 | BRANCH = "master" | 4 | |
5 | SRC_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git;destsuffix=git/ti/drv/aif2;protocol=git;branch=${BRANCH}" | 5 | AIF2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git" |
6 | AIF2_LLD_GIT_PROTOCOL = "git" | ||
7 | AIF2_LLD_GIT_BRANCH = "master" | ||
8 | AIF2_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 |
7 | SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce" | 11 | AIF2_LLD_SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce" |
12 | |||
13 | BRANCH = "${AIF2_LLD_GIT_BRANCH}" | ||
14 | SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
15 | SRCREV = "${AIF2_LLD_SRCREV}" | ||
8 | 16 | ||
9 | PV = "1.2.0.0" | 17 | PV = "1.2.0.0" |
18 | INC_PR = "r1" | ||
10 | 19 | ||
11 | COMPATIBLE_MACHINE = "k2hk-evm" | 20 | COMPATIBLE_MACHINE = "k2hk-evm" |
12 | 21 | ||
13 | S = "${WORKDIR}/git/ti/drv/aif2" | 22 | S = "${WORKDIR}/${AIF2_LLD_GIT_DESTSUFFIX}" |