blob: 7d9fa52da656099790082a3cbcb7b3840aa16cb2 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001# For runqemu
2IMAGE_CLASSES += "qemuboot"
3QB_MEM = "-m 256"
4QB_MACHINE = "-machine malta"
5QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
6# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -device usb-tablet -device virtio-rng-pci"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06008QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}"