summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pa-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:16 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 03:19:15 +0000
commitf357bd525e72645cc7dd4bba4735050b1545e74d (patch)
treeda401c57ac04a56b77645879c63e810a1d16cc59 /recipes-bsp/pa-lld
parentec19bd4d0607760f5c78fc24b1063e79dbcfea8d (diff)
downloadmeta-ti-f357bd525e72645cc7dd4bba4735050b1545e74d.tar.gz
pa-lld: Update to version 03.00.02.07
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@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 7d85a758..b341f0d4 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.06" 12# Below commit ID corresponding to "DEV.PA_LLD.03.00.02.07"
13PA_LLD_SRCREV = "88c6fa91f4d2e43a041f759ecc736109290108e2" 13PA_LLD_SRCREV = "fa18f5c511969a950f0cd843960033f4d1da37b1"
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.06" 19PV = "03.00.02.07"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"