Message ID | 20250415130608.1804620-3-bst@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | [RFC,1/4] initramfs-framework: make RDEPENDS/RRECOMMENDS base package-specific | expand |
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 4e210d1bf3..fb629f1034 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb @@ -12,7 +12,7 @@ INITRAMFS_SCRIPTS ?= "\ initramfs-module-install-efi \ " -PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" +PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = ""
base-utils are only needed because the initramfs init functionality is implemented in shell. There is no other reason in core-image-minimal-initramfs to add this explicitly. So let initramfs-framework-base pull in the base-utils dependency and drop it here. Signed-off-by: Bastian Krause <bst@pengutronix.de> --- meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)