summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-05-02 03:48:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-03 13:21:03 -0400
commit1395b2c73fb2d9d939ab0f199b6f11885be3941b (patch)
treed215b3df51751b33554f8d91a128356565761980
parentbe8dd47b0b0ee415922392e798ee8b6229ecd613 (diff)
downloadmeta-ti-1395b2c73fb2d9d939ab0f199b6f11885be3941b.tar.gz
sa-lld: Update to version 3.0.0.17
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/sa-lld/sa-lld.inc6
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 853abddf..2f2c671b 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"
8SA_LLD_GIT_BRANCH = "master" 8SA_LLD_GIT_BRANCH = "master"
9SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" 9SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
10 10
11# Below commit ID corresponds to "DEV.SA_LLD.03.00.00.16" 11# Below commit ID corresponding to "DEV.SA_LLD.03.00.00.17"
12SA_LLD_SRCREV = "eb1508714586f92e66bf5a8a4c212e8277f6b065" 12SA_LLD_SRCREV = "5f153253b1874420b04bd8f95450a2b0c8c11335"
13 13
14BRANCH = "${SA_LLD_GIT_BRANCH}" 14BRANCH = "${SA_LLD_GIT_BRANCH}"
15SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" 15SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
16SRCREV = "${SA_LLD_SRCREV}" 16SRCREV = "${SA_LLD_SRCREV}"
17 17
18PV = "03.00.00.16" 18PV = "03.00.00.17"
19INC_PR = "r0" 19INC_PR = "r0"
20 20
21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" 21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"