summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-05-02 03:48:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-04 14:49:29 -0400
commit4e84d570b50ec10b4470fc854ddd957b10c9a04c (patch)
tree416730bb75de8447755e75d0a6b0b5352f857e76 /recipes-bsp/sa-lld
parente96aa89252c786bc863f29a6c088088106941f68 (diff)
downloadmeta-ti-4e84d570b50ec10b4470fc854ddd957b10c9a04c.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>
Diffstat (limited to 'recipes-bsp/sa-lld')
-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}"