From: Ross Burton <ross.bur...@arm.com>

The point of a "just boot" initramfs is to contain the kernel modules so
that the kernel can find the real root filesystem, so explicitly add them.

Signed-off-by: Ross Burton <ross.bur...@arm.com>
---
 meta/recipes-core/images/core-image-initramfs-boot.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/core-image-initramfs-boot.bb 
b/meta/recipes-core/images/core-image-initramfs-boot.bb
index 72589447513..cb6837a43d6 100644
--- a/meta/recipes-core/images/core-image-initramfs-boot.bb
+++ b/meta/recipes-core/images/core-image-initramfs-boot.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 
 INITRAMFS_SCRIPTS ?= "initramfs-framework-base initramfs-module-udev"
 
-PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} 
base-passwd"
+PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} 
base-passwd kernel-modules"
 
 # Ensure the initramfs only contains the bare minimum
 IMAGE_FEATURES = ""
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#196217): 
https://lists.openembedded.org/g/openembedded-core/message/196217
Mute This Topic: https://lists.openembedded.org/mt/104589481/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to