]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
qemu: Disable for ppc32
authorKhem Raj <raj.khem@gmail.com>
Mon, 28 Mar 2022 01:23:06 +0000 (18:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Mar 2022 14:58:38 +0000 (15:58 +0100)
qemu no longer supports building for ppc32 hosts, therefore reflect this
in recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu_6.2.0.bb

index 92857adf9c35eb22c2508b2924e6ee98a134b1d8..9f7fad9886e02d3cf11c889c88537c99fcf4768a 100644 (file)
@@ -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"