]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
skeleton: Rename skeleton-none to skeleton-init-none
authorCam Hutchison <camh@xdna.net>
Sun, 13 Aug 2017 21:21:09 +0000 (07:21 +1000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Aug 2017 19:52:43 +0000 (21:52 +0200)
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>
package/Config.in
package/skeleton-init-none/Config.in [moved from package/skeleton-none/Config.in with 52% similarity]
package/skeleton-init-none/skeleton-init-none.mk [moved from package/skeleton-none/skeleton-none.mk with 67% similarity]
system/Config.in

index b5170b044c7747827841ef20324edd873f6eab33..b48eac65cab6134ce16a03669ab242ddba7d2784 100644 (file)
@@ -4,7 +4,7 @@ menu "Target packages"
        source "package/skeleton/Config.in"
        source "package/skeleton-common/Config.in"
        source "package/skeleton-custom/Config.in"
-       source "package/skeleton-none/Config.in"
+       source "package/skeleton-init-none/Config.in"
        source "package/skeleton-systemd/Config.in"
        source "package/skeleton-sysv/Config.in"
 
similarity index 52%
rename from package/skeleton-none/Config.in
rename to package/skeleton-init-none/Config.in
index 43fb3f277cee9ae574a54132497783ffdb14d6b4..426954ca4c726c7ca9febd4352a5d93caf03ddc5 100644 (file)
@@ -1,7 +1,7 @@
-config BR2_PACKAGE_SKELETON_NONE
+config BR2_PACKAGE_SKELETON_INIT_NONE
        bool
        select BR2_PACKAGE_HAS_SKELETON
        select BR2_PACKAGE_SKELETON_COMMON
 
 config BR2_PACKAGE_PROVIDES_SKELETON
-       default "skeleton-none" if BR2_PACKAGE_SKELETON_NONE
+       default "skeleton-init-none" if BR2_PACKAGE_SKELETON_INIT_NONE
similarity index 67%
rename from package/skeleton-none/skeleton-none.mk
rename to package/skeleton-init-none/skeleton-init-none.mk
index 9e9579866a9f53e66be972751974493c57cc42e8..04e38c98d978b01d68fed0183eea761dd75770ea 100644 (file)
@@ -1,6 +1,6 @@
 ################################################################################
 #
-# skeleton-none
+# skeleton-init-none
 #
 ################################################################################
 
@@ -8,11 +8,11 @@
 # skeleton and the toolchain is a target package, as is skeleton.
 # Hence, skeleton would depends on the toolchain and the toolchain would depend
 # on skeleton.
-SKELETON_NONE_ADD_TOOLCHAIN_DEPENDENCY = NO
-SKELETON_NONE_ADD_SKELETON_DEPENDENCY = NO
+SKELETON_INIT_NONE_ADD_TOOLCHAIN_DEPENDENCY = NO
+SKELETON_INIT_NONE_ADD_SKELETON_DEPENDENCY = NO
 
-SKELETON_NONE_DEPENDENCIES = skeleton-common
+SKELETON_INIT_NONE_DEPENDENCIES = skeleton-common
 
-SKELETON_NONE_PROVIDES = skeleton
+SKELETON_INIT_NONE_PROVIDES = skeleton
 
 $(eval $(generic-package))
index 59d8eab271a06c2dce4b892cb8392bc553b9fae9..45326f09859af28184b8e7d6b38ad939c85f57a2 100644 (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