summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-12-15 21:54:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-19 18:13:44 -0500
commit4686c58d2534343691c635c633f5cd5acb46c975 (patch)
tree73dfb40dd2213cb07028588ecd5cf325264410ce
parent0a56d3aada9a5a889bd0fd6818b45446b5ba7915 (diff)
downloadmeta-ti-4686c58d2534343691c635c633f5cd5acb46c975.tar.gz
pa-lld: Upstream version 3.0.2.1
Signed-off-by: Justin Sobota <jsobota@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 345de612..62d539b6 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 corresponds to "DEV.PA_LLD.03.00.02.00" 12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.02.01"
13PA_LLD_SRCREV = "dca2a281c0c57f3b3018a93fae5485825a33042c" 13PA_LLD_SRCREV = "e95de49323678a55072c90fb213b94f96cf494b1"
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.00" 19PV = "03.00.02.01"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"