mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Add a new runqemu field for VGA devices. Currently, these are being set in QB_OPT_APPEND, which can make them difficult to override if importing the config file into another one. (From OE-Core rev: 695c98b6522be4373806c154a2999eaeef205556) Signed-off-by: Jon Mason <jon.mason@arm.com> Change-Id: I8cb9527954c5b06c083c42fe2466cb3338584b7d Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
288 B
HTML
9 lines
288 B
HTML
# For runqemu
|
|
IMAGE_CLASSES += "qemuboot"
|
|
QB_MACHINE = "-machine malta"
|
|
QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
|
|
QB_OPT_APPEND = "-usb -device usb-tablet"
|
|
|
|
# For graphics to work we need to define the VGA device as well as the necessary USB devices
|
|
QB_GRAPHICS = "-vga std"
|