- Apr 13, 2025
-
-
Oliver Smith authored
Put u-boot-tools into makedepends to fix building the package with current pmbootstrap master, which has stricter dependency handling. Related: https://postmarketos.org/blog/2025/03/04/pmOS-update-2025-02/#pmbootstrap Part-of: !6407
-
- Apr 11, 2025
-
-
Signed-off-by:
Alistair Francis <alistair@alistair23.me> Part-of: !6396 [ci:skip-build]: already built successfully in CI
-
- Apr 09, 2025
-
-
Part-of: !6383 [ci:skip-build]: already built successfully in CI
-
- Apr 08, 2025
-
-
Clayton Craft authored
- Updated kconfig to be compliant with latest kconfigcheck - Dropped patch for workaround, the issue is now fixed upstream Part-of: !6216 [ci:skip-build]: already built successfully in CI
-
- Apr 04, 2025
-
-
Part-of: postmarketOS/pmaports!6358 [ci:skip-build]: already built successfully in CI
-
- Apr 02, 2025
-
-
Signed-off-by:
Alexander Baransky <alexander.baranskiy@yandex.ru> Part-of: !6364 [ci:skip-build]: already built successfully in CI
-
- Mar 26, 2025
-
-
It's common to build installs for this device to flash on USB drives or whatever, and the rootfs alwys runs out of space fast because it's not resized on boot. Let's fix that... Part-of: postmarketOS/pmaports!6340
-
- Mar 25, 2025
-
-
Adam Thiede authored
Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6355 [ci:skip-build]: already built successfully in CI
-
- Mar 24, 2025
-
-
Arnav Singh authored
Part-of: !6345
-
- Mar 20, 2025
-
-
This also allows us to not interfere with the upstream firmware, and thus the trigger is no longer needed. Part-of: !6333 [ci:skip-build]: already built successfully in CI
-
- Mar 16, 2025
-
-
Paul Sajna authored
Part-of: !6324 [ci:skip-build]: already built successfully in CI
-
- Mar 14, 2025
-
-
Jens Reidel authored
Signed-off-by:
Jens Reidel <adrian@travitia.xyz> Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6318
-
- Mar 12, 2025
-
-
linux-lts from Alpine sets CONFIG_PSI_DEFAULT_DISABLED, so we need to enable it manually with the kernel cmdline. Part-of: !6303 [ci:skip-build]: already built successfully in CI
-
linux-lts from Alpine sets CONFIG_PSI_DEFAULT_DISABLED, so we need to enable it manually with the kernel cmdline. Part-of: !6303
-
The thermal monitor measures an NTC thermistor which decreases voltage when the temperature increases. When fixing the scaling for the first time, a wrong division by 20 was removed. The voltage code was still high by a factor of 28900/16384, enough that the thermal monitor constantly signalled/interrupted at a low voltage/high temperature trip point. The thermal monitor still reports the correct temperature so the kernel keeps the wrong trip points and lets the thermal monitor keep interrupting 1000 times/sec. Fix the other scaling amount so the thermal monitor sends interrupts at the right temperature (with some imprecision).
-
- Mar 10, 2025
-
-
Signed-off-by:
Jens Reidel <adrian@travitia.xyz> Part-of: postmarketOS/pmaports!6286 [ci:skip-build]: already built successfully in CI
-
Signed-off-by:
Jens Reidel <adrian@travitia.xyz> Part-of: postmarketOS/pmaports!6286
-
Signed-off-by:
Jens Reidel <adrian@travitia.xyz> Part-of: postmarketOS/pmaports!6286
-
Signed-off-by:
Jens Reidel <adrian@travitia.xyz> Part-of: postmarketOS/pmaports!6286
-
Signed-off-by:
Jens Reidel <adrian@travitia.xyz> Part-of: !6286
-
This also prepares a bunch of our changes for upstream and drops unsupported devices for now. They will be re-added when they have been tested to work at all. Signed-off-by:
Jens Reidel <adrian@travitia.xyz> Part-of: !6286
-
- Mar 09, 2025
-
-
Upgrading from the old LTS (6.1.y) to the latest LTS (6.6.y) version. Kept most of the defaults, except where the current/previous config dictated another logical decision.
-
- Mar 07, 2025
-
-
[ci:skip-build]: already built successfully in CI
-
- Mar 05, 2025
-
-
Add some patches which finally fix mobile data on this SoC! https://lore.kernel.org/netdev/20250227-ipa-v4-7-fixes-v1-0-a88dd8249d8a@fairphone.com/T/ [ci:skip-build]: already built successfully in CI
-
- Mar 04, 2025
-
-
Pablo Correa Gomez authored
We now have a bot that reads those lines from APKBUILD files, instead of using a proprietary gitlab feature. Relevant changes: * Change @ollieparanoid for @Newbyte as maintainer for GNOME packages where Oliver was listed. * Don't add @craftyguy as Librem5 maintainer, as he dropped it long ago * Remove entries referencing archived ports * Don't touch jenneron's maintainership. That's a task for another day * Don't add "balejk" as maintainer. We have tried pinging them, but seem to be currently idle person is. Help figuring it out would be welcomed. * Don't add "binarycraft" as maintainer. Last contribution was years ago: https://gitlab.com/binarycraft * Don't add more maintainers to linux-postmarketos-qcom-msm8953, as it would have ended up with 7, which might be a bit too much * Don't add more maintainers to the PinePhone. The current ones seem to actually be the most active * Don't add Danct12 to N900. Sicelo has been single-handedly managing it for a long while * Update maintainer emails for Nikita Travkin, Alexey Minnekhanov, and Barnabás Czémán [ci:skip-vercheck] Co-Maintainer changes require no pkgrel updates since the names do not make it to the package itself [ci:ignore-count] Fixes #3530 [ci:skip-build]: already built successfully in CI
-
- Mar 03, 2025
-
-
1. dependencies useful for all X11 DEs/WMs moved to x11 subpackage 2. add dmenu-based power key menu with options for shutdown, reboot, and screenshot 3. handle power and screenlock keys using i3 directly, instead of acpi/evtest 4. add mouse key emulation via Shift+keyboard-keys [ci:skip-build]: already built successfully in CI
-
- Mar 01, 2025
-
-
These kernel modules are now built-in. [ci:skip-build]: already built successfully in CI
-
-
pmbootstrap > 3.3.1 is stricter with the dependencies, it will only install packages that are in makedepends during builds. Before it also installed packages from depends. Add postmarketos-mvcfg to makedepends, as it gets used in build(). postmarketos-mvcfg will be removed in the future (see issue 3580), but let's unbreak the build first. Related: pmbootstrap issue 2574 [ci:skip-build]: already built successfully in CI
-
- Feb 27, 2025
-
-
-
Reverts 82a8d551 (device-nokia-n900: drop partition resize cmdline option (MR 6164)) since it seems resizing does not actually take place automatically, at least as far as the N900 is concerned [ci:skip-build]: already built successfully in CI
-
- Feb 23, 2025
-
-
David Wronek authored
It seems like these packages have been missed during the community move. Fixes: postmarketOS/pmaports!6210 Signed-off-by:
David Wronek <david@mainlining.org> [ci:skip-vercheck]: no changes to packages
-
[ci:skip-build]: already built successfully in CI
-
Since we have aports-qa-bot now set up to ping maintainers, let's make it explicit that I maintain these packages. Clean up CODEOWNERS as well for my entries which anyways contain my username which is not used on gitlab.p.o. [ci:skip-vercheck] # even though Maintainer line is embedded in .apk, it doesn't make sense to mass rebuild these packages just for that. [ci:ignore-count] [ci:skip-build]: already built successfully in CI
-
Jens Reidel authored
Signed-off-by:
Jens Reidel <adrian@travitia.xyz> [ci:skip-build]: already built successfully in CI
-
- Feb 20, 2025
-
-
The SM7150 devices have seen a lot of work put into them and are generally very usable except for microphone/earpiece audio and cameras. Both of these features are still work in progress and should be available sometime in the future. They fulfil the requirements for community in the Wiki, so let's promote them. Signed-off-by:
Jens Reidel <adrian@travitia.xyz>
-
- Feb 19, 2025
-
-
Clayton Craft authored
No longer needed since soc-qcom provides all of the config/dependency requirements that this pkg used to. It can be re-added later if some new sdm845-specific stuff is needed
-
Clayton Craft authored
-
Clayton Craft authored
-
Clayton Craft authored
-