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
Ximper Linux
mkimage-profiles
Commits
7eafad05
Commit
7eafad05
authored
Jan 27, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev: Divide targets into those that add functionality to base system and live
To close a case: need to add to the base system, but not to live.
parent
98666080
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
config.mk
features.in/dev/config.mk
+9
-5
No files found.
features.in/dev/config.mk
View file @
7eafad05
use/dev: use/control
@$(call add_feature)
@$(call add,
TH
E_PACKAGES,git-core hasher gear)
@$(call add,
BAS
E_PACKAGES,git-core hasher gear)
@$(call add,CONTROL,pam_mktemp:enabled)
@$(call add,DEFAULT_SERVICES_ENABLE,hasher-privd)
# use/dev intentionally missing
use/dev/repo: use/repo/main
@$(call add,
TH
E_PACKAGES,apt-repo)
@$(call add,
BAS
E_PACKAGES,apt-repo)
@$(call add,MAIN_LISTS,$(call tags,main builder))
@$(call try,DEV_REPO,1)
use/dev/mkimage: use/dev
@$(call add,
TH
E_PACKAGES,mkimage shadow-change su)
@$(call add,
BAS
E_PACKAGES,mkimage shadow-change su)
use/dev/builder/base: use/dev/mkimage
@$(call add,
TH
E_LISTS,$(call tags,builder && (base || extra)))
@$(call add,
BAS
E_LISTS,$(call tags,builder && (base || extra)))
use/dev/builder/live: use/dev
/builder/base
use/dev/builder/live: use/dev
@$(call add,LIVE_LISTS,$(call tags,live builder))
@$(call add,LIVE_LISTS,$(call tags,builder && (base || extra)))
@$(call add,LIVE_PACKAGES,git-core hasher gear)
@$(call add,LIVE_PACKAGES,mkimage shadow-change su)
@$(call add,LIVE_PACKAGES,apt-repo)
use/dev/builder/live/sysv: use/dev/builder/live; @:
ifeq (,$(filter-out x86_64 ,$(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