1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

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>
This commit is contained in:
Sam Nelson
2015-04-28 20:12:58 +00:00
committed by Denys Dmytriyenko
parent 972ae9702a
commit 438a4397f4
+3 -3
View File
@@ -6,9 +6,9 @@ COMPATIBLE_MACHINE = "keystone"
BRANCH = "master" BRANCH = "master"
SRC_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git;protocol=git;branch=${BRANCH}" SRC_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git;protocol=git;branch=${BRANCH}"
# Below commit ID corresponds to "DEV.NWAL.02.01.00.05A" # Below commit ID corresponds to "DEV.NWAL.02.01.00.06"
SRCREV = "05c0222714791ad95672293196a33fffab041fc9" SRCREV = "a3494c9aaa2808f438d26b2c3b8b091448ffc445"
PV = "02.01.00.05" PV = "02.01.00.06"
BASEDIR = "${WORKDIR}/git" BASEDIR = "${WORKDIR}/git"
S = "${BASEDIR}/ti/drv/nwal" S = "${BASEDIR}/ti/drv/nwal"