1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-03 16:09:48 +02:00

add support initramfs package

This commit is contained in:
DanyLE 2023-08-01 13:59:46 +02:00
parent 03b1c8bdfe
commit 1b8c99a1c3

View File

@ -1,13 +1,8 @@
DESCRIPTION = "Recovery initramfs image."
INITRAMFS_SCRIPTS = "\
initramfs-boot \
initramfs-module-udev \
"
PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
PACKAGE_INSTALL = "initramfs-boot initramfs-module-udev busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""