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>
This commit is contained in:
Cam Hutchison
2017-08-14 07:21:09 +10:00
committed by Thomas Petazzoni
parent 049c0f1b4d
commit f4a8ba8c8b
4 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ config BR2_ROOTFS_SKELETON_DEFAULT
select BR2_PACKAGE_SKELETON_SYSV if BR2_INIT_SYSV
select BR2_PACKAGE_SKELETON_SYSV if BR2_INIT_BUSYBOX
select BR2_PACKAGE_SKELETON_SYSTEMD if BR2_INIT_SYSTEMD
select BR2_PACKAGE_SKELETON_NONE if BR2_INIT_NONE
select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_INIT_NONE
help
Use default target skeleton