cb09e1c81f
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>
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
config BR2_PACKAGE_SKELETON_CUSTOM
|
|
bool
|
|
select BR2_PACKAGE_HAS_SKELETON
|
|
|
|
config BR2_PACKAGE_PROVIDES_SKELETON
|
|
default "skeleton-custom" if BR2_PACKAGE_SKELETON_CUSTOM
|