summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-08-02 00:52:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-02 19:12:42 +0200
commit0c750a027b720e316b9d7fccabb4d86bb2856ec0 (patch)
tree63a8e56b86a651ae1e39a11cd505731a1d215af4 /system
parente2385ce1f40278fe6af5035300e2d959f1d9b56e (diff)
package/skeleton: split out into skeleton-custom
For the custom skeleton, we practicaly do nothing, except ensure it contains the basic, required directories, and that those are properly setup wrt. merged /usr. Furthermore, our current skeleton is not fit for systemd, and we'll have to split things out into various skeletons. So, off-load the custom skeleton into its own package. Thus, the existing skeleton package is now limited to: - when using our default skeleton, install and tweak it properly; - when using a custom skeleton, do nothing except for depending on the skeleton-custom package. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Arnout: split off in a separate patch doing only this] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Config.in b/system/Config.in
index b2f5be376e..014aedfb42 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -11,7 +11,7 @@ config BR2_ROOTFS_SKELETON_DEFAULT
config BR2_ROOTFS_SKELETON_CUSTOM
bool "custom target skeleton"
- select BR2_PACKAGE_SKELETON
+ select BR2_PACKAGE_SKELETON_CUSTOM
help
Use custom target skeleton.