Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 1 | # For runqemu |
| 2 | IMAGE_CLASSES += "qemuboot" |
| 3 | QB_MEM = "-m 256" |
| 4 | QB_MACHINE = "-machine malta" |
| 5 | QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" |
| 6 | # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -device usb-tablet -device virtio-rng-pci" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 8 | QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}" |