mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
qemu: Disable for ppc32
qemu no longer supports building for ppc32 hosts, therefore reflect this in recipe (From OE-Core rev: b94bf9d17d8157907d4b96f29276a7b58707124e) 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>
This commit is contained in:
@@ -23,3 +23,5 @@ PACKAGECONFIG ??= " \
|
|||||||
PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie \
|
PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \
|
||||||
"
|
"
|
||||||
|
# ppc32 hosts are no longer supported in qemu
|
||||||
|
COMPATIBLE_HOST:powerpc = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user