blob: 978820a2e0bbfda19431a9daba2273d56bb3b489 [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"