blob: f1f7c2ae204221567411175a229cc71c67528f2c [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001# For runqemu
2IMAGE_CLASSES += "qemuboot"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06003QB_MACHINE = "-machine malta"
4QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
Brad Bishop79641f22019-09-10 07:20:22 -04005QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06006# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
Brad Bishop19323692019-04-05 15:28:33 -04007QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9# For graphics to work we need to define the VGA device as well as the necessary USB devices
10QB_OPT_APPEND += "-vga std"