summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-24 22:48:39 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-31 11:45:46 -0400
commitf64e32a4a53016c07f94d846227760c67b23b75f (patch)
treeb3ee4b903e2ef97d39ba570bcc39b0b89a81f481
parentb0175fed0c1115551218fd17c6400b2e007c3fb2 (diff)
downloadmeta-ti-f64e32a4a53016c07f94d846227760c67b23b75f.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>
-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 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"
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# Following commit DEV.SA_LLD.03.00.00.13 11# Following commit DEV.SA_LLD.03.00.00.13A
12SA_LLD_SRCREV = "ddde4d990482c8f727411a014512bc7959ab2c05" 12SA_LLD_SRCREV = "5918d9a519789c34368388c49869cb857d6255f7"
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.13" 18PV = "03.00.00.13"
19INC_PR = "r0" 19INC_PR = "r1"
20 20
21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" 21S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"