summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemuboot-mips.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/qemuboot-mips.inc')
-rw-r--r--meta/conf/machine/include/qemuboot-mips.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/conf/machine/include/qemuboot-mips.inc b/meta/conf/machine/include/qemuboot-mips.inc
deleted file mode 100644
index 978820a2e0..0000000000
--- a/meta/conf/machine/include/qemuboot-mips.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-# For runqemu
-IMAGE_CLASSES += "qemuboot"
-QB_MACHINE = "-machine malta"
-QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
-QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet"
-# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
-QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"