Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
319ac300
You need to sign in or sign up before continuing.
Commit
319ac300
authored
Aug 29, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib/{distro,ve,vm}.mk: add branding notes with licenses
images and containers must be licensed.
parent
59c21699
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
distro.mk
lib/distro.mk
+1
-1
ve.mk
lib/ve.mk
+1
-1
vm.mk
lib/vm.mk
+1
-1
No files found.
lib/distro.mk
View file @
319ac300
...
@@ -23,7 +23,7 @@ endif
...
@@ -23,7 +23,7 @@ endif
# NB: the last flavour in KFLAVOURS gets to be the default one;
# NB: the last flavour in KFLAVOURS gets to be the default one;
# the kernel packages regexp evaluation has to take place at build stage
# 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)
@$(call try,META_SYSTEM_ID,LINUX)
# this one should not be fundamental as it appears (think armh)
# this one should not be fundamental as it appears (think armh)
...
...
lib/ve.mk
View file @
319ac300
...
@@ -7,7 +7,7 @@ endif
...
@@ -7,7 +7,7 @@ endif
ifeq (ve,$(IMAGE_CLASS))
ifeq (ve,$(IMAGE_CLASS))
# no package management and networking
# no package management and networking
ve/.bare: profile/bare
ve/.bare: profile/bare
use/branding/notes
@$(call add,BASE_PACKAGES,basesystem)
@$(call add,BASE_PACKAGES,basesystem)
# add package management
# add package management
...
...
lib/vm.mk
View file @
319ac300
...
@@ -6,7 +6,7 @@ endif
...
@@ -6,7 +6,7 @@ endif
ifeq (vm,$(IMAGE_CLASS))
ifeq (vm,$(IMAGE_CLASS))
vm/.bare: profile/bare
vm/.bare: profile/bare
use/branding/notes
@$(call add,BASE_PACKAGES,interactivesystem shadow-utils e2fsprogs)
@$(call add,BASE_PACKAGES,interactivesystem shadow-utils e2fsprogs)
ifeq (,$(filter-out i586 x86_64 ppc64le,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 ppc64le,$(ARCH)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment