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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
