summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-21 21:27:02 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-21 11:42:36 -0400
commitb4610a6f993e33a9fb069bf967f132f63a91ad08 (patch)
treebadcbe840260d989d585240552f2ac3735bc4f8d
parent7a30d7a35c496fc88ebc83338f0d393e13a52ba3 (diff)
downloadmeta-ti-b4610a6f993e33a9fb069bf967f132f63a91ad08.tar.gz
pa-lld: Upgrade to version 3.0.1.8
* Update license to add TI-TFL license Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pa-lld/pa-lld.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index 7b09ceb1..b45d3bc4 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -1,5 +1,5 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause & TI-TFL"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" 2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
3 3
4COMPATIBLE_MACHINE = "keystone" 4COMPATIBLE_MACHINE = "keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -9,15 +9,15 @@ PA_LLD_GIT_PROTOCOL = "git"
9PA_LLD_GIT_BRANCH = "master" 9PA_LLD_GIT_BRANCH = "master"
10PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" 10PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
11 11
12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.07" 12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.08"
13PA_LLD_SRCREV = "cad5bc0b422a7ac3c6fa013fc2288447318329a0" 13PA_LLD_SRCREV = "43badac6ff6269e9449fb03fb7af985e61ab723c"
14 14
15BRANCH = "${PA_LLD_GIT_BRANCH}" 15BRANCH = "${PA_LLD_GIT_BRANCH}"
16SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \ 16SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \
17 file://0001-makefile_armv7-fix-missing-separator-error.patch" 17 file://0001-makefile_armv7-fix-missing-separator-error.patch"
18SRCREV = "${PA_LLD_SRCREV}" 18SRCREV = "${PA_LLD_SRCREV}"
19 19
20PV = "03.00.01.07" 20PV = "03.00.01.08"
21INC_PR = "r0" 21INC_PR = "r0"
22 22
23S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 23S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"