aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemuboot-mips.inc
blob: 0f04b814432f5ca392faf9de30623bf5e259f845 (plain)
1
2
3
4
5
6
7
# For runqemu
IMAGE_CLASSES += "qemuboot"
QB_MEM = "-m 256"
QB_MACHINE = "-machine malta"
QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -usbdevice tablet"
QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}"