1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

sa-lld: SRCREV update to 04.00.00.03A

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2019-08-07 00:54:09 +00:00
committed by Denys Dmytriyenko
parent d56ebafba7
commit eb9b8fd3fe
+3 -3
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.03"
SA_LLD_SRCREV = "c85736396b619fd1af080754d92ca3a8f7bee380"
# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03A"
SA_LLD_SRCREV = "80049571ba7b128786b9b26b4b003079b9e2aed3"
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.03"
PV = "04.00.00.03A"
INC_PR = "r0"
S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"