qemu: Disable for ppc32

Message ID 20220328012306.313339-1-raj.khem@gmail.com
State Accepted, archived
Commit b94bf9d17d8157907d4b96f29276a7b58707124e
Headers show
Series qemu: Disable for ppc32 | expand

Commit Message

Khem Raj March 28, 2022, 1:23 a.m. UTC
qemu no longer supports building for ppc32 hosts, therefore reflect this
in recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/qemu/qemu_6.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/meta/recipes-devtools/qemu/qemu_6.2.0.bb b/meta/recipes-devtools/qemu/qemu_6.2.0.bb
index 92857adf9c3..9f7fad9886e 100644
--- a/meta/recipes-devtools/qemu/qemu_6.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_6.2.0.bb
@@ -23,3 +23,5 @@  PACKAGECONFIG ??= " \
 PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie \
     ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \
 "
+# ppc32 hosts are no longer supported in qemu
+COMPATIBLE_HOST:powerpc = "null"