1*4882a593Smuzhiyun# For runqemu 2*4882a593SmuzhiyunIMAGE_CLASSES += "qemuboot" 3*4882a593SmuzhiyunQB_MACHINE = "-machine malta" 4*4882a593SmuzhiyunQB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" 5*4882a593SmuzhiyunQB_OPT_APPEND = "-usb -device usb-tablet" 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun# For graphics to work we need to define the VGA device as well as the necessary USB devices 8*4882a593SmuzhiyunQB_GRAPHICS = "-vga std" 9