summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-06-28 00:31:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-06-29 17:09:30 -0400
commit8da412de389f0eb47aaac2cf30fc7a9e5e701702 (patch)
treedd28d8804702700ed0abeaa62b003f90d7a360b6 /recipes-bsp
parent5aa6c4eb0a80b09a5f21cfc8babbaf6265a7a14e (diff)
downloadmeta-ti-8da412de389f0eb47aaac2cf30fc7a9e5e701702.tar.gz
pa-lld: Bump version
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/pa-lld/pa-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index c083bc2f..6c515605 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -9,16 +9,16 @@ 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.08A" 12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.12"
13PA_LLD_SRCREV = "9294e42fd5763555c28e46b51246bab439fd552e" 13PA_LLD_SRCREV = "d3f3f5d93d3febc24099974bbc77e67c80a83b1e"
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} \
17 file://0001-makefile_armv7-fix-missing-separator-error.patch" 17 file://0001-makefile_armv7-fix-missing-separator-error.patch"
18SRCREV = "${PA_LLD_SRCREV}" 18SRCREV = "${PA_LLD_SRCREV}"
19 19
20PV = "03.00.01.08" 20PV = "03.00.01.12"
21INC_PR = "r1" 21INC_PR = "r2"
22 22
23S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 23S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
24 24