[yocto] [meta-zephyr][PATCH 2/5] qemu-x86.conf: New MACHINE

Juro Bystricky juro.bystricky at intel.com
Thu Jan 19 09:59:36 PST 2017


MACHINE definition for Zephyr BOARD qemu_x86

Signed-off-by: Juro Bystricky <juro.bystricky at 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




More information about the yocto mailing list