diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-11 05:51:59 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 22:26:46 +0000 |
commit | 1fc28908d0c3d1f094f67964e91f4f220f3ffdb1 (patch) | |
tree | 3e8bbde9fa820fac154ff00978fc459da74235e8 /meta/recipes-devtools/qemu | |
parent | 668584ca71eec3dc1e0a99e0ddf634fc83370e6a (diff) | |
download | poky-1fc28908d0c3d1f094f67964e91f4f220f3ffdb1.tar.gz |
qemu: Exclude building on riscv32
Needs syscalls issues addressed. fails currently to build
../qemu-6.1.0/linux-user/syscall.c:659:1: error: use of undeclared identi
fier '__NR_nanosleep'; did you mean 'safe_nanosleep'?
(From OE-Core rev: c4ba4da8d885d183cc6a6f8a5d8d5122184bc3a6)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 8cc4600cad..ea7dfaecef 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -48,6 +48,7 @@ CVE_CHECK_WHITELIST += "CVE-2018-18438" | |||
48 | 48 | ||
49 | COMPATIBLE_HOST:mipsarchn32 = "null" | 49 | COMPATIBLE_HOST:mipsarchn32 = "null" |
50 | COMPATIBLE_HOST:mipsarchn64 = "null" | 50 | COMPATIBLE_HOST:mipsarchn64 = "null" |
51 | COMPATIBLE_HOST:riscv32 = "null" | ||
51 | 52 | ||
52 | # Per https://lists.nongnu.org/archive/html/qemu-devel/2020-09/msg03873.html | 53 | # Per https://lists.nongnu.org/archive/html/qemu-devel/2020-09/msg03873.html |
53 | # upstream states qemu doesn't work without optimization | 54 | # upstream states qemu doesn't work without optimization |