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
Anton Palgunov
mkimage-profiles
Commits
557dc74b
You need to sign in or sign up before continuing.
Commit
557dc74b
authored
Jan 21, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove feature phone; refactoring phone.mk
This feature is not necessary. We will use packages.
parent
41a881f6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
43 deletions
+15
-43
phone.mk
conf.d/phone.mk
+15
-9
README
features.in/phone/README
+0
-2
config.mk
features.in/phone/config.mk
+0
-10
81-alsa-ucm2
features.in/phone/image-scripts.d/81-alsa-ucm2
+0
-6
00_background
....in/phone/rootfs/files/etc/dconf/db/local.d/00_background
+0
-2
gtk.css
...es.in/phone/rootfs/files/etc/skel/.config/gtk-3.0/gtk.css
+0
-14
No files found.
conf.d/phone.mk
View file @
557dc74b
...
@@ -6,14 +6,24 @@ ifeq (,$(filter-out aarch64 x86_64,$(ARCH)))
...
@@ -6,14 +6,24 @@ ifeq (,$(filter-out aarch64 x86_64,$(ARCH)))
@$(call add,BASE_BOOTARGS,psi=1)
@$(call add,BASE_BOOTARGS,psi=1)
endif
endif
# enables tty on the phone using a hotkey
mixin/ttyescape: use/services; @:
ifneq (,$(filter-out riscv64,$(ARCH)))
@$(call add,THE_PACKAGES,hkdm ttyescape)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,hkdm)
endif
mixin/phone-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart \
mixin/phone-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart \
use/deflogin/privileges use/deflogin/xgrp use/deflogin/hardware \
use/deflogin/privileges use/deflogin/xgrp use/deflogin/hardware \
use/deflogin/root use/l10n/ru_RU use/xdg-user-dirs \
use/deflogin/root use/l10n/ru_RU use/xdg-user-dirs \
use/drm
use/drm
use/firmware mixin/ttyescape +plymouth +pipewire
@$(call add,THE_BRANDING,notes indexhtml)
@$(call add,THE_BRANDING,notes indexhtml)
@$(call add,THE_LISTS,mobile/base)
@$(call add,THE_LISTS,mobile/base)
@$(call add,THE_PACKAGES,polkit-rule-mobile)
@$(call add,THE_PACKAGES,polkit-rule-mobile)
@$(call add,THE_PACKAGES,mesa-dri-drivers)
@$(call add,THE_PACKAGES,mesa-dri-drivers)
@$(call add,THE_PACKAGES,eg25-manager)
@$(call add,THE_PACKAGES,udev-rules-modem-power)
@$(call set,UBOOT_TIMEOUT,5)
@$(call add,USERS,altlinux:271828:1:1)
@$(call add,USERS,altlinux:271828:1:1)
@$(call set,LOCALES,ru_RU en_US)
@$(call set,LOCALES,ru_RU en_US)
@$(call set,LOCALE,ru_RU)
@$(call set,LOCALE,ru_RU)
...
@@ -30,9 +40,9 @@ ifeq (vm,$(IMAGE_CLASS))
...
@@ -30,9 +40,9 @@ ifeq (vm,$(IMAGE_CLASS))
vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \
vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \
mixin/waydroid use/fonts/ttf/google
mixin/waydroid use/fonts/ttf/google
@$(call add,THE_LISTS,mobile/apps)
@$(call add,THE_LISTS,mobile/apps)
@$(call add,THE_PACKAGES,phosh-background-settings)
vm/phosh: vm/.phosh use/tty/S0 use/uboot use/phone/ttyescape +efi \
vm/phosh: vm/.phosh use/tty/S0 use/uboot +efi
use/firmware +plymouth +pipewire
@$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,un-def)
ifeq (aarch64,$(ARCH))
ifeq (aarch64,$(ARCH))
@$(call set,VM_PARTTABLE,msdos)
@$(call set,VM_PARTTABLE,msdos)
...
@@ -41,16 +51,12 @@ endif
...
@@ -41,16 +51,12 @@ endif
endif
endif
ifeq (aarch64,$(ARCH))
ifeq (aarch64,$(ARCH))
mixin/pine: use/firmware use/bootloader/uboot use/tty/S2 \
mixin/pine: use/bootloader/uboot use/tty/S2
use/phone/ttyescape +pipewire
@$(call set,EFI_BOOTLOADER,)
@$(call set,EFI_BOOTLOADER,)
@$(call set,UBOOT_TIMEOUT,5)
@$(call set,KFLAVOURS,pine)
@$(call set,KFLAVOURS,pine)
@$(call add,THE_PACKAGES,eg25-manager)
@$(call add,THE_PACKAGES,udev-rules-modem-power)
ifeq (vm,$(IMAGE_CLASS))
ifeq (vm,$(IMAGE_CLASS))
vm/pine-phosh: vm/.phosh mixin/pine
+plymouth
; @:
vm/pine-phosh: vm/.phosh mixin/pine; @:
vm/mp-phosh: vm/phosh
vm/mp-phosh: vm/phosh
@$(call set,KFLAVOURS,mp)
@$(call set,KFLAVOURS,mp)
...
...
features.in/phone/README
deleted
100644 → 0
View file @
41a881f6
Customization for rk3399s compatible models, including pinephone
pro.
features.in/phone/config.mk
deleted
100644 → 0
View file @
41a881f6
use/phone:
@$(call add_feature)
@$(call add,THE_PAKAGES,wallpapers-mobile)
# enables tty on the phone using a hotkey
use/phone/ttyescape: use/phone use/services
ifneq (,$(filter-out riscv64,$(ARCH)))
@$(call add,THE_PACKAGES,hkdm ttyescape)
endif
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,hkdm)
features.in/phone/image-scripts.d/81-alsa-ucm2
deleted
100755 → 0
View file @
41a881f6
#!/bin/sh -efu
# Workaround is needed due to bug in old tow-boot versions
# (until next release):
# https://github.com/Tow-Boot/Tow-Boot/issues/171
ln
-s
"../../PinePhonePro/PINE64-PinePhonePro-.conf"
"/usr/share/alsa/ucm2/conf.d/simple-card/simple-card.conf"
features.in/phone/rootfs/files/etc/dconf/db/local.d/00_background
deleted
100644 → 0
View file @
41a881f6
[org/gnome/desktop/background]
picture-uri='file:///usr/share/wallpapers/mobile/720x1440/basealt-background.png'
features.in/phone/rootfs/files/etc/skel/.config/gtk-3.0/gtk.css
deleted
100644 → 0
View file @
41a881f6
/* TWEAKS-START phosh-applist-background */
phosh-app-grid
{
background-image
:
url("file:///usr/share/wallpapers/mobile/720x1440/basealt-background.png")
;
background-size
:
cover
;
background-position
:
center
;
}
/* TWEAKS-END phosh-applist-background */
/* TWEAKS-START phosh-lockscreen-background */
phosh-lockscreen
,
.phosh-lockshield
{
background-image
:
url("file:///usr/share/wallpapers/mobile/720x1440/basealt-lockscreen.png")
;
background-size
:
cover
;
background-position
:
center
;
}
/* TWEAKS-END phosh-lockscreen-background */
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