From: Mark Jonas <[email protected]> In "conf/machine: fix QEMU x86 sound options" b802a5dd the sound devices emulated by QEMU were changed from AC97 (intel8x0) and ES1370 (Soundblaster) to just AC97. Yet, the sound kernel modules added to the file system still matched ES1370.
This patch adds the matching snd-intel8x0 kernel module for the emulated AC97 sound card. It removes the unused ES1370 kernel modules. Signed-off-by: Mark Jonas <[email protected]> --- meta/conf/machine/qemux86-64.conf | 3 ++- meta/conf/machine/qemux86.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 8640867911..e249397d06 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -36,7 +36,8 @@ MACHINE_FEATURES += "x86 pci" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-ens1370 kernel-module-snd-rawmidi" +# matches QEMU -device AC97 +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-intel8x0" WKS_FILE ?= "qemux86-directdisk.wks" do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 1e072e1ae2..d61c7816dd 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -33,7 +33,8 @@ MACHINE_FEATURES += "x86 pci" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-ens1370 kernel-module-snd-rawmidi" +# matches QEMU -device AC97 +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-intel8x0" WKS_FILE ?= "qemux86-directdisk.wks" do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175470): https://lists.openembedded.org/g/openembedded-core/message/175470 Mute This Topic: https://lists.openembedded.org/mt/96048826/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
