Message ID | 20250415130608.1804620-2-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-initramfs-boot.bb b/meta/recipes-core/images/core-image-initramfs-boot.bb index 7258944751..6fc113345c 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} base-passwd" # Ensure the initramfs only contains the bare minimum IMAGE_FEATURES = ""
base-utils are only needed because the initramfs init functionality is implemented in shell. There is no other reason in core-image-initramfs-boot 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-initramfs-boot.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)