- Mar 12, 2025
-
-
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 11, 2025
-
-
Package auto-update authored
-
Part-of: !6276
-
- Mar 10, 2025
-
-
Oliver Smith authored
Speed up cross compilation. Related: https://docs.postmarketos.org/pmbootstrap/cross_compiling.html [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
Set CGO_ENABLED=1 to fix the following when cross compiling with cross-native2 from x86_64 to (armv7,riscv64,armhf): -buildmode=pie requires external (cgo) linking, but cgo is not enabled Depends: pmbootstrap MR 2565 Related: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15809
-
Oliver Smith authored
Don't run mkinitfs inside "pmbootstrap install" with the trigger script, as it triggers multiple times as the rootfs gets constructed, slowing down the process. Instead, pmbootstrap runs "mkinitfs" explicitly once at the end of "pmbootstrap install". pmaports master has pmbootstrap_min_version=2.3.2 in pmaports.cfg, which already runs "mkinitfs" at the end of "pmbootstrap install", see pmb/install/_install.py, install_system_image().
-
Oliver Smith authored
Don't print the "Cleaning up old boot files..." message every time in post-upgrade, only when it actually deletes files.
-
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: postmarketOS/pmaports!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: 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: postmarketOS/pmaports!6286
-
- Mar 09, 2025
-
-
This way you can add e.g. [ci:skip-vercheck] to the commit it actually belongs to instead of having to add it to the last one in the series, which is unintuitive. It still doesn't only run the check on commits that contain the message, which might be a nice future improvement.
-
This makes the code more self-documenting and allows re-using this logic in other parts of the code.
-
It's an optional service, thus users should be free to remove it. Fixes: 5cffcf7e ("main/postmarketos-base-ui-gnome: add fprintd to depends (MR 6206)") Part-of: postmarketOS/pmaports!6300 [ci:skip-build]: already built successfully in CI
-
So that the file managers and choosers - Nautilus by default - show thumbnails not only for images but also videos. Apart from being a nice-to-have, it can help prevent privacy issues like uploading/sending wrong videos - an increasingly realistic scenario as camera recording becomes more usable. Note that Gnome usually uses totem-video-thumbnailer for that job, but ffmpegthumbnailer has fewer dependencies, seems to be more stable, is slightly faster - and pmOS already comes with ffmpeg, so there are no additional licensing issues. Part-of: postmarketOS/pmaports!6300
-
This enables systemd-oomd by default and provides some default configuration for system.slice and for all slices that run under user. This default slice config is inspired by what Fedora ships, which seems like a sensible default for us to start with. Units/slices within these two top-ish level slices can set their own limits and actions if they want.
-
-
Anjan Momi authored
It's now a dependency of postmarketos-base, which is always installed on .
-
Anjan Momi authored
Always make sure openssh server w/ PAM support is installed. This also drops an implicit dependency on `openssh-client`, this was pulled in previously by `depends="openssh"`. fixes #3570
-
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 08, 2025
-
-
Only containing black levels for now. This should only slightly increase image quality, but apparently also works around a bug in libcamera making the output all black, with occasional purple or red flashes. [ci:skip-build]: already built successfully in CI
-
- Mar 07, 2025
-
-
Package auto-update authored
-
Changelog: - Support busybox 'date' command BB's `date` doesn't support the long form for args (e.g. `--utc`), only the short form, while coreutils supports both versions. By using the short form swclock-offset can support both versions of `date` Fixes #3585 [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
- Mar 06, 2025
-
-
Package auto-update authored
-
- Mar 05, 2025
-
-
The package name was missing the -systemd suffix, causing it to conflict with the real polkit-kde-agent-1 package. [ci:skip-build]: already built successfully in CI
-
achill (fossdd) authored
This allows safer installation of packages, since the upgrade doesn't fail with a half-installed system if the download fails while installing. Note that this will only take effect when Alpine upgrades to apk-tools 3. Closes: postmarketOS/pmaports#3383 See: https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10891
-
Package auto-update authored
-
deviceinfo_disable_dhcpd only disables dhcpd during init, but it should also be disabled in other contexts. [ci:skip-build]: already built successfully in CI
-
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
-
[ci:skip-build]: already built successfully in CI
-
Package auto-update authored
-
- Mar 04, 2025
-
-
The regex has not been working for a long while, there have been previous attempts to try fix it, but it's still failing. There is also common understanding in the team, that the regex is not terribly useful. So remove it.
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-