Commit e9a8c1c6 authored by Anton Midyukov's avatar Anton Midyukov

engineering.mk: real-time kernel only available for x86_64

parent 46c2d220
......@@ -14,7 +14,9 @@ mixin/alt-engineering-install: mixin/alt-engineering
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)
......
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