package/skeleton: make it a virtual package

We now have two packages that can act as a skeleton, skeleton-common,
also known as our default skeleton, and skeleton-custom.

This means that the skeleton package can be a standard virtual package
now.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN
2017-08-02 00:52:18 +02:00
committed by Thomas Petazzoni
parent 22cf98c6af
commit cb09e1c81f
7 changed files with 24 additions and 12 deletions

View File

@@ -1,5 +1,9 @@
menu "System configuration"
# Note: usually, it is not possible to select a provider of a virtual
# package. But here we have an exception: there are only two providers
# and they only get selected each by separate entries in this choice.
# So this is a safe situation.
choice
prompt "Root FS skeleton"