summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-12-15 21:54:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-19 18:13:49 -0500
commitff8dba2663923297a3f69cc2ca03f50103facfb3 (patch)
tree6282cd8acdeac14ec7568e0469fe1aaae545336c /recipes-bsp/sa-lld
parent4686c58d2534343691c635c633f5cd5acb46c975 (diff)
downloadmeta-ti-ff8dba2663923297a3f69cc2ca03f50103facfb3.tar.gz
sa-lld: Upstream version 3.0.0.16
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 0eb21969..853abddf 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.15" 11# Below commit ID corresponds to "DEV.SA_LLD.03.00.00.16"
12SA_LLD_SRCREV = "59dbcc8b1ed05d81161bc4c472bed8916a004728" 12SA_LLD_SRCREV = "eb1508714586f92e66bf5a8a4c212e8277f6b065"
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.15" 18PV = "03.00.00.16"
19INC_PR = "r0" 19INC_PR = "r0"
20 20
21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" 21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"