mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
qemuboot-intel: fix audio option
-soundhw ac97 is deprecated since qemu v5.1.0. Replace it with recommended option. Fixes: | qemu-system-x86_64: warning: '-soundhw ac97' is deprecated, please use '-device AC97' instead Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
c2c0f2ade5
commit
dea9048c4b
|
@ -13,7 +13,7 @@ QB_CPU:intel-skylake-64 = "-cpu Skylake-Client"
|
|||
QB_CPU_KVM:intel-skylake-64 = "-cpu Skylake-Client"
|
||||
|
||||
QB_AUDIO_DRV = "alsa"
|
||||
QB_AUDIO_OPT = "-soundhw ac97,es1370"
|
||||
QB_AUDIO_OPT = "-device AC97"
|
||||
QB_KERNEL_CMDLINE_APPEND = " oprofile.timer=1"
|
||||
# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
|
||||
QB_OPT_APPEND = " -usb -usbdevice tablet -device virtio-rng-pci"
|
||||
|
|
Loading…
Reference in New Issue
Block a user