diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-28 20:41:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-28 13:37:40 -0500 |
commit | 95fa72af8587a9b5157f1805265921154e9c6310 (patch) | |
tree | cd0b5c7efd9eb26da6d252e14cbbb7dfa51ef31a /recipes-bsp | |
parent | 7432f5d70273bc74aeecc644d62e001f72affdcc (diff) | |
download | meta-ti-95fa72af8587a9b5157f1805265921154e9c6310.tar.gz |
nwal-lld: Upgrade to version 02.01.00.09
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/nwal-lld/nwal-lld.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc index 9a91a6f7..d18f7d83 100644 --- a/recipes-bsp/nwal-lld/nwal-lld.inc +++ b/recipes-bsp/nwal-lld/nwal-lld.inc | |||
@@ -8,15 +8,15 @@ 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.08" | 11 | # Below commit ID corresponds to "DEV.NWAL.02.01.00.09" |
12 | NWAL_LLD_SRCREV = "e6df99e59a848c7afffe90fc9710b7dcb8067c31" | 12 | NWAL_LLD_SRCREV = "ac1d899e0dbd3709848fbf1d121374e8953a3695" |
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.08" | 18 | PV = "02.01.00.09" |
19 | INC_PR = "r2" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | BASEDIR = "${WORKDIR}/git" | 21 | BASEDIR = "${WORKDIR}/git" |
22 | S = "${BASEDIR}/ti/drv/nwal" | 22 | S = "${BASEDIR}/ti/drv/nwal" |