mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 03:11:59 +00:00
sa-lld: Upgrade to version 3.0.0.13
* Update license with TI-TFL license 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
3fa7271642
commit
4780437ac7
@@ -1,21 +1,21 @@
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LICENSE = "BSD-3-Clause & TI-TFL"
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=4709d353574a9569e129ebdf20e732dd"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
|
||||
|
||||
SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git"
|
||||
SA_LLD_GIT_PROTOCOL = "git"
|
||||
SA_LLD_GIT_BRANCH = "master"
|
||||
SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
|
||||
|
||||
# Following commit DEV.SA_LLD.03.00.00.12
|
||||
SA_LLD_SRCREV = "b3bd2741126230b397ca827def5fcf6e6f019574"
|
||||
# Following commit DEV.SA_LLD.03.00.00.13
|
||||
SA_LLD_SRCREV = "ddde4d990482c8f727411a014512bc7959ab2c05"
|
||||
|
||||
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.12"
|
||||
PV = "03.00.00.13"
|
||||
INC_PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
|
||||
|
||||
Reference in New Issue
Block a user