e2k: initial v6 multiseat support

201-PC has been developed using .404 motherboards
(IIRC using the two middle PCIe slots for GPUs);
1601-PC one has been done with .466 motherboard
by sciberia.io guys who have outrun me at that!
This commit is contained in:
Michael Shigorin 2022-07-01 15:40:27 +03:00 committed by Anton Midyukov
parent 6acc6b2910
commit cebb79d265

View File

@ -30,6 +30,14 @@ use/e2k/x11: use/e2k use/x11
@$(call add,THE_PACKAGES,xorg-server xinit)
@$(call add,INSTALL2_PACKAGES,xorg-drv-amdgpu lccrt-blobs)
ifeq (,$(filter-out e2kv6,$(ARCH)))
use/e2k/multiseat/full:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-801-multiseat) #sic!
@$(call add,MAIN_GROUPS,x-e2k/90-e201 x-e2k/90-e1601)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/e201-,1seat 2seat))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/e1601-,1seat 4seat))
endif
ifeq (,$(filter-out e2kv5,$(ARCH)))
use/e2k/multiseat/full: use/e2k/multiseat/901/full; @: