1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00

nwal-lld: Upgrade to version 2.1.0.10

* Fix test linker options

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2016-03-22 22:42:59 +00:00
committed by Denys Dmytriyenko
parent b8712b9a44
commit f15d4a4e1d
+3 -3
View File
@@ -8,14 +8,14 @@ NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git"
NWAL_LLD_GIT_PROTOCOL = "git"
NWAL_LLD_GIT_BRANCH = "master"
# Below commit ID corresponds to "DEV.NWAL.02.01.00.09"
NWAL_LLD_SRCREV = "ac1d899e0dbd3709848fbf1d121374e8953a3695"
# Below commit ID corresponds to "DEV.NWAL.02.01.00.10"
NWAL_LLD_SRCREV = "fc14159765777305a234e732b6170d025394250a"
BRANCH = "${NWAL_LLD_GIT_BRANCH}"
SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${NWAL_LLD_SRCREV}"
PV = "02.01.00.09"
PV = "02.01.00.10"
INC_PR = "r0"
BASEDIR = "${WORKDIR}/git"