From: Richard Purdie Date: Fri, 13 Jun 2014 13:06:31 +0000 (+0100) Subject: bitbake.conf: Add QEMU_OPTION for ppc7400 as used by qemuppc X-Git-Tag: 2015-4~2563 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5995fdbe81799f1ecf5de722cb2eb95ccb2aa860;p=openembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index cd6f94004e..1dc8860480 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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.