These vars will be used when QEMU_BOOT_SUPPORTED = "1", and has no impact when "0".
Signed-off-by: Robert Yang <[email protected]> --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/conf/machine/include/powerpc/arch-powerpc.inc b/meta/conf/machine/include/powerpc/arch-powerpc.inc index 9cf6b88..68c53bb 100644 --- a/meta/conf/machine/include/powerpc/arch-powerpc.inc +++ b/meta/conf/machine/include/powerpc/arch-powerpc.inc @@ -32,3 +32,8 @@ TUNE_FEATURES_tune-powerpc = "m32 fpu-hard" BASE_LIB_tune-powerpc = "lib" TUNE_PKGARCH_tune-powerpc = "powerpc" PACKAGE_EXTRA_ARCHS_tune-powerpc = "powerpc" + +QEMU_MAHINE_SUBTYPE = "-machine mac99" +QEMU_CPU_SUBTYPE = "-cpu G4" +QEMU_SYSTEM_OPTIONS = "-no-reboot" +QEMU_KERNEL_OPTIONS = "console=ttyS0 console=tty" -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
