diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2013-02-07 11:58:10 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-08 22:11:24 +0100 |
commit | afea3037ef3a6718051e79dd7f7e3bb2e4cc224e (patch) | |
tree | d3de43716558ab7eb6ac3c283372a91de9ea9082 /docs/manual | |
parent | c482eed74c5238065ab1211c1e094be656fcda4f (diff) | |
download | buildroot-novena-afea3037ef3a6718051e79dd7f7e3bb2e4cc224e.tar.gz buildroot-novena-afea3037ef3a6718051e79dd7f7e3bb2e4cc224e.zip |
rootfs-overlay: also exclude .empty files
This makes it possible to put empty directories in the overlay.
Thanks to Aras Vaichas for pointing that out.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/customize-rootfs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/customize-rootfs.txt b/docs/manual/customize-rootfs.txt index 3cdbaa1ce..b1662cb79 100644 --- a/docs/manual/customize-rootfs.txt +++ b/docs/manual/customize-rootfs.txt @@ -20,8 +20,8 @@ there are a few ways to customize the resulting target filesystem. * Create a filesystem overlay: a tree of files that are copied directly over the target filesystem after it has been built. Set - +BR2_ROOTFS_OVERLAY+ to the top of the tree. +.git+, +.svn+, - +.hg+ directories and files ending with +~+ are excluded. + +BR2_ROOTFS_OVERLAY+ to the top of the tree. +.git+, +.svn+, +.hg+ + directories, +.empty+ files and files ending with +~+ are excluded. _Among these first 3 methods, this one should be preferred_. * In the Buildroot configuration, you can specify the path to a |