1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

arm/optee-test: add bug links

These issues now have upstream bugs.

Change-Id: I9eacedbbf6e7874f6d1843b08fd9a8c04d030855
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2020-11-02 15:33:36 +00:00
committed by Jon Mason
parent 15e525c0e5
commit accb5d3bb4
3 changed files with 3 additions and 3 deletions
@@ -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 <raj.khem@gmail.com>
---
host/xtest/install_ta.c | 2 +-
@@ -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 <brett.warren@arm.com>
---
@@ -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 <brett.warren@arm.com>
---