summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-04-28 20:12:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-04-28 18:30:05 -0400
commit610b000a4a1b1035d70d2358476bc28f1a55dca9 (patch)
tree9f287019aa78835e82bdd563f42845e3f90f553a
parenta9cac6d38ba194f2f56a3deddc6d4b2d8210e8e6 (diff)
downloadmeta-ti-610b000a4a1b1035d70d2358476bc28f1a55dca9.tar.gz
nwal-lld: Update to new version 2.1.0.6
- Fixes issues with parallel builds Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 fcbecf86..2cdc9aad 100644
--- a/recipes-bsp/nwal-lld/nwal-lld.inc
+++ b/recipes-bsp/nwal-lld/nwal-lld.inc
@@ -6,9 +6,9 @@ COMPATIBLE_MACHINE = "keystone"
6BRANCH = "master" 6BRANCH = "master"
7SRC_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git;protocol=git;branch=${BRANCH}" 7SRC_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git;protocol=git;branch=${BRANCH}"
8 8
9# Below commit ID corresponds to "DEV.NWAL.02.01.00.05A" 9# Below commit ID corresponds to "DEV.NWAL.02.01.00.06"
10SRCREV = "05c0222714791ad95672293196a33fffab041fc9" 10SRCREV = "a3494c9aaa2808f438d26b2c3b8b091448ffc445"
11PV = "02.01.00.05" 11PV = "02.01.00.06"
12 12
13BASEDIR = "${WORKDIR}/git" 13BASEDIR = "${WORKDIR}/git"
14S = "${BASEDIR}/ti/drv/nwal" 14S = "${BASEDIR}/ti/drv/nwal"