From 9c5e9162da8a3c03c7f124d0e0a41f8255bbfc5d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 19 Feb 2024 15:44:21 +0000 Subject: core-image-initramfs-boot: always install all kernel modules The point of a "just boot" initramfs is to contain the kernel modules, so explicitly add all of the kernel modules to the image. Signed-off-by: Ross Burton --- 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 7258944751..cb6837a43d 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 = "" -- cgit v1.2.3-54-g00ecf