Commit 123cf5bb authored by Anton Midyukov's avatar Anton Midyukov

phone.mk: add ttyescape

parent c3431f0b
...@@ -29,7 +29,7 @@ vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \ ...@@ -29,7 +29,7 @@ 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)
vm/phosh: vm/.phosh use/tty/S0 use/uboot use/phone +efi \ vm/phosh: vm/.phosh use/tty/S0 use/uboot use/phone/ttyescape +efi \
use/firmware +x11 +plymouth +vmguest use/firmware +x11 +plymouth +vmguest
@$(call set,KFLAVOURS,un-def) @$(call set,KFLAVOURS,un-def)
ifeq (aarch64,$(ARCH)) ifeq (aarch64,$(ARCH))
...@@ -41,7 +41,7 @@ endif ...@@ -41,7 +41,7 @@ endif
ifeq (aarch64,$(ARCH)) ifeq (aarch64,$(ARCH))
# TODO: devicetree ($root)/boot/dtb/rockchip/rk3399-pinephone-pro.dtb # TODO: devicetree ($root)/boot/dtb/rockchip/rk3399-pinephone-pro.dtb
mixin/pinephone: use/x11/armsoc use/firmware use/bootloader/uboot use/tty/S2 \ mixin/pinephone: use/x11/armsoc use/firmware use/bootloader/uboot use/tty/S2 \
use/phone use/phone/ttyescape
@$(call set,EFI_BOOTLOADER,) @$(call set,EFI_BOOTLOADER,)
@$(call set,UBOOT_TIMEOUT,5) @$(call set,UBOOT_TIMEOUT,5)
@$(call set,KFLAVOURS,pine) @$(call set,KFLAVOURS,pine)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment