summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/conf/machine/qemuarm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/conf/machine/qemuarm.conf')
-rw-r--r--external/poky/meta/conf/machine/qemuarm.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/external/poky/meta/conf/machine/qemuarm.conf b/external/poky/meta/conf/machine/qemuarm.conf
new file mode 100644
index 00000000..d2f2c85c
--- /dev/null
+++ b/external/poky/meta/conf/machine/qemuarm.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: arm_versatile_926ejs
+#@DESCRIPTION: arm_versatile_926ejs
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-arm926ejs.inc
+#require conf/machine/include/tune-arm1136jf-s.inc
+
+KERNEL_IMAGETYPE = "zImage"
+
+SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;ttyAMA1"
+
+# For runqemu
+QB_SYSTEM_NAME = "qemu-system-arm"
+QB_MACHINE = "-machine versatilepb"
+QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty"
+# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
+QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet -device virtio-rng-pci"
+PREFERRED_VERSION_linux-yocto ??= "4.18%"
+QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"