- Mar 24, 2020
-
-
Alexey Minnekhanov authored
CONFIG_INPUT_UINPUT is needed for !1012 - linter fix: remove unneeded HOSTCC - use downstreamkernel_package - _abi_release was never used - this package is only enabled for aarch64, so always use modules_install dbts_install in package(), remove redundant switch case
-
- Mar 23, 2020
-
-
Clayton Craft authored
This adds new subpackages for phosh, plasma, and a new dependency on the phone device package for wys (in Alpine Linux) This adds subpackages for pulseaudio, phosh, and plasma mobile, and includes some configuration files from upstream Purism for udev and pulseaudio that help with audio a bit (though phone audio routing is still weird/broken for now..) The separate subpackages for phosh and plasma are necessary becuase they each use a different modem handling daemon (modem manager and ofono, respectively).
-
Clayton Craft authored
-
Clayton Craft authored
Note: version is arbitrary, and doesn't reflect upstream u-boot versioning at all since this is based off a fork.
-
Add a vibration feedback, along with the LED feedback when booting. This is suggested by TL Lim. When trying to power up the phone with holding it in the hand, vibration feedback is more obvious than LED. Signed-off-by:
Icenowy Zheng <icenowy@aosc.io>
-
Started porting pmOS to Xiaomi Redmi Note 5 Pro (whyred). What works so far: - Booting - SSH over USB - SD card detection (haven't tried flashing to internal storage because i'm afraid of bricking the device due to anti-rollback) - Vibration and LEDs - Screen - Hardware buttons - Touchscreen Untested: - WiFi - Camera - Audio - Bluetooth - GPS - Calls, SMS, Cellular network
-
Alexey Minnekhanov authored
-
-
- Mar 22, 2020
-
-
The point of this program was to have something to play with once weston boots up. It does not make sense to ship this with postmarketos-ui-plasma-mobile. Related: postmarketos-demos#1
-
- Mar 21, 2020
-
-
[ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
-
At the moment the function does not handle all cases correctly. For example, it cannot say which package was changed when a file in a subdirectory of a package was changed. This is used e.g. in device-samsung-golden: device-samsung-golden ├── APKBUILD ├── deviceinfo ├── downstream │ ├── init-usb-hook.sh │ ├── module-config.conf │ └── modules-load.conf └── kwin.sh At the moment, changing a file under "downstream" would attempt building a "downstream" package, instead of device-samsung-golden. Refactor the function a bit to walk up the directory hierarchy, until we find an APKBUILD.
-
For APKBUILD linting we care only about APKBUILD files that were changed, not to which package they belong or whatever. The "with_directory" option of get_changed_packages() really meant "just give me changed files", which means that we can just use get_changed_files() instead.
-
All users of get_changed_files() check if the file was removed, so it seems like most of them do not need files that were removed. Also, there is no need to have files listed twice, so we should return a set instead of a list.
-
Oliver Smith authored
It seems that the .gitlab-ci.yml did not trigger properly when the file was changed last time, and now it does in this MR. Fix the file to make it pass.
-
- Proper WiFi support (building modules, firmware package) - Architecture change to armv7 - Fix no MAC address on USB networking [ci:skip-build]: already built successfully in CI
-
The Samsung GT-I9100 is armv7, not armhf. [ci:skip-build]: already built successfully in CI Signed-off-by:
Paul Cercueil <paul@crapouillou.net>
-
-
This commit sets setup-modem-audio.initd to be executed before ofono, as it changes the modem configuration and resets it.
-
The datasheet says that the AT+QDAI audio routing configuration is saved to non-volatile memory directly, and therefore needs a modem reset to be applied. This commits changes the audio routing configuration script to first check for the current configuration, and only change it if it is different from the one wanted. The new configuration is then sent, and modem is reset to apply configuration.
-
[ci:skip-build]: already built successfully in CI
-
-
-
Oliver Smith authored
Do not run upstream compatibility checks whenever pushing to master. This is confusing, because if the upstream compatibility check fails, then it appears that the last patch was broken in some way although it isn't related. I've moved the upstream compatibility checks to a separate repository already, and added a badge to the pmaports gitlab project that indicates whether they are currently succeding or not. The checks run hourly now. Related: https://gitlab.com/postmarketOS/monitoring Fixes: #457
-
-
Oliver Smith authored
Depends on kirigami2, which is currently not available for armhf in Alpine. [ci:skip-vercheck]
-
Oliver Smith authored
Depends on "syntax-highlighting" package, which is currently not available for armhf in Alpine. [ci:skip-vercheck]
-
Oliver Smith authored
Some package postmarketos-ui-phosh depends on, is in turn depending on qt5-qtwayland, which is currently not available for armhf. [ci:skip-vercheck]
-
Oliver Smith authored
-
-
-
- Mar 20, 2020
-
-
- Mar 19, 2020
-
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
-
-
-
-
- Mar 18, 2020
-
-