summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/aif2-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-28 20:41:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-28 13:37:24 -0500
commit3ed5908d0b80ed511533837d2885a18ca3f3b715 (patch)
tree8eca354e0756ea3d11ed2c9dc8381ff7fc6d8c8f /recipes-bsp/aif2-lld
parentf6ab2c715fbac9000b1d24ee6700c4f2d6e143ab (diff)
downloadmeta-ti-3ed5908d0b80ed511533837d2885a18ca3f3b715.tar.gz
aif2-lld: Upgrade to version 1.2.0.1
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/aif2-lld')
-rwxr-xr-xrecipes-bsp/aif2-lld/aif2-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld.inc b/recipes-bsp/aif2-lld/aif2-lld.inc
index cd1e1695..ef92705b 100755
--- a/recipes-bsp/aif2-lld/aif2-lld.inc
+++ b/recipes-bsp/aif2-lld/aif2-lld.inc
@@ -7,15 +7,15 @@ AIF2_LLD_GIT_PROTOCOL = "git"
7AIF2_LLD_GIT_BRANCH = "master" 7AIF2_LLD_GIT_BRANCH = "master"
8AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2" 8AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2"
9 9
10# The following commit correspond to DEV.AIF2LLD.01.02.00.00A 10# The following commit correspond to DEV.AIF2LLD.01.02.00.01
11AIF2_LLD_SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce" 11AIF2_LLD_SRCREV = "a701bbb5ed2976d5723c955c87a685f7517cffa3"
12 12
13BRANCH = "${AIF2_LLD_GIT_BRANCH}" 13BRANCH = "${AIF2_LLD_GIT_BRANCH}"
14SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}" 14SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
15SRCREV = "${AIF2_LLD_SRCREV}" 15SRCREV = "${AIF2_LLD_SRCREV}"
16 16
17PV = "1.2.0.0" 17PV = "1.2.0.1"
18INC_PR = "r1" 18INC_PR = "r0"
19 19
20COMPATIBLE_MACHINE = "k2hk-evm" 20COMPATIBLE_MACHINE = "k2hk-evm"
21 21