summaryrefslogtreecommitdiffstats
path: root/package/skeleton-init-none/Config.in
diff options
context:
space:
mode:
authorCam Hutchison <camh@xdna.net>2017-08-14 07:21:09 +1000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-14 21:52:43 +0200
commitf4a8ba8c8be2a471a2bb9d42961f90438b1056b3 (patch)
tree32fbefc60559df25d09fce0637f156cf9ceb4380 /package/skeleton-init-none/Config.in
parent049c0f1b4db07ffbb5d115da3ac8271ae6426dc8 (diff)
downloadbuildroot-f4a8ba8c8be2a471a2bb9d42961f90438b1056b3.tar.gz
buildroot-f4a8ba8c8be2a471a2bb9d42961f90438b1056b3.zip
skeleton: Rename skeleton-none to skeleton-init-none
The skeletons are based on the selection of BR2_INIT_*, so add init- to the package name to make this clearer. The name skeleton-none implies no skeleton at all, not a base skeleton with no init-specific files. Signed-off-by: Cam Hutchison <camh@xdna.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/skeleton-init-none/Config.in')
-rw-r--r--package/skeleton-init-none/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/skeleton-init-none/Config.in b/package/skeleton-init-none/Config.in
new file mode 100644
index 0000000000..426954ca4c
--- /dev/null
+++ b/package/skeleton-init-none/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_SKELETON_INIT_NONE
+ bool
+ select BR2_PACKAGE_HAS_SKELETON
+ select BR2_PACKAGE_SKELETON_COMMON
+
+config BR2_PACKAGE_PROVIDES_SKELETON
+ default "skeleton-init-none" if BR2_PACKAGE_SKELETON_INIT_NONE
OpenPOWER on IntegriCloud