summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:23:14 +0000
commit65f62869cc636805751bc4b04ac2aabde4f25bd8 (patch)
tree3cf188c79bf888febbe43aa13964e9c575664391
parent877a49af649e3de329bd52404b2e949ac7905f4f (diff)
downloadmeta-ti-65f62869cc636805751bc4b04ac2aabde4f25bd8.tar.gz
pa-lld: Update to version 3.0.2.6
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 4fa30d42..7d85a758 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.05" 12# Below commit ID corresponding to "DEV.PA_LLD.03.00.02.06"
13PA_LLD_SRCREV = "5f24617e71670f17ee9adf71d5b30dc8ff9e5ca3" 13PA_LLD_SRCREV = "88c6fa91f4d2e43a041f759ecc736109290108e2"
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.05" 19PV = "03.00.02.06"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"