image: Allow images to contribute files to the rootfs

This makes it possible to ship differing system files depending on the
images being built. E.g. an ITB image might expect a different
/etc/fstab than a DDI.
This commit is contained in:
Tobias Waldekranz
2026-03-08 21:55:20 +00:00
parent d945bb703b
commit 4984d5ac7f
+1
View File
@@ -20,6 +20,7 @@ $(1): $$($(2)_DEPENDENCIES)
ifeq ($$($(2)),y)
TARGETS_ROOTFS += $(1)
BR2_ROOTFS_OVERLAY := "$$(realpath $$(pkgdir)/rootfs) $$(call qstrip,$$(BR2_ROOTFS_OVERLAY))"
endif
endef