diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-06 22:52:48 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-08 00:43:44 +0000 |
commit | 28770f448d445f39228db069039ed36faa6b4dce (patch) | |
tree | 02e7a0f18a48e96b345cafa7f795c1fcc5eb8fd3 | |
parent | 6f6254bd00536482f16944d3e77c403e7ddea394 (diff) | |
download | meta-ti-28770f448d445f39228db069039ed36faa6b4dce.tar.gz |
sa-lld: SRCREV update to 04.00.00.03B
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/sa-lld/sa-lld.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc index 81b9bae1..4eaa0f80 100644 --- a/recipes-bsp/sa-lld/sa-lld.inc +++ b/recipes-bsp/sa-lld/sa-lld.inc | |||
@@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git" | |||
8 | SA_LLD_GIT_BRANCH = "master" | 8 | SA_LLD_GIT_BRANCH = "master" |
9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" | 9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" |
10 | 10 | ||
11 | # Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03A" | 11 | # Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03B" |
12 | SA_LLD_SRCREV = "80049571ba7b128786b9b26b4b003079b9e2aed3" | 12 | SA_LLD_SRCREV = "ac85eea98ccb73fa00006afca8ae03536e933134" |
13 | 13 | ||
14 | BRANCH = "${SA_LLD_GIT_BRANCH}" | 14 | BRANCH = "${SA_LLD_GIT_BRANCH}" |
15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
16 | SRCREV = "${SA_LLD_SRCREV}" | 16 | SRCREV = "${SA_LLD_SRCREV}" |
17 | 17 | ||
18 | PV = "04.00.00.03A" | 18 | PV = "04.00.00.03B" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |