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 --- diff --git a/meta-arm/recipes-security/optee/optee-os/0001-optee-enable-clang-support.patch b/meta-arm/recipes-security/optee/optee-os/0001-optee-enable-clang-support.patch index 253a01db..abc6d13e 100644 --- a/meta-arm/recipes-security/optee/optee-os/0001-optee-enable-clang-support.patch +++ b/meta-arm/recipes-security/optee/optee-os/0001-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 ---