MACHINE definition for Zephyr BOARD qemu_x86 Signed-off-by: Juro Bystricky <juro.bystri...@intel.com> --- conf/machine/qemu-x86.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/qemu-x86.conf
diff --git a/conf/machine/qemu-x86.conf b/conf/machine/qemu-x86.conf new file mode 100644 index 0000000..0d595a1 --- /dev/null +++ b/conf/machine/qemu-x86.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86 +#@DESCRIPTION: Machine for Zephyr BOARD qemu_x86 + +require conf/machine/include/qemu.inc +require conf/machine/include/tune-i586.inc + +# For runqemu (TBD) +QB_SYSTEM_NAME = "qemu-system-i386" +QB_MACHINE = "-machine pc-0.14" +QB_OPT_APPEND = "-nographic -display none -clock dynticks -no-acpi -balloon none" -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto