mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
RNG passthru has been enabled on all qemu machines but its being added to each one of them, with this patch its turned into QB variables which defaults to host passthru, yet it can be overridden if needed via machine or config metadata if needed. (From OE-Core rev: 26dd24506ef36088e17f999ce5489dc4b72194e8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
291 B
HTML
9 lines
291 B
HTML
# For runqemu
|
|
IMAGE_CLASSES += "qemuboot"
|
|
QB_MACHINE = "-machine malta"
|
|
QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
|
|
QB_OPT_APPEND = "-usb -device usb-tablet"
|
|
|
|
# For graphics to work we need to define the VGA device as well as the necessary USB devices
|
|
QB_OPT_APPEND += "-vga std"
|