diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:24:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-24 18:18:49 +0000 |
commit | f016dad163647ef30ea803d0e549d7a60d2f6a90 (patch) | |
tree | 442a56ff87ef112686372082e156f4c870a2a882 /recipes-bsp/sa-lld/sa-lld.inc | |
parent | 7004a8953a284002949f8dabf9fc64f4640d39c6 (diff) | |
download | meta-ti-f016dad163647ef30ea803d0e549d7a60d2f6a90.tar.gz |
sa-lld: Update to version 3.0.0.21
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sa-lld/sa-lld.inc')
-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 2837b9ab..c2be902d 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.03.00.00.20" | 11 | # Below commit ID corresponding to "DEV.SA_LLD.03.00.00.21" |
12 | SA_LLD_SRCREV = "af0e6ad9fcc41085e3dc7e463e093e77741b26ad" | 12 | SA_LLD_SRCREV = "7ad90025beacbafefd4a41bbe22525d8b55f7635" |
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 = "03.00.00.20" | 18 | PV = "03.00.00.21" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |