From: Alistair Francis <[email protected]>

When bulding Linux with kernel modules by default they aren't included
in the qemux86-64 machine. Let's ensure that they are included by
setting the MACHINE_EXTRA_RRECOMMENDS to include " ernel-modules".

This is already done for the qemuppc64, qemuloongarch and qemuriscv
machines.

Signed-off-by: Alistair Francis <[email protected]>
---
 meta/conf/machine/qemux86-64.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/machine/qemux86-64.conf 
b/meta/conf/machine/qemux86-64.conf
index 8aac7634b7..245fbd94da 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -31,7 +31,8 @@ MACHINE_FEATURES += "x86 pci"
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
 
-MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-ens1370 
kernel-module-snd-rawmidi"
+MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
+MACHINE_EXTRA_RRECOMMENDS += " kernel-module-snd-ens1370 
kernel-module-snd-rawmidi"
 
 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.53.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#232445): 
https://lists.openembedded.org/g/openembedded-core/message/232445
Mute This Topic: https://lists.openembedded.org/mt/118147967/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to