Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: Add QEMU_OPTION for ppc7400 as used by qemuppc
@ 2014-06-13 13:06 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-06-13 13:06 UTC (permalink / raw)
  To: openembedded-core

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 <richard.purdie@linuxfoundation.org>

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index caae02b..1d0e00c 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.




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-13 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 13:06 [PATCH] bitbake.conf: Add QEMU_OPTION for ppc7400 as used by qemuppc Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox