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

images and containers must be licensed.
This commit is contained in:
Anton Midyukov 2024-08-29 12:36:39 +03:00
parent 59c2169950
commit 319ac300bb
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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)))