lib/{distro,ve,vm}.mk: add branding notes with licenses
images and containers must be licensed.
This commit is contained in:
parent
59c2169950
commit
319ac300bb
@ -23,7 +23,7 @@ endif
|
||||
|
||||
# NB: the last flavour in KFLAVOURS gets to be the default one;
|
||||
# the kernel packages regexp evaluation has to take place at build stage
|
||||
distro/.base: distro/.boot use/kernel
|
||||
distro/.base: distro/.boot use/kernel use/branding/notes
|
||||
@$(call try,META_SYSTEM_ID,LINUX)
|
||||
|
||||
# this one should not be fundamental as it appears (think armh)
|
||||
|
@ -7,7 +7,7 @@ endif
|
||||
ifeq (ve,$(IMAGE_CLASS))
|
||||
|
||||
# no package management and networking
|
||||
ve/.bare: profile/bare
|
||||
ve/.bare: profile/bare use/branding/notes
|
||||
@$(call add,BASE_PACKAGES,basesystem)
|
||||
|
||||
# add package management
|
||||
|
Loading…
Reference in New Issue
Block a user