diff options
author | Justin Sobota <jsobota@ti.com> | 2017-05-02 03:48:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-04 14:49:19 -0400 |
commit | def260d484d1b3aa31cb78d2b0a361fa84591573 (patch) | |
tree | 30cc52af39d16921d71b8f40200b052856f85852 /recipes-bsp/pa-lld/pa-lld.inc | |
parent | 926aca5bcde40d1bde8d5fbbf20d93bf5d4c1812 (diff) | |
download | meta-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/pa-lld.inc')
-rw-r--r-- | recipes-bsp/pa-lld/pa-lld.inc | 6 |
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" | |||
9 | PA_LLD_GIT_BRANCH = "master" | 9 | PA_LLD_GIT_BRANCH = "master" |
10 | PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" | 10 | PA_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" |
13 | PA_LLD_SRCREV = "e95de49323678a55072c90fb213b94f96cf494b1" | 13 | PA_LLD_SRCREV = "5fef109f4ce43c6bc45000f2e609321d262165b2" |
14 | 14 | ||
15 | BRANCH = "${PA_LLD_GIT_BRANCH}" | 15 | BRANCH = "${PA_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | SRCREV = "${PA_LLD_SRCREV}" | 17 | SRCREV = "${PA_LLD_SRCREV}" |
18 | 18 | ||
19 | PV = "03.00.02.01" | 19 | PV = "03.00.02.03" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" | 22 | S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" |