diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-24 22:48:40 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-31 11:46:51 -0400 |
commit | f98eaf83528ff3f08765850f995c26027c3e8c86 (patch) | |
tree | ee8529423694782788fd9ba1dab2959261a34336 /recipes-bsp/nwal-lld/nwal-lld.inc | |
parent | fbb8f98e2694cff83bde91473d86cc939225abc5 (diff) | |
download | meta-ti-f98eaf83528ff3f08765850f995c26027c3e8c86.tar.gz |
nwal-lld: Bump SRCREV for fix
* Update Osal_cache_op_measure to take pointer to a double long to
match with the hplib
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/nwal-lld/nwal-lld.inc')
-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 eb220f8f..81450ff3 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.10" | 11 | # Below commit ID corresponds to "DEV.NWAL.02.01.00.10A" |
12 | NWAL_LLD_SRCREV = "fc14159765777305a234e732b6170d025394250a" | 12 | NWAL_LLD_SRCREV = "e7ed8c5abc4b93b99a5f45699eef8f3b8ca51d1e" |
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.10" | 18 | PV = "02.01.00.10" |
19 | INC_PR = "r0" | 19 | INC_PR = "r1" |
20 | 20 | ||
21 | BASEDIR = "${WORKDIR}/git" | 21 | BASEDIR = "${WORKDIR}/git" |
22 | S = "${BASEDIR}/ti/drv/nwal" | 22 | S = "${BASEDIR}/ti/drv/nwal" |