summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-07-08 01:14:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-07-11 19:16:24 -0400
commitc1494032a1fb589e6194d1a2ba18538339e52462 (patch)
tree0f2ccdd9369e020f9f82e20385c5441aec294242
parent6639ece9600159255a148252bfe64c8c32a07ad3 (diff)
downloadmeta-ti-c1494032a1fb589e6194d1a2ba18538339e52462.tar.gz
pa-lld: Updating the version to 3.0.2.4
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@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 671d42fc..6f3888a7 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 corresponding to "DEV.PA_LLD.03.00.02.03" 12# Below commit ID corresponding to "DEV.PA_LLD.03.00.02.04"
13PA_LLD_SRCREV = "5fef109f4ce43c6bc45000f2e609321d262165b2" 13PA_LLD_SRCREV = "12cf2064c93b9ec980eb5012218ae88cd993b96a"
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.03" 19PV = "03.00.02.04"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"