diff mbox series

[1/3] arm/optee: Updates upstream status.

Message ID 20250721114506.120457-2-frazer.carsley@arm.com
State New
Headers show
Series Updates Upstream Status | expand

Commit Message

Frazer Carsley July 21, 2025, 11:45 a.m. UTC
Patch "0003-optee-enable-clang-support" is no longer appropriate as the
feature the patch provides is no longer required.

Signed-off-by: Frazer Carsley <frazer.carsley@arm.com>
---
 .../0001-tee-supplicant-update-udev-systemd-install-code.patch  | 2 +-
 .../optee/optee-os/0003-optee-enable-clang-support.patch        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arm/recipes-security/optee/optee-client/0001-tee-supplicant-update-udev-systemd-install-code.patch b/meta-arm/recipes-security/optee/optee-client/0001-tee-supplicant-update-udev-systemd-install-code.patch
index d243f297..cd367124 100644
--- a/meta-arm/recipes-security/optee/optee-client/0001-tee-supplicant-update-udev-systemd-install-code.patch
+++ b/meta-arm/recipes-security/optee/optee-client/0001-tee-supplicant-update-udev-systemd-install-code.patch
@@ -10,7 +10,7 @@  Subject: [PATCH 1/1] tee-supplicant: update udev & systemd install code
 
 Changes are backwards compatible and the default operation is unchanged.
 
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://github.com/OP-TEE/optee_client/pull/402]
 
 Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com>
 ---
diff --git a/meta-arm/recipes-security/optee/optee-os/0003-optee-enable-clang-support.patch b/meta-arm/recipes-security/optee/optee-os/0003-optee-enable-clang-support.patch
index 253a01db..abc6d13e 100644
--- a/meta-arm/recipes-security/optee/optee-os/0003-optee-enable-clang-support.patch
+++ b/meta-arm/recipes-security/optee/optee-os/0003-optee-enable-clang-support.patch
@@ -7,7 +7,7 @@  When compiling with clang, the LIBGCC_LOCATE_CFLAG variable used
 to provide a sysroot wasn't included, which results in not locating
 compiler-rt. This is mitigated by including the variable as ammended.
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate
 ChangeId: 8ba69a4b2eb8ebaa047cb266c9aa6c2c3da45701
 Signed-off-by: Brett Warren <brett.warren@arm.com>
 ---