From b94bf9d17d8157907d4b96f29276a7b58707124e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 27 Mar 2022 18:23:06 -0700 Subject: [PATCH] qemu: Disable for ppc32 qemu no longer supports building for ppc32 hosts, therefore reflect this in recipe Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu_6.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.2