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
Жора Змейкин
mkimage-profiles
Commits
34eb9c18
Commit
34eb9c18
authored
Apr 10, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mobile.mk: enable serial console for BRANCH=sisyphus only
Request-by: bircoph@
parent
46d45311
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
mobile.mk
conf.d/mobile.mk
+16
-0
No files found.
conf.d/mobile.mk
View file @
34eb9c18
...
@@ -54,23 +54,39 @@ vm/.phosh: vm/systemd mixin/mobile-base mixin/phosh +systemd \
...
@@ -54,23 +54,39 @@ vm/.phosh: vm/systemd mixin/mobile-base mixin/phosh +systemd \
mixin/waydroid use/fonts/ttf/google \
mixin/waydroid use/fonts/ttf/google \
use/auto-resize; @:
use/auto-resize; @:
ifeq (sisyphus,$(BRANCH))
vm/alt-mobile-phosh-def: vm/.phosh mixin/uboot-extlinux-efi use/tty/S0; @:
vm/alt-mobile-phosh-def: vm/.phosh mixin/uboot-extlinux-efi use/tty/S0; @:
else
vm/alt-mobile-phosh-def: vm/.phosh mixin/uboot-extlinux-efi; @:
endif
ifeq (aarch64,$(ARCH))
ifeq (aarch64,$(ARCH))
ifeq (sisyphus,$(BRANCH))
mixin/mobile-pine: mixin/uboot-extlinux use/tty/S2
mixin/mobile-pine: mixin/uboot-extlinux use/tty/S2
else
mixin/mobile-pine: mixin/uboot-extlinux
endif
@$(call set,KFLAVOURS,pine)
@$(call set,KFLAVOURS,pine)
@$(call set,CAMERA,megapixels)
@$(call set,CAMERA,megapixels)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,eg25-manager.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,eg25-manager.service)
@$(call add,THE_PACKAGES,alsa-ucm-conf-pinephone-pro-workaround)
@$(call add,THE_PACKAGES,alsa-ucm-conf-pinephone-pro-workaround)
@$(call add,THE_PACKAGES,udev-rules-goodix-touchpad)
@$(call add,THE_PACKAGES,udev-rules-goodix-touchpad)
ifeq (sisyphus,$(BRANCH))
mixin/mobile-lt11i: mixin/uboot-extlinux use/tty/S0
mixin/mobile-lt11i: mixin/uboot-extlinux use/tty/S0
else
mixin/mobile-lt11i: mixin/uboot-extlinux
endif
@$(call set,KFLAVOURS,lt11i)
@$(call set,KFLAVOURS,lt11i)
@$(call add,THE_PACKAGES,lt11i-bluetooth)
@$(call add,THE_PACKAGES,lt11i-bluetooth)
@$(call add,THE_PACKAGES,firmware-lt11i)
@$(call add,THE_PACKAGES,firmware-lt11i)
@$(call add,THE_PACKAGES,blacklist-lt11i-camera)
@$(call add,THE_PACKAGES,blacklist-lt11i-camera)
ifeq (sisyphus,$(BRANCH))
mixin/mobile-rocknix: mixin/uboot-extlinux use/tty/S0
mixin/mobile-rocknix: mixin/uboot-extlinux use/tty/S0
else
mixin/mobile-rocknix: mixin/uboot-extlinux
endif
@$(call set,KFLAVOURS,rocknix)
@$(call set,KFLAVOURS,rocknix)
@$(call add,THE_PACKAGES,u-boot-rockchip)
@$(call add,THE_PACKAGES,u-boot-rockchip)
@$(call add,THE_PACKAGES,rg552-hw-control)
@$(call add,THE_PACKAGES,rg552-hw-control)
...
...
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