1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

add initram fs image support

This commit is contained in:
DanyLE
2023-07-31 18:21:17 +02:00
parent f14533c056
commit 6f4b4144f3
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,10 @@ LAYERDEPENDS_meta-rpi-diya = "core raspberrypi"
LAYERSERIES_COMPAT_meta-rpi-diya = "mickledore"
PACKAGE_CLASSES = "package_ipk"
INITRAMFS_IMAGE="core-image-minimal-initramfs"
INITRAMFS_IMAGE_BUNDLE="1"
INHERIT += "rm_work"
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "