diff options
author | 2019-08-07 00:53:56 +0000 | |
---|---|---|
committer | 2019-08-07 00:53:17 +0000 | |
commit | b262beb56f6197ae55b810ecd2df7795e9f2e4a2 (patch) | |
tree | 438e7388a6cca983b52751d4926d40e46eb76e08 | |
parent | 5c7c340add1b3d09988c06268e02c2dae7e0607b (diff) | |
download | meta-ti-b262beb56f6197ae55b810ecd2df7795e9f2e4a2.tar.gz meta-ti-b262beb56f6197ae55b810ecd2df7795e9f2e4a2.tar.bz2 meta-ti-b262beb56f6197ae55b810ecd2df7795e9f2e4a2.zip |
aif2-lld: SRCREV update t 01.02.00.02B
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/aif2-lld/aif2-lld.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld.inc b/recipes-bsp/aif2-lld/aif2-lld.inc index 65b12cb4..f06dde10 100644 --- a/recipes-bsp/aif2-lld/aif2-lld.inc +++ b/recipes-bsp/aif2-lld/aif2-lld.inc @@ -7,14 +7,14 @@ AIF2_LLD_GIT_PROTOCOL = "git" AIF2_LLD_GIT_BRANCH = "master" AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2" -# The following commit correspond to DEV.AIF2LLD.01.02.00.02A -AIF2_LLD_SRCREV = "3eecba9b3b07b0c8fc39daa79fe4e8204e5d0e0e" +# The following commit correspond to DEV.AIF2LLD.01.02.00.02B +AIF2_LLD_SRCREV = "5304fdbca98b7f1aed8cb66bc6750f99d8bb7094" BRANCH = "${AIF2_LLD_GIT_BRANCH}" SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${AIF2_LLD_SRCREV}" -PV = "1.2.0.2A" +PV = "1.2.0.2B" INC_PR = "r0" COMPATIBLE_MACHINE = "k2hk" |