summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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:31:10 -0400
commit438a4397f468e8d69a7741b6032a65e4df5389ea (patch)
tree9f287019aa78835e82bdd563f42845e3f90f553a /recipes-bsp
parent972ae9702a1509c6c8f62ed1cf38ba8ca3ce6621 (diff)
downloadmeta-ti-438a4397f468e8d69a7741b6032a65e4df5389ea.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>
Diffstat (limited to 'recipes-bsp')
-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"