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
efac714c
You need to sign in or sign up before continuing.
Commit
efac714c
authored
Apr 24, 2024
by
Dmitriy Terekhin
Committed by
Anton Midyukov
Jul 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alt-server: Add support for loongarch64
parent
16903cdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
alt-server.mk
conf.d/alt-server.mk
+2
-2
mixin-alt-server.mk
conf.d/mixin-alt-server.mk
+6
-1
No files found.
conf.d/alt-server.mk
View file @
efac714c
...
@@ -10,7 +10,7 @@ distro/alt-server: server_groups_virtipa = $(addprefix centaurus/,\
...
@@ -10,7 +10,7 @@ distro/alt-server: server_groups_virtipa = $(addprefix centaurus/,\
endif
endif
endif
endif
ifeq (,$(filter-out i586 x86_64 ppc64le aarch64 e2k%,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 ppc64le aarch64
loongarch64
e2k%,$(ARCH)))
distro/alt-server: server_groups_desktop = $(addprefix centaurus/,\
distro/alt-server: server_groups_desktop = $(addprefix centaurus/,\
80-desktop emulators freenx-server mate office pidgin xorg scanning samba)
80-desktop emulators freenx-server mate office pidgin xorg scanning samba)
endif
endif
...
@@ -70,7 +70,7 @@ ifeq (,$(filter-out x86_64 i586,$(ARCH)))
...
@@ -70,7 +70,7 @@ ifeq (,$(filter-out x86_64 i586,$(ARCH)))
distro/alt-server:: use/memtest; @:
distro/alt-server:: use/memtest; @:
endif
endif
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
ifeq (,$(filter-out x86_64 aarch64
loongarch64
,$(ARCH)))
distro/alt-server:: +efi; @:
distro/alt-server:: +efi; @:
endif
endif
...
...
conf.d/mixin-alt-server.mk
View file @
efac714c
...
@@ -43,6 +43,11 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
...
@@ -43,6 +43,11 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,centaurus/token)
@$(call add,MAIN_GROUPS,centaurus/token)
@$(call add,MAIN_PACKAGES,mate-reduced-resource)
@$(call add,MAIN_PACKAGES,mate-reduced-resource)
endif
endif
ifeq (,$(filter-out loongarch64,$(ARCH)))
@$(call set,KFLAVOURS,loongarch)
@$(call add,MAIN_GROUPS,centaurus/token)
@$(call add,MAIN_PACKAGES,mate-reduced-resource)
endif
@$(call add,MAIN_KMODULES,$(server_main_kmodules))
@$(call add,MAIN_KMODULES,$(server_main_kmodules))
@$(call add,BASE_LISTS,centaurus/base)
@$(call add,BASE_LISTS,centaurus/base)
@$(call add,BASE_LISTS,centaurus/base-server)
@$(call add,BASE_LISTS,centaurus/base-server)
...
@@ -57,7 +62,7 @@ endif
...
@@ -57,7 +62,7 @@ endif
@$(call add,MAIN_LISTS,centaurus/disk)
@$(call add,MAIN_LISTS,centaurus/disk)
@$(call add,THE_PROFILES,centaurus-10-server)
@$(call add,THE_PROFILES,centaurus-10-server)
@$(call add,THE_PROFILES,centaurus-20-serverDC)
@$(call add,THE_PROFILES,centaurus-20-serverDC)
ifeq (,$(filter-out i586 x86_64 aarch64 e2k%,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 aarch64
loongarch64
e2k%,$(ARCH)))
@$(call add,THE_PROFILES,centaurus-30-desktop)
@$(call add,THE_PROFILES,centaurus-30-desktop)
endif
endif
@$(call add,THE_PROFILES,minimal)
@$(call add,THE_PROFILES,minimal)
...
...
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