Commit d311976f authored by Anton Midyukov's avatar Anton Midyukov

engineering.mk: leave only regular-enginnering-live

No other build targets are planned.
parent 8e381c59
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
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