mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02: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>
14 lines
323 B
HTML
14 lines
323 B
HTML
# For runqemu
|
|
IMAGE_CLASSES += "qemuboot"
|
|
QB_CPU_x86 = "-cpu core2duo"
|
|
QB_CPU_KVM_x86 = "-cpu core2duo"
|
|
|
|
QB_CPU_x86-64 = "-cpu core2duo"
|
|
QB_CPU_KVM_x86-64 = "-cpu core2duo"
|
|
|
|
QB_AUDIO_DRV = "alsa"
|
|
QB_AUDIO_OPT = "-soundhw ac97,es1370"
|
|
QB_KERNEL_CMDLINE_APPEND = "oprofile.timer=1"
|
|
QB_OPT_APPEND = "-usb -device usb-tablet"
|
|
|