summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-12-15 21:54:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-19 18:12:47 -0500
commitd9b6a1f01c445d4dfeae650706d1c4807482873d (patch)
treed5b8a4f12f49d052e7e5de0494b8e2cb9f066645
parent56f06b0fbe0b62d4593a454f16177190335a64db (diff)
downloadmeta-ti-d9b6a1f01c445d4dfeae650706d1c4807482873d.tar.gz
nwal-lld: Upstream version 2.1.0.11A
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/nwal-lld/nwal-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc
index 53f7313a..69e43d14 100644
--- a/recipes-bsp/nwal-lld/nwal-lld.inc
+++ b/recipes-bsp/nwal-lld/nwal-lld.inc
@@ -8,15 +8,15 @@ NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git"
8NWAL_LLD_GIT_PROTOCOL = "git" 8NWAL_LLD_GIT_PROTOCOL = "git"
9NWAL_LLD_GIT_BRANCH = "master" 9NWAL_LLD_GIT_BRANCH = "master"
10 10
11# Below commit ID corresponds to "DEV.NWAL.02.01.00.10A" 11# Below commit ID corresponds to "DEV.NWAL.02.01.00.11A"
12NWAL_LLD_SRCREV = "e7ed8c5abc4b93b99a5f45699eef8f3b8ca51d1e" 12NWAL_LLD_SRCREV = "a93303e3d682d7161030113b72c3e1adf755bf89"
13 13
14BRANCH = "${NWAL_LLD_GIT_BRANCH}" 14BRANCH = "${NWAL_LLD_GIT_BRANCH}"
15SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}" 15SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}"
16SRCREV = "${NWAL_LLD_SRCREV}" 16SRCREV = "${NWAL_LLD_SRCREV}"
17 17
18PV = "02.01.00.10" 18PV = "02.01.00.11A"
19INC_PR = "r1" 19INC_PR = "r0"
20 20
21BASEDIR = "${WORKDIR}/git" 21BASEDIR = "${WORKDIR}/git"
22S = "${BASEDIR}/ti/drv/nwal" 22S = "${BASEDIR}/ti/drv/nwal"