1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-06 00:59:47 +02:00

add support initramfs package

This commit is contained in:
DanyLE 2023-08-01 12:54:52 +02:00
parent 0865a5c13b
commit 14871c09de

View File

@ -7,7 +7,7 @@ INITRAMFS_SCRIPTS ?= "\
"
PACKAGE_INSTALL = "initramfs-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} initramfs-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""