1*d159c7fbSAndrew Geissler# For runqemu 2*d159c7fbSAndrew GeisslerIMAGE_CLASSES += "qemuboot" 3*d159c7fbSAndrew GeisslerQB_MACHINE = "-machine malta" 4*d159c7fbSAndrew GeisslerQB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" 5*d159c7fbSAndrew GeisslerQB_OPT_APPEND = "-usb -device usb-tablet" 6*d159c7fbSAndrew Geissler 7*d159c7fbSAndrew Geissler# For graphics to work we need to define the VGA device as well as the necessary USB devices 8*d159c7fbSAndrew GeisslerQB_GRAPHICS = "-vga std" 9