summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-27 18:23:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-29 15:58:38 +0100
commitb94bf9d17d8157907d4b96f29276a7b58707124e (patch)
treee53917780efe0f4024c0bbc7e5ebc3ec9c11d8cb
parent70e0641069ca1e0e460000fe19662d6b3753b2ba (diff)
downloadopenembedded-core-contrib-b94bf9d17d8157907d4b96f29276a7b58707124e.tar.gz
qemu: Disable for ppc32
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>
-rw-r--r--meta/recipes-devtools/qemu/qemu_6.2.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_6.2.0.bb b/meta/recipes-devtools/qemu/qemu_6.2.0.bb
index 92857adf9c..9f7fad9886 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"