diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-24 22:48:39 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-31 11:46:46 -0400 |
commit | fbb8f98e2694cff83bde91473d86cc939225abc5 (patch) | |
tree | e5f2d229582204d69afd0081d707a2e4ae8b237d /recipes-bsp/sa-lld | |
parent | d484cf2f4a4958b9416aaebe48491b764a245b63 (diff) | |
download | meta-ti-fbb8f98e2694cff83bde91473d86cc939225abc5.tar.gz |
sa-lld: Bump SRCREV for fix
* Fix linker option for linux example and test binaries
Signed-off-by: Jacob Stiffler <j-stiffler@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 | 6 |
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 3e3392b2..3c698b69 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.13 | 11 | # Following commit DEV.SA_LLD.03.00.00.13A |
12 | SA_LLD_SRCREV = "ddde4d990482c8f727411a014512bc7959ab2c05" | 12 | SA_LLD_SRCREV = "5918d9a519789c34368388c49869cb857d6255f7" |
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.13" |
19 | INC_PR = "r0" | 19 | INC_PR = "r1" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |