[oe-commits] Richard Purdie : bitbake.conf: Add QEMU_OPTION for ppc7400 as used by qemuppc

git at git.openembedded.org git at git.openembedded.org
Fri Jun 13 17:11:00 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5840efc97b9f5a3b910a43edc0858ee54466956e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5840efc97b9f5a3b910a43edc0858ee54466956e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jun 13 14:06:31 2014 +0100

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

---

 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

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



More information about the Openembedded-commits mailing list