[OE-core] [RFC PATCH 1/1] qemuppc64: add a configuration for a powerpc64 machine

Alexander Kanavin alexander.kanavin at linux.intel.com
Mon Sep 7 10:01:11 UTC 2015


Note that I copied and tweaked the ppc (32 bit) configuration and
didn't in any way test this with qemu; I only wanted
a working configuration for testing ppc64 builds using poky.
But it could be a starting point.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/conf/machine/qemuppc64.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta/conf/machine/qemuppc64.conf

diff --git a/meta/conf/machine/qemuppc64.conf b/meta/conf/machine/qemuppc64.conf
new file mode 100644
index 0000000..d18eea2
--- /dev/null
+++ b/meta/conf/machine/qemuppc64.conf
@@ -0,0 +1,11 @@
+#@TYPE: Machine
+#@NAME: qemu PPC Emulator setup
+#@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-power5.inc
+
+KERNEL_IMAGETYPE = "vmlinux"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
-- 
2.1.4




More information about the Openembedded-core mailing list