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
d311976f
You need to sign in or sign up before continuing.
Commit
d311976f
authored
Oct 28, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
engineering.mk: leave only regular-enginnering-live
No other build targets are planned.
parent
8e381c59
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
36 deletions
+12
-36
engineering.mk
conf.d/engineering.mk
+12
-36
No files found.
conf.d/engineering.mk
View file @
d311976f
mixin/alt-engineering-install: engineering_groups = $(addprefix engineering/,\
ifeq (distro,$(IMAGE_CLASS))
05-apps 2d-cad 3d-cad 3d-printer apcs cam eda misc)
distro/regular-engineering-live: distro/.regular-x11 +systemd +systemd-optimal \
mixin/regular-desktop mixin/regular-mate use/x11/lightdm/gtk \
mixin/alt-engineering-live: engineering_lists = $(addprefix engineering/,\
use/l10n +nm-gtk +plymouth \
2d-cad 3d-cad 3d-printer apcs cam eda misc)
mixin/alt-engineering: mixin/regular-desktop mixin/regular-mate \
use/x11/lightdm/gtk \
use/l10n +systemd +systemd-optimal +nm-gtk +plymouth
@$(call add,THE_PACKAGES,theme-mate-windows)
mixin/alt-engineering-install: mixin/alt-engineering
@$(call add,MAIN_GROUPS,$(engineering_groups))
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,engineering/cnc)
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_KFLAVOURS,rt)
endif
@$(call add,THE_PROFILES,engineering/00-minimal)
@$(call add,THE_PROFILES,engineering/10-design)
@$(call add,THE_PROFILES,engineering/20-automations)
mixin/alt-engineering-live: mixin/alt-engineering \
use/live/ru use/live/rw use/live/desktop \
use/live/ru use/live/rw use/live/desktop \
use/cleanup/live-no-cleanupdb \
use/cleanup/live-no-cleanupdb \
use/cleanup/live-no-cleanup-docs
use/cleanup/live-no-cleanup-docs
@$(call add,LIVE_LISTS,$(engineering_lists))
@$(call add,LIVE_LISTS,engineering/2d-cad)
@$(call add,LIVE_LISTS,engineering/3d-cad)
@$(call add,LIVE_LISTS,engineering/3d-printer)
@$(call add,LIVE_LISTS,engineering/apcs)
@$(call add,LIVE_LISTS,engineering/cam)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,LIVE_LISTS,engineering/cnc)
@$(call add,LIVE_LISTS,engineering/cnc)
endif
endif
@$(call add,LIVE_LISTS,engineering/eda)
@$(call add,LIVE_LISTS,engineering/misc)
@$(call add,LIVE_PACKAGES,theme-mate-windows)
ifeq (distro,$(IMAGE_CLASS))
distro/regular-engineering-live: distro/.regular-x11 \
mixin/alt-engineering-live; @:
distro/regular-engineering-install: distro/.regular-install-x11 \
mixin/alt-engineering-install; @:
endif
ifeq (vm,$(IMAGE_CLASS))
vm/regular-engineering: vm/.regular-desktop mixin/alt-engineering-install \
use/oem/install; @:
endif
endif
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