mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
qemuboot-mips: Enable cirrus VGA device
This helps in booting weston images ( core-image-weston ) with fbdev backend, without this westons initialization of fbdev backend fails because it does not get correct frame buffer settings and exits pre-maturely (From OE-Core rev: d95b03ae45b36a9b127ef639322e61b21c328d87) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,3 +5,6 @@ QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
|
||||
QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet"
|
||||
# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
|
||||
QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
|
||||
|
||||
# For graphics to work we need to define the VGA device as well as the necessary USB devices
|
||||
QB_OPT_APPEND += "-device cirrus-vga"
|
||||
|
||||
Reference in New Issue
Block a user