summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-02-19 15:44:21 +0000
committerRoss Burton <ross.burton@arm.com>2024-02-21 10:17:45 +0000
commit9c5e9162da8a3c03c7f124d0e0a41f8255bbfc5d (patch)
tree7a0865a5df476e0b41449b46a583648d69ed0bce
parentfc8e5d7c13f62e987b76971116cf290fd01a0c8f (diff)
downloadpoky-9c5e9162da8a3c03c7f124d0e0a41f8255bbfc5d.tar.gz
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 <ross.burton@arm.com>
-rw-r--r--meta/recipes-core/images/core-image-initramfs-boot.bb2
1 files changed, 1 insertions, 1 deletions
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"
4 4
5INITRAMFS_SCRIPTS ?= "initramfs-framework-base initramfs-module-udev" 5INITRAMFS_SCRIPTS ?= "initramfs-framework-base initramfs-module-udev"
6 6
7PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} base-passwd" 7PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} base-passwd kernel-modules"
8 8
9# Ensure the initramfs only contains the bare minimum 9# Ensure the initramfs only contains the bare minimum
10IMAGE_FEATURES = "" 10IMAGE_FEATURES = ""