diff options
author | Justin Sobota <jsobota@ti.com> | 2016-06-28 00:31:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 17:11:20 -0400 |
commit | b33f0fa8489c14d9c79c7808e27e5c436c361fcc (patch) | |
tree | e1cd418ba57f149ab0631d1ef1adddc9612d05bc /recipes-bsp/sa-lld | |
parent | 1170edc50358d1d2201762c3dafb1b7c937ced26 (diff) | |
download | meta-ti-b33f0fa8489c14d9c79c7808e27e5c436c361fcc.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.inc | 8 |
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 3c698b69..5f0124a0 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 | # Following commit DEV.SA_LLD.03.00.00.13A | 11 | # Below commit ID corresponds to "DEV.SA_LLD.03.00.00.14" |
12 | SA_LLD_SRCREV = "5918d9a519789c34368388c49869cb857d6255f7" | 12 | SA_LLD_SRCREV = "e0448f5172f9a4d945f9ad1b2a583574c378b5c7" |
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.13" | 18 | PV = "03.00.00.14" |
19 | INC_PR = "r1" | 19 | INC_PR = "r2" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |