From accb5d3bb4c78c4c8f665484c06ca5028c495ed4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 2 Nov 2020 15:33:36 +0000 Subject: [PATCH] arm/optee-test: add bug links These issues now have upstream bugs. Change-Id: I9eacedbbf6e7874f6d1843b08fd9a8c04d030855 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../0001-host-xtest-Adjust-order-of-including-compiler.h.patch | 2 +- .../optee-test/0002-make-remove-Wno-unsafe-loop-for-clang.patch | 2 +- .../0003-make-remove-Wmissing-noreturn-for-clang.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ---