qemu no longer supports building for ppc32 hosts, therefore reflect this in recipe
Signed-off-by: Khem Raj <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#163682): https://lists.openembedded.org/g/openembedded-core/message/163682 Mute This Topic: https://lists.openembedded.org/mt/90075720/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
