xref: /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/mips/qemuboot-mips.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# For runqemu
2IMAGE_CLASSES += "qemuboot"
3QB_MACHINE = "-machine malta"
4QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
5QB_OPT_APPEND = "-usb -device usb-tablet"
6
7# For graphics to work we need to define the VGA device as well as the necessary USB devices
8QB_GRAPHICS = "-vga std"
9