* [PATCH] qemu: Disable for ppc32
@ 2022-03-28 1:23 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2022-03-28 1:23 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
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(+)
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.35.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-28 1:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-28 1:23 [PATCH] qemu: Disable for ppc32 Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox