diff --git a/meta-arm/recipes-security/optee/optee-test/0001-host-xtest-Adjust-order-of-including-compiler.h.patch b/meta-arm/recipes-security/optee/optee-test/0001-host-xtest-Adjust-order-of-including-compiler.h.patch index 3066b664..3c500d7a 100644 --- a/meta-arm/recipes-security/optee/optee-test/0001-host-xtest-Adjust-order-of-including-compiler.h.patch +++ b/meta-arm/recipes-security/optee/optee-test/0001-host-xtest-Adjust-order-of-including-compiler.h.patch @@ -12,7 +12,7 @@ recipe-sysroot/usr/include/bits/stat.h:17:19: error: expected identifier or '(' ^ including compiler.h afer sys/stat.h fixes the problem. -Upstream-Status: Pending +Upstream-Status: Pending [https://github.com/OP-TEE/optee_test/issues/453] Signed-off-by: Khem Raj --- host/xtest/install_ta.c | 2 +- diff --git a/meta-arm/recipes-security/optee/optee-test/0002-make-remove-Wno-unsafe-loop-for-clang.patch b/meta-arm/recipes-security/optee/optee-test/0002-make-remove-Wno-unsafe-loop-for-clang.patch index ef09c563..17dd7d87 100644 --- a/meta-arm/recipes-security/optee/optee-test/0002-make-remove-Wno-unsafe-loop-for-clang.patch +++ b/meta-arm/recipes-security/optee/optee-test/0002-make-remove-Wno-unsafe-loop-for-clang.patch @@ -6,7 +6,7 @@ Subject: [PATCH] make: remove -Wmissing-noreturn for clang When compiling when clang, -Wmissing-noreturn causes an error because of non-compliant code. This option is removed to workaround this. -Upstream-Status: Pending +Upstream-Status: Pending [https://github.com/OP-TEE/optee_test/issues/452] Changed-Id: 71cb511904547d790d1ea98f93bf8e5a6afcb36d Signed-off-by: Brett Warren --- diff --git a/meta-arm/recipes-security/optee/optee-test/0003-make-remove-Wmissing-noreturn-for-clang.patch b/meta-arm/recipes-security/optee/optee-test/0003-make-remove-Wmissing-noreturn-for-clang.patch index b265e810..bbc303f3 100644 --- a/meta-arm/recipes-security/optee/optee-test/0003-make-remove-Wmissing-noreturn-for-clang.patch +++ b/meta-arm/recipes-security/optee/optee-test/0003-make-remove-Wmissing-noreturn-for-clang.patch @@ -7,7 +7,7 @@ When compiling with clang, the -Wno-unsafe-loop-optimizations option throws an error because clang doesn't recognise it. This option is removed to workaround this. -Upstream-Status: Pending +Upstream-Status: Pending [https://github.com/OP-TEE/optee_test/issues/452] Change-Id: 5fe0892c73208aaffac8c9995cb3275936fb1ba6 Signed-off-by: Brett Warren ---