summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-24 22:48:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-31 11:45:40 -0400
commit49adca459a5b3147b16da224117a6c66e445cb53 (patch)
treee8b4829d79fec943476460804ce424ece2893bc2
parentbc83d82ac6576c5745dcce941bd83e75b26dcbf4 (diff)
downloadmeta-ti-49adca459a5b3147b16da224117a6c66e445cb53.tar.gz
pa-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/pa-lld/pa-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index b45d3bc4..c083bc2f 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -9,8 +9,8 @@ PA_LLD_GIT_PROTOCOL = "git"
9PA_LLD_GIT_BRANCH = "master" 9PA_LLD_GIT_BRANCH = "master"
10PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" 10PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
11 11
12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.08" 12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.08A"
13PA_LLD_SRCREV = "43badac6ff6269e9449fb03fb7af985e61ab723c" 13PA_LLD_SRCREV = "9294e42fd5763555c28e46b51246bab439fd552e"
14 14
15BRANCH = "${PA_LLD_GIT_BRANCH}" 15BRANCH = "${PA_LLD_GIT_BRANCH}"
16SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \ 16SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \
@@ -18,7 +18,7 @@ SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_L
18SRCREV = "${PA_LLD_SRCREV}" 18SRCREV = "${PA_LLD_SRCREV}"
19 19
20PV = "03.00.01.08" 20PV = "03.00.01.08"
21INC_PR = "r0" 21INC_PR = "r1"
22 22
23S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 23S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
24 24