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