1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

sa-lld:SRCREV update to 04.00.00.03C

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2020-04-07 04:19:27 +00:00
committed by Denys Dmytriyenko
parent b87db55af8
commit a5ab27614c

View File

@@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git"
SA_LLD_GIT_BRANCH = "master"
SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03B"
SA_LLD_SRCREV = "ac85eea98ccb73fa00006afca8ae03536e933134"
# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03C"
SA_LLD_SRCREV = "67fcf5a8855b011ee1f4027e68cb2058ccde9059"
BRANCH = "${SA_LLD_GIT_BRANCH}"
SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${SA_LLD_SRCREV}"
PV = "04.00.00.03B"
PV = "04.00.00.03C"
INC_PR = "r0"
S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"