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
6df21fd8
You need to sign in or sign up before continuing.
Commit
6df21fd8
authored
Sep 18, 2019
by
Mikhail Efremov
Committed by
Anton Midyukov
May 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slinux: Move common part for vm/* to separate target
parent
573a2987
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
slinux.mk
conf.d/slinux.mk
+2
-4
config.mk
features.in/slinux/config.mk
+3
-0
No files found.
conf.d/slinux.mk
View file @
6df21fd8
...
@@ -16,10 +16,8 @@ endif
...
@@ -16,10 +16,8 @@ endif
ifeq (vm,$(IMAGE_CLASS))
ifeq (vm,$(IMAGE_CLASS))
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
vm/slinux: vm/systemd use/x11/armsoc use/oem \
vm/slinux: use/slinux/vm-base use/bootloader/uboot; @:
use/bootloader/uboot use/slinux/mixin-base; @:
vm/slinux-tegra: vm/systemd use/x11/armsoc use/aarch64-tegra \
vm/slinux-tegra: use/slinux/vm-base use/aarch64-tegra; @:
use/oem use/slinux/mixin-base; @:
endif
endif
endif
endif
features.in/slinux/config.mk
View file @
6df21fd8
...
@@ -5,6 +5,9 @@ use/slinux: use/x11
...
@@ -5,6 +5,9 @@ use/slinux: use/x11
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_VOL_SET,ALT)
use/slinux/vm-base: vm/systemd use/x11/armsoc \
use/oem use/repo use/slinux/mixin-base; @:
use/slinux/mixin-base: use/slinux use/x11/xorg use/x11/lightdm/gtk +pulse \
use/slinux/mixin-base: use/slinux use/x11/xorg use/x11/lightdm/gtk +pulse \
+nm use/x11/gtk/nm +systemd +wireless use/l10n/default/ru_RU \
+nm use/x11/gtk/nm +systemd +wireless use/l10n/default/ru_RU \
use/xdg-user-dirs/deep; @:
use/xdg-user-dirs/deep; @:
...
...
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