summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-02-28 07:06:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-02-28 01:02:24 +0000
commit4905be9164889cde6e73b022724192cb21beb1bc (patch)
treead09eb1e46feed8eed8df095e7a295044d6cb7d9
parent72051b974fbeb3e6c714a379b0b3fcb6fefa71c8 (diff)
downloadmeta-ti-4905be9164889cde6e73b022724192cb21beb1bc.tar.gz
arm-trusted-firmware: update to latest snapshot based on 2.0
Upstream has changed copyright guidelines, no actual license change: | Copyright guidance has been changed for migration of the | ARM run project to trustedfirmware.org where the project | governance is different. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb (renamed from recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb
index fdbf8f14..76522c01 100644
--- a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb
+++ b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb
@@ -7,7 +7,7 @@ Power State Coordination Interface (PSCI), Trusted Board Boot Requirements \
7HOMEPAGE = "http://infocenter.arm.com/help/topic/com.arm.doc.dui0928e/CJHIDGJF.html" 7HOMEPAGE = "http://infocenter.arm.com/help/topic/com.arm.doc.dui0928e/CJHIDGJF.html"
8 8
9LICENSE = "BSD" 9LICENSE = "BSD"
10LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" 10LIC_FILES_CHKSUM = "file://license.rst;md5=c709b197e22b81ede21109dbffd5f363"
11 11
12inherit deploy 12inherit deploy
13 13
@@ -22,7 +22,7 @@ PV_append = "+git${SRCPV}"
22BRANCH = "ti-atf" 22BRANCH = "ti-atf"
23SRC_URI = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH}" 23SRC_URI = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH}"
24 24
25SRCREV ?= "d7b4c6e1fdb4553fc23a02776bca111bdcdf6b9f" 25SRCREV ?= "a9361e0ee6e6725346bf1f395b4d3d049bc20a7f"
26 26
27# Make ATF "aware" of OPTEE, no build dependency 27# Make ATF "aware" of OPTEE, no build dependency
28PACKAGECONFIG[optee] = "SPD=opteed" 28PACKAGECONFIG[optee] = "SPD=opteed"