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
2810fb16
Commit
2810fb16
authored
Mar 26, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: add multiseat support for live-install
parent
c9e86e13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
config.mk
features.in/e2k/config.mk
+7
-6
No files found.
features.in/e2k/config.mk
View file @
2810fb16
...
@@ -21,9 +21,12 @@ use/e2k/x11: use/e2k use/x11
...
@@ -21,9 +21,12 @@ use/e2k/x11: use/e2k use/x11
@$(call add,THE_PACKAGES,xorg-server xinit)
@$(call add,THE_PACKAGES,xorg-server xinit)
@$(call add,INSTALL2_PACKAGES,xorg-drv-amdgpu lccrt-blobs)
@$(call add,INSTALL2_PACKAGES,xorg-drv-amdgpu lccrt-blobs)
ifeq (,$(filter-out e2kv6,$(ARCH)))
use/e2k/multiseat:
use/e2k/multiseat/full:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(call add,LIVE_PACKAGES,installer-feature-e2k-multiseat)
ifeq (,$(filter-out e2kv6,$(ARCH)))
use/e2k/multiseat/full: use/e2k/multiseat
@$(call add,MAIN_GROUPS,x-e2k/90-e1601)
@$(call add,MAIN_GROUPS,x-e2k/90-e1601)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/e1601-,1seat 4seat))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/e1601-,1seat 4seat))
@#$(call add,MAIN_GROUPS,x-e2k/90-e201) # wait for GPU split on *201*
@#$(call add,MAIN_GROUPS,x-e2k/90-e201) # wait for GPU split on *201*
...
@@ -34,8 +37,7 @@ ifeq (,$(filter-out e2kv5,$(ARCH)))
...
@@ -34,8 +37,7 @@ ifeq (,$(filter-out e2kv5,$(ARCH)))
use/e2k/multiseat/full: use/e2k/multiseat/901/full; @:
use/e2k/multiseat/full: use/e2k/multiseat/901/full; @:
# 6seat not tested so far but 1E8CB has three suitable PCIe slots
# 6seat not tested so far but 1E8CB has three suitable PCIe slots
use/e2k/multiseat/901:
use/e2k/multiseat/901: use/e2k/multiseat
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(call add,MAIN_GROUPS,x-e2k/90-e901)
@$(call add,MAIN_GROUPS,x-e2k/90-e901)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e901-1seat e901-2seat))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e901-1seat e901-2seat))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e901-3seat))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e901-3seat))
...
@@ -50,8 +52,7 @@ use/e2k/multiseat/full: use/e2k/multiseat/801/full; @:
...
@@ -50,8 +52,7 @@ use/e2k/multiseat/full: use/e2k/multiseat/801/full; @:
use/e2k/x11/101: use/e2k/x11; @:
use/e2k/x11/101: use/e2k/x11; @:
use/e2k/multiseat/801/base:
use/e2k/multiseat/801/base: use/e2k/multiseat
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(call add,MAIN_GROUPS,x-e2k/90-e801)
@$(call add,MAIN_GROUPS,x-e2k/90-e801)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e801-1seat e801-2seat))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e801-1seat e801-2seat))
...
...
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