Commit 319ac300 authored by Anton Midyukov's avatar Anton Midyukov

lib/{distro,ve,vm}.mk: add branding notes with licenses

images and containers must be licensed.
parent 59c21699
......@@ -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
......
......@@ -6,7 +6,7 @@ endif
ifeq (vm,$(IMAGE_CLASS))
vm/.bare: profile/bare
vm/.bare: profile/bare use/branding/notes
@$(call add,BASE_PACKAGES,interactivesystem shadow-utils e2fsprogs)
ifeq (,$(filter-out i586 x86_64 ppc64le,$(ARCH)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment