Lines Matching refs:skeleton
92 Custom target skeleton (+BR2_ROOTFS_SKELETON_CUSTOM+)::
94 The root filesystem image is created from a target skeleton, on top of
95 which all packages install their files. The skeleton is copied to the
97 installed. The default target skeleton provides the standard Unix
100 If the default skeleton (available under +system/skeleton+) does not
102 post-build script to adapt it. However, if the default skeleton is
103 entirely different than what you need, using a custom skeleton may be
108 to the path of your custom skeleton. Both options are available in the
114 When +BR2_ROOTFS_MERGED_USR+ is enabled, then the custom skeleton must
117 In such a situation, should the skeleton have any programs or
122 skeleton, which prevents taking advantage of the fixes or improvements
123 brought to the default skeleton in later Buildroot releases.