From: Khem Raj Date: Mon, 28 Mar 2022 01:23:06 +0000 (-0700) Subject: qemu: Disable for ppc32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94bf9d17d8157907d4b96f29276a7b58707124e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"