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

sa-lld: Update to version 3.0.0.19

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2017-12-15 03:01:30 +00:00
committed by Denys Dmytriyenko
parent 972f9ce7fe
commit 4f52aed39b
+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.03.00.00.18"
SA_LLD_SRCREV = "28893b417b5a598999b55dee19e86c9da4b02850"
# Below commit ID corresponding to "DEV.SA_LLD.03.00.00.19"
SA_LLD_SRCREV = "885e40c384b8986fe93928fcff84c6f0db5ea843"
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 = "03.00.00.18"
PV = "03.00.00.19"
INC_PR = "r0"
S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"