summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-12-15 01:31:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-12-17 02:56:26 +0000
commit1646e0bd0adf1bd3a7661b3ccac7c11325b107b7 (patch)
tree5f67f0a582fb7bed27fee10287002e4e922556e6 /recipes-bsp
parenta2d845837f04f9c81cafb5179447fde4c432041c (diff)
downloadmeta-ti-1646e0bd0adf1bd3a7661b3ccac7c11325b107b7.tar.gz
pa-lld: SRCREV update to 03.00.02.08
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-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 b341f0d4..4a232437 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.07" 12# Below commit ID corresponding to "DEV.PA_LLD.03.00.02.08"
13PA_LLD_SRCREV = "fa18f5c511969a950f0cd843960033f4d1da37b1" 13PA_LLD_SRCREV = "2cf268aac8afc957aa992af19f53dd1be56855ee"
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.07" 19PV = "03.00.02.08"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"