diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-22 22:42:59 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-22 15:14:15 -0400 |
commit | a1969cba7daa6c2e72fe598a3266fc1f65b925fc (patch) | |
tree | e9fdb40560c6d97ba48af83dfe416f60b076ea0e /recipes-bsp/nwal-lld | |
parent | f0692b8a7c125e09b79ec411a045275e910e79b8 (diff) | |
download | meta-ti-a1969cba7daa6c2e72fe598a3266fc1f65b925fc.tar.gz |
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>
Diffstat (limited to 'recipes-bsp/nwal-lld')
-rw-r--r-- | recipes-bsp/nwal-lld/nwal-lld.inc | 6 |
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 d18f7d83..eb220f8f 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" | |||
8 | NWAL_LLD_GIT_PROTOCOL = "git" | 8 | NWAL_LLD_GIT_PROTOCOL = "git" |
9 | NWAL_LLD_GIT_BRANCH = "master" | 9 | NWAL_LLD_GIT_BRANCH = "master" |
10 | 10 | ||
11 | # Below commit ID corresponds to "DEV.NWAL.02.01.00.09" | 11 | # Below commit ID corresponds to "DEV.NWAL.02.01.00.10" |
12 | NWAL_LLD_SRCREV = "ac1d899e0dbd3709848fbf1d121374e8953a3695" | 12 | NWAL_LLD_SRCREV = "fc14159765777305a234e732b6170d025394250a" |
13 | 13 | ||
14 | BRANCH = "${NWAL_LLD_GIT_BRANCH}" | 14 | BRANCH = "${NWAL_LLD_GIT_BRANCH}" |
15 | SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
16 | SRCREV = "${NWAL_LLD_SRCREV}" | 16 | SRCREV = "${NWAL_LLD_SRCREV}" |
17 | 17 | ||
18 | PV = "02.01.00.09" | 18 | PV = "02.01.00.10" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | BASEDIR = "${WORKDIR}/git" | 21 | BASEDIR = "${WORKDIR}/git" |