summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pa-lld
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-05-02 03:48:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-04 14:49:19 -0400
commitdef260d484d1b3aa31cb78d2b0a361fa84591573 (patch)
tree30cc52af39d16921d71b8f40200b052856f85852 /recipes-bsp/pa-lld
parent926aca5bcde40d1bde8d5fbbf20d93bf5d4c1812 (diff)
downloadmeta-ti-def260d484d1b3aa31cb78d2b0a361fa84591573.tar.gz
pa-lld: Update to version 3.0.2.3
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pa-lld')
-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 28dfb9d8..671d42fc 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -9,14 +9,14 @@ 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.02.01" 12# Below commit ID corresponding to "DEV.PA_LLD.03.00.02.03"
13PA_LLD_SRCREV = "e95de49323678a55072c90fb213b94f96cf494b1" 13PA_LLD_SRCREV = "5fef109f4ce43c6bc45000f2e609321d262165b2"
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}"
17SRCREV = "${PA_LLD_SRCREV}" 17SRCREV = "${PA_LLD_SRCREV}"
18 18
19PV = "03.00.02.01" 19PV = "03.00.02.03"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"