mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
f64e32a4a5
commit
07a53bb22f
@@ -8,15 +8,15 @@ NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git"
|
|||||||
NWAL_LLD_GIT_PROTOCOL = "git"
|
NWAL_LLD_GIT_PROTOCOL = "git"
|
||||||
NWAL_LLD_GIT_BRANCH = "master"
|
NWAL_LLD_GIT_BRANCH = "master"
|
||||||
|
|
||||||
# Below commit ID corresponds to "DEV.NWAL.02.01.00.10"
|
# Below commit ID corresponds to "DEV.NWAL.02.01.00.10A"
|
||||||
NWAL_LLD_SRCREV = "fc14159765777305a234e732b6170d025394250a"
|
NWAL_LLD_SRCREV = "e7ed8c5abc4b93b99a5f45699eef8f3b8ca51d1e"
|
||||||
|
|
||||||
BRANCH = "${NWAL_LLD_GIT_BRANCH}"
|
BRANCH = "${NWAL_LLD_GIT_BRANCH}"
|
||||||
SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||||
SRCREV = "${NWAL_LLD_SRCREV}"
|
SRCREV = "${NWAL_LLD_SRCREV}"
|
||||||
|
|
||||||
PV = "02.01.00.10"
|
PV = "02.01.00.10"
|
||||||
INC_PR = "r0"
|
INC_PR = "r1"
|
||||||
|
|
||||||
BASEDIR = "${WORKDIR}/git"
|
BASEDIR = "${WORKDIR}/git"
|
||||||
S = "${BASEDIR}/ti/drv/nwal"
|
S = "${BASEDIR}/ti/drv/nwal"
|
||||||
|
|||||||
Reference in New Issue
Block a user