diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-08 01:11:35 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-07-12 14:09:30 -0400 |
commit | 8f0af6d8c3c1ee7119dea70b4b525283d8ba197f (patch) | |
tree | 98899c03b5c2b29a4224971cd7a8a20f58a05f8a /recipes-bsp/sa-lld | |
parent | c106a8f56e315e7fd73afa0319fbd16afff16194 (diff) | |
download | meta-ti-8f0af6d8c3c1ee7119dea70b4b525283d8ba197f.tar.gz |
sa-lld: Updating the revision to 3.0.0.18
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sa-lld')
-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 2f2c671b..396fabfd 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.17" | 11 | # Below commit ID corresponding to "DEV.SA_LLD.03.00.00.18" |
12 | SA_LLD_SRCREV = "5f153253b1874420b04bd8f95450a2b0c8c11335" | 12 | SA_LLD_SRCREV = "28893b417b5a598999b55dee19e86c9da4b02850" |
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.17" | 18 | PV = "03.00.00.18" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |