- Mar 21, 2021
-
-
Vincent Knecht authored
-
- Mar 20, 2021
-
-
Newbyte authored
-
- Mar 19, 2021
-
-
-
Bart Ribbers authored
-
Upstream Alpine has a later version now, the fork is no longer needed.
-
- Mar 18, 2021
-
-
Ben Court authored
These drivers make the boot.img to large to fit on the boot partition of the osprey
-
Minecrell authored
aportgen generates this incorrectly, we don't want any subpackages for these cross packages...
-
Minecrell authored
-
Minecrell authored
-
-
The device has been renamed from fujitsu-m532 to pegatron-chagall since several rebrands of this board exist (Olivetti Olipad3, Siragon 4N, etc.), and Fujitsu M532 is just one of those. Signed-off-by:
Raffaele Tranquillini <raffaele.tranquillini@gmail.com>
-
- Mar 17, 2021
-
- Mar 16, 2021
-
-
Ship mode via the mechanism used by purism doesn't work; it's either not possible or outside my understanding to run an openrc runscript with a busybox init on *poweroff* and *not reboot*, which is what is required for this to work properly.. This module param requires a corresponding kernel patch to enable ship mode support in the bq25890-charger module
-
Submitted to purism here: https://source.puri.sm/Librem5/linux-next/-/merge_requests/333
-
- Changes APKBUILD to build and install kernel modules - Build UBIFS support as module [ci:skip-build] Already passed CI
-
This fixes the issues with the touch screen on XT1952-1. [ci:skip-build] Already built fine on CI
-
- Mar 15, 2021
-
-
Clayton Craft authored
Upstream change logs: 5.11.2: https://source.puri.sm/Librem5/linux-next/-/commit/fdc91c4e20af5146c9733f16ca6912fb5721e69b 5.11.4: https://source.puri.sm/Librem5/linux-next/-/commit/a178aa515c9474d8a3d4b473def3027be96d6772 This also adds a -dev subpackage, and cleans up makedepends [ci:skip-build]: already built successfully in CI
-
- Mar 14, 2021
-
-
[ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
This does not work as expected, CI doesn't run for x86 and armhf on master too. An attempt to fix this was made in MR 2030, but it didn't work as expected and it's not worth looking into this further right now. This reverts commit d695455f.
-
Signed-off-by:
Svyatoslav Ryhel <clamor95@gmail.com> [ci:skip-build]: already built successfully in CI
-
This updates the current commit hash to latest on grate/master. Signed-off-by:
Svyatoslav Ryhel <clamor95@gmail.com>
-
Signed-off-by:
Svyatoslav Ryhel <clamor95@gmail.com>
-
Luca Weiss authored
-
- Mar 13, 2021
-
-
Oliver Smith authored
Don't try to build for arches where we don't have a binary repository on stable branches.
-
[ci:skip-build]: already built successfully in CI
-
-
Changes from purism: - 2 second boot delay removed - This includes an updated DDR memory training firmware version. - patch to work around wifi device not being available on boot Package changes: - u-boot installed in location consistent with other pmaports/u-boot packages - update-u-boot script added for upgrading u-boot on the device - devkit u-boot split off into a sep. subpackage
-
- Mar 12, 2021
-
-
Alexey Minnekhanov authored
-
Bart Ribbers authored
-
- Mar 11, 2021
-
-
This disables ccache in the CI when building packages. I think ccache is not necessary since the CI will never build a package twice in the same pipeline, and ccache dir is not preserved for use between pipelines. There is a real time cost to compiling with ccache enabled on the initial compile (compressing objects for cache, etc), and some testing with building the linux-purism-librem5 kernel in the CI shows this cost can be significant... ~160 minutes when ccache is enabled vs ~105 minutes when it is disabled with this patch. kernel compile CI runs referenced: https://gitlab.com/postmarketOS/pmaports/-/jobs/1087602863 https://gitlab.com/postmarketOS/pmaports/-/jobs/1087956999 Some testing on my laptop using osk-sdl with and without ccache for initial compile: ccache disabled: $ rm _build -r && CCACHE_DISABLE=1 meson _build >/dev/null && CCACHE_DISABLE=1 time meson compile -C _build ninja: Entering directory `_build' [10/10] Linking target osk-sdl 7.76 $ rm _build -r && CCACHE_DISABLE=1 meson _build >/dev/null && CCACHE_DISABLE=1 time meson compile -C _build ninja: Entering directory `_build' [10/10] Linking target osk-sdl 7.89 $ rm _build -r && CCACHE_DISABLE=1 meson _build >/dev/null && CCACHE_DISABLE=1 time meson compile -C _build ninja: Entering directory `_build' [10/10] Linking target osk-sdl 7.71 ccache enabled: $ rm /tmp/ccache _build -r && CCACHE_DIR=/tmp/ccache meson _build >/dev/null&& CCACHE_DIR=/tmp/ccache time meson compile -C _build ninja: Entering directory `_build' [10/10] Linking target osk-sdl 8.62 $ rm /tmp/ccache _build -r && CCACHE_DIR=/tmp/ccache meson _build >/dev/null&& CCACHE_DIR=/tmp/ccache time meson compile -C _build ninja: Entering directory `_build' [10/10] Linking target osk-sdl 8.46 $ rm /tmp/ccache _build -r && CCACHE_DIR=/tmp/ccache meson _build >/dev/null&& CCACHE_DIR=/tmp/ccache time meson compile -C _build ninja: Entering directory `_build' [10/10] Linking target osk-sdl 8.54
-
- Mar 07, 2021
-
-
`qt5-qtquickcontrols` and `qt5-qtgraphicaleffects` are needed, else qtwebbrowser shows a blackscreen on start. [ci:skip-build]: already built successfully in CI
-
This includes a new librem5-base config release, the most notable change being some mic echo cancellation changes in pulseaudio config. Upstream changelog: https://source.puri.sm/Librem5/librem5-base/-/commit/351958ffc0ff21e31647d69e23e47aefdf2ec396 Note: I did not include the upstream change to disable wifi PM. I don't find the performance to be so bad that it's worth giving up some battery efficiency for. Note: the librem5-base thing from purism has a new naming/versioning format, which is in line with some of their other projects, so the APKBUILD has been updated to support that too
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Minecrell authored
-
- Mar 06, 2021
-
-
Based on https://gitlab.com/sdm845-mainline/alsa-ucm-conf [ci:skip-build]: already built successfully in CI
-
Downstream kernel is outdated and no longer maintained by us. Thus, removed. The linux-xiaomi-beryllium-mainline kernel is removed because its superseded by the common sdm845 kernel and is no longer needed.
-
Remove downstream kernel and use the common linux-postmarketos-qcom-sdm845 kernel.
-
-