diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-21 21:27:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-21 11:43:57 -0400 |
commit | 4780437ac766c62009723bef3a46b22cac555f1d (patch) | |
tree | 8c0e3af1d72846879fdc47aac2d1108a81af9865 /recipes-bsp/sa-lld | |
parent | 3fa727164230ed8f9da8a24b9843b954107bcbcc (diff) | |
download | meta-ti-4780437ac766c62009723bef3a46b22cac555f1d.tar.gz |
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>
Diffstat (limited to 'recipes-bsp/sa-lld')
-rw-r--r-- | recipes-bsp/sa-lld/sa-lld.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc index 3746a1e0..3e3392b2 100644 --- a/recipes-bsp/sa-lld/sa-lld.inc +++ b/recipes-bsp/sa-lld/sa-lld.inc | |||
@@ -1,21 +1,21 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause & TI-TFL" |
2 | COMPATIBLE_MACHINE = "keystone" | 2 | COMPATIBLE_MACHINE = "keystone" |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=4709d353574a9569e129ebdf20e732dd" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871" |
5 | 5 | ||
6 | SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git" | 6 | SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git" |
7 | SA_LLD_GIT_PROTOCOL = "git" | 7 | SA_LLD_GIT_PROTOCOL = "git" |
8 | SA_LLD_GIT_BRANCH = "master" | 8 | SA_LLD_GIT_BRANCH = "master" |
9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" | 9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" |
10 | 10 | ||
11 | # Following commit DEV.SA_LLD.03.00.00.12 | 11 | # Following commit DEV.SA_LLD.03.00.00.13 |
12 | SA_LLD_SRCREV = "b3bd2741126230b397ca827def5fcf6e6f019574" | 12 | SA_LLD_SRCREV = "ddde4d990482c8f727411a014512bc7959ab2c05" |
13 | 13 | ||
14 | BRANCH = "${SA_LLD_GIT_BRANCH}" | 14 | BRANCH = "${SA_LLD_GIT_BRANCH}" |
15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
16 | SRCREV = "${SA_LLD_SRCREV}" | 16 | SRCREV = "${SA_LLD_SRCREV}" |
17 | 17 | ||
18 | PV = "03.00.00.12" | 18 | PV = "03.00.00.13" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |