summaryrefslogtreecommitdiffstats
path: root/package/skeleton/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-07-25 23:14:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 23:58:17 +0200
commit10ac06496cdede78e004c82671e0a8c9ca6ea2d1 (patch)
tree7e08b93fd5cbf7f487927a2957cd4918b12352a1 /package/skeleton/Config.in
parent7c1692df6f72ae4c3581a6a43cd2479b11c5ed84 (diff)
downloadbuildroot-10ac06496cdede78e004c82671e0a8c9ca6ea2d1.tar.gz
buildroot-10ac06496cdede78e004c82671e0a8c9ca6ea2d1.zip
package/skeleton: select it rather than default to y
Our current skeleton is tailored to sysv-like init systems; it is not fit for systemd-based systems. So, in upcoming changes, we'll add another skeleton for systemd. This means we can no longer have the current skeleton default to 'y', or it would be enabled also for systemd, which would be incorrect. So, we remove the default to 'y' but have it selected by the default skeleton choice. However, we do not yet have a way to directly build (really, install) the custom skeleton, it is built (really, installed) as a dependency of the default skeleton. So we must also forcibly select the default skeleton when using a custom one. Until we have the means to do only one or the other; i.e. when we have a virtual skeleton. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/skeleton/Config.in')
-rw-r--r--package/skeleton/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/skeleton/Config.in b/package/skeleton/Config.in
index d25147bd92..b22ac66b35 100644
--- a/package/skeleton/Config.in
+++ b/package/skeleton/Config.in
@@ -1,5 +1,4 @@
config BR2_PACKAGE_SKELETON
bool
- default y
help
The basic skeleton for your rootfs.
OpenPOWER on IntegriCloud