diff options
Diffstat (limited to 'meta/conf/machine/include/qemuboot-mips.inc')
-rw-r--r-- | meta/conf/machine/include/qemuboot-mips.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemuboot-mips.inc b/meta/conf/machine/include/qemuboot-mips.inc index 0f04b81443..01f8f8bb3b 100644 --- a/meta/conf/machine/include/qemuboot-mips.inc +++ b/meta/conf/machine/include/qemuboot-mips.inc | |||
@@ -3,5 +3,5 @@ IMAGE_CLASSES += "qemuboot" | |||
3 | QB_MEM = "-m 256" | 3 | QB_MEM = "-m 256" |
4 | QB_MACHINE = "-machine malta" | 4 | QB_MACHINE = "-machine malta" |
5 | QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" | 5 | QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" |
6 | QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -usbdevice tablet" | 6 | QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -usbdevice tablet -device virtio-rng-pci" |
7 | QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}" | 7 | QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}" |