From: Khem Raj Date: Thu, 11 Nov 2021 13:51:59 +0000 (-0800) Subject: qemu: Exclude building on riscv32 X-Git-Tag: uninative-3.5~857 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c4ba4da8d885d183cc6a6f8a5d8d5122184bc3a6;p=openembedded-core.git 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'? Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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" COMPATIBLE_HOST:mipsarchn32 = "null" COMPATIBLE_HOST:mipsarchn64 = "null" +COMPATIBLE_HOST:riscv32 = "null" # Per https://lists.nongnu.org/archive/html/qemu-devel/2020-09/msg03873.html # upstream states qemu doesn't work without optimization