summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-09-14 07:29:20 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-16 12:18:27 -0400
commitd10551b907d5cd3d31a7cc49288a3513017ab782 (patch)
treec6fb2f589ee1cedcc56315b1aa253f4be65399c2 /recipes-bsp/sa-lld
parentea0e4c48245393a0b9261b307d4b812ff17a18cd (diff)
downloadmeta-ti-d10551b907d5cd3d31a7cc49288a3513017ab782.tar.gz
sa-lld: Bump version
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.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 5f0124a0..0eb21969 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.14" 11# Below commit ID corresponds to "DEV.SA_LLD.03.00.00.15"
12SA_LLD_SRCREV = "e0448f5172f9a4d945f9ad1b2a583574c378b5c7" 12SA_LLD_SRCREV = "59dbcc8b1ed05d81161bc4c472bed8916a004728"
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.14" 18PV = "03.00.00.15"
19INC_PR = "r2" 19INC_PR = "r0"
20 20
21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" 21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"