mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
target/generic: add filesystem overlay option
The filesystem overlay is a tree that is copied over the target fs after building everything - which is currently usually done in the post-build script. [Peter: don't ignore missing directories] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
a0ad75a125
commit
7f86089292
@@ -249,6 +249,17 @@ config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW
|
||||
|
||||
endif # BR2_ROOTFS_SKELETON_DEFAULT
|
||||
|
||||
config BR2_ROOTFS_OVERLAY
|
||||
string "Root filesystem overlay directories"
|
||||
default ""
|
||||
help
|
||||
Specify a list of directories that are copied over the target
|
||||
root filesystem after the build has finished and before it is
|
||||
packed into the selected filesystem images.
|
||||
|
||||
They are copied as-is into the rootfs, excluding files ending with
|
||||
~ and .git, .svn and .hg directories.
|
||||
|
||||
config BR2_ROOTFS_POST_BUILD_SCRIPT
|
||||
string "Custom script to run before creating filesystem images"
|
||||
default ""
|
||||
|
||||
Reference in New Issue
Block a user