1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

bitbake.conf: Add QEMU_OPTION for ppc7400 as used by qemuppc

Currently, qemuppc prints warnings about gdk-pixbuf postinstalls
not working due to illegal instructions. This is due to qemu
running with the wrong cpu type. Add an option for ppc7400 so
that qemuppc works correctly.

(From OE-Core rev: 5995fdbe81799f1ecf5de722cb2eb95ccb2aa860)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2014-06-13 14:06:31 +01:00
parent ce4cd2c31c
commit 7b0e2e9141
+1
View File
@@ -155,6 +155,7 @@ QEMU_OPTIONS_e5500 = "-cpu e5500"
QEMU_OPTIONS_e5500-64b = "-cpu e5500"
QEMU_OPTIONS_e6500 = "-cpu e6500"
QEMU_OPTIONS_e6500-64b = "-cpu e6500"
QEMU_OPTIONS_ppc7400 = "-cpu 7400"
##################################################################
# Date/time variables.