mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
optee: Update to 4.7.0 tag
Update optee_client, optee_examples, optee_os and optee_test to the
newer 4.7.0 tag from the previous 4.6.0 one.
Further: meta-arm applies 0003-optee-enable-clang-support patch to
optee_os. However, in a recent upstream commit [0], the line to which
the patch applies was removed. Therefore the patch is no longer
required. As a result, tell optee_os.bbappend file to remove it.
[0] 3d5c2dd8b5
Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
0e2876e2ea
commit
f99bb55265
@@ -1,2 +1,2 @@
|
||||
PV = "4.6.0+git"
|
||||
SRCREV = "02e7f9213b0d7db9c35ebf1e41e733fc9c5a3f75"
|
||||
PV = "4.7.0+git"
|
||||
SRCREV = "23c112a6f05cc5e39bd4aaf52ad515cad532237d"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
PV = "4.6.0+git"
|
||||
SRCREV = "5306d2c7c618bb4a91df17a2d5d79ae4701af4a3"
|
||||
PV = "4.7.0+git"
|
||||
SRCREV = "14321a0607db16099d158478b21a2b2e37b3a935"
|
||||
|
||||
@@ -6,4 +6,8 @@ require ${OPTEE_TI_VERSION}
|
||||
OPTEE_TI_OVERRIDES = ""
|
||||
OPTEE_TI_OVERRIDES:ti-soc = "${BPN}-ti-overrides.inc"
|
||||
|
||||
SRC_URI:remove = " \
|
||||
file://0003-optee-enable-clang-support.patch \
|
||||
"
|
||||
|
||||
require ${OPTEE_TI_OVERRIDES}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
PV = "4.6.0+git"
|
||||
SRCREV = "71785645fa6ce42db40dbf5a54e0eaedc4f61591"
|
||||
|
||||
PV = "4.7.0+git"
|
||||
SRCREV = "a9690ae39995af36a31b7a4f446f27ea0787e3a4"
|
||||
SRC_URI:remove = " \
|
||||
file://0001-checkconf.mk-do-not-use-full-path-to-generate-guard-.patch \
|
||||
file://0001-arm64.h-fix-compile-error-with-Clang.patch \
|
||||
|
||||
@@ -6,4 +6,8 @@ require ${OPTEE_TI_VERSION}
|
||||
OPTEE_TI_OVERRIDES = ""
|
||||
OPTEE_TI_OVERRIDES:ti-soc = "${BPN}-ti-overrides.inc"
|
||||
|
||||
SRC_URI:remove = " \
|
||||
file://0003-optee-enable-clang-support.patch \
|
||||
"
|
||||
|
||||
require ${OPTEE_TI_OVERRIDES}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a8fa504109e4cd7ea575bc49ea4be560"
|
||||
|
||||
PV = "4.6.0+git"
|
||||
SRCREV = "a9e9495f4d57b97022008ad11198195e7e044c5d"
|
||||
PV = "4.7.0+git"
|
||||
SRCREV = "a15be9eca1b7e935917d834284726027dffc8cfb"
|
||||
|
||||
SRC_URI:remove = " \
|
||||
file://0001-xtest-stats-remove-unneeded-stat.h-include.patch \
|
||||
|
||||
Reference in New Issue
Block a user