summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/nwal-lld/nwal-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc
index ba87bf01..679ae9f1 100644
--- a/recipes-bsp/nwal-lld/nwal-lld.inc
+++ b/recipes-bsp/nwal-lld/nwal-lld.inc
@@ -8,14 +8,14 @@ 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.11A" 11# Below commit ID corresponds to "DEV.NWAL.02.01.00.12"
12NWAL_LLD_SRCREV = "a93303e3d682d7161030113b72c3e1adf755bf89" 12NWAL_LLD_SRCREV = "fef9d609f446c6a229c571473727ee5d1ad49630"
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.11A" 18PV = "02.01.00.12"
19INC_PR = "r0" 19INC_PR = "r0"
20 20
21BASEDIR = "${WORKDIR}/git" 21BASEDIR = "${WORKDIR}/git"