1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +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:
Suhaas Joshi
2025-09-12 17:56:42 +05:30
committed by Ryan Eatmon
parent 2d233b372f
commit 12a0133363
7 changed files with 19 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
PV = "4.6.0+git"
SRCREV = "02e7f9213b0d7db9c35ebf1e41e733fc9c5a3f75"
PV = "4.7.0+git"
SRCREV = "23c112a6f05cc5e39bd4aaf52ad515cad532237d"
SRC_URI:remove = " \
file://0001-tee-supplicant-add-udev-rule-and-systemd-service-fil.patch \

View File

@@ -1,2 +1,2 @@
PV = "4.6.0+git"
SRCREV = "5306d2c7c618bb4a91df17a2d5d79ae4701af4a3"
PV = "4.7.0+git"
SRCREV = "14321a0607db16099d158478b21a2b2e37b3a935"

View File

@@ -1,2 +1,2 @@
PV = "4.6.0+git"
SRCREV_optee-ta = "6f99e783eb9bb57c314a881433d4ec970de87959"
PV = "4.7.0+git"
SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1"

View File

@@ -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}

View File

@@ -1,5 +1,5 @@
PV = "4.6.0+git"
SRCREV = "71785645fa6ce42db40dbf5a54e0eaedc4f61591"
PV = "4.7.0+git"
SRCREV = "a9690ae39995af36a31b7a4f446f27ea0787e3a4"
SRC_URI:remove = " \
file://0001-mk-compile.mk-remove-absolute-build-time-paths.patch \

View File

@@ -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}

View File

@@ -1,5 +1,6 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:"
PV = "4.6.0+git"
SRCREV = "a9e9495f4d57b97022008ad11198195e7e044c5d"
PV = "4.7.0+git"
SRCREV = "a15be9eca1b7e935917d834284726027dffc8cfb"
SRC_URI += "file://0001-Suppress-new-gcc-15-Wunterminated-string-initializat.patch"