aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemuboot-mips.inc
blob: 7d9fa52da656099790082a3cbcb7b3840aa16cb2 (plain)
1
2
3
4
5
6
7
8
# For runqemu
IMAGE_CLASSES += "qemuboot"
QB_MEM = "-m 256"
QB_MACHINE = "-machine malta"
QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -device usb-tablet -device virtio-rng-pci"
QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}"