diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-28 20:41:01 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-28 13:37:24 -0500 |
commit | 3ed5908d0b80ed511533837d2885a18ca3f3b715 (patch) | |
tree | 8eca354e0756ea3d11ed2c9dc8381ff7fc6d8c8f /recipes-bsp/aif2-lld | |
parent | f6ab2c715fbac9000b1d24ee6700c4f2d6e143ab (diff) | |
download | meta-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-x | recipes-bsp/aif2-lld/aif2-lld.inc | 8 |
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" | |||
7 | AIF2_LLD_GIT_BRANCH = "master" | 7 | AIF2_LLD_GIT_BRANCH = "master" |
8 | AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2" | 8 | AIF2_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 |
11 | AIF2_LLD_SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce" | 11 | AIF2_LLD_SRCREV = "a701bbb5ed2976d5723c955c87a685f7517cffa3" |
12 | 12 | ||
13 | BRANCH = "${AIF2_LLD_GIT_BRANCH}" | 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}" | 14 | SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
15 | SRCREV = "${AIF2_LLD_SRCREV}" | 15 | SRCREV = "${AIF2_LLD_SRCREV}" |
16 | 16 | ||
17 | PV = "1.2.0.0" | 17 | PV = "1.2.0.1" |
18 | INC_PR = "r1" | 18 | INC_PR = "r0" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "k2hk-evm" | 20 | COMPATIBLE_MACHINE = "k2hk-evm" |
21 | 21 | ||