- Jan 28, 2025
-
-
Package auto-update authored
-
- Jan 27, 2025
-
-
Alexey Minnekhanov authored
Simple python script to automate installing of _pmb_recommends for a specified package. Signed-off-by:
Alexey Minnekhanov <alexeymin@postmarketos.org>
-
The package was named tinydm instead of tinydm-systemd accidentally. This will cause tinydm-start-session to vanish after upgrading, completely breaking booting into any GUI that depends on tinydm. (only systemd installations are affected)
-
- Jan 25, 2025
-
-
huawei-alice: enable deviceinfo_create_initfs_extra and depend on postmarketos-base-downstream (MR 5989) [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
-
Co-developed-by:
Aster Boese <asterboese@mailbox.org> [ci:skip-build]: already built successfully in CI
-
- Jan 24, 2025
-
-
when stdin is /dev/null (e.g. when console=null is on the kernel cmdline) syslogd will call read() over and over and never handle the SIGTERM we send it, pinning a CPU core on every boot. Hooking up syslogd std I/O to /dev/zero prevents this. Co-authored-by:
Richard Acayan <mailingradian@gmail.com> Co-authored-by:
Clayton Craft <clayton@craftyguy.net> [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
- depend on diffutils, or else make complains about options not supported by busybox diff - rebased patches [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
This new version includes initial support for systemd (for bluetooth only atm). udev rules are only installed for openrc systems, bt config on systemd was replaced by a unit file and using bootmac for wifi has issues (postmarketOS/bootmac#7) [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
-
Package auto-update authored
-
-
- Jan 23, 2025
-
-
Package auto-update authored
-
Add flatpak-oci-authenticator.service and fixup paths to /usr/libexec [ci:skip-build]: already built successfully in CI
-
This was already part of postmarketos-base-ui [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
The -t option is needed because the destination is a directory Fix use of REPLACE_GCCH=0 [ci:skip-build]: already built successfully in CI
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org> [ci:skip-build]: already built successfully in CI
-
- Jan 22, 2025
-
-
Alexey Minnekhanov authored
Add service file and systemd subpackage. Signed-off-by:
Alexey Minnekhanov <alexeymin@postmarketos.org>
-
Alexey Minnekhanov authored
Add fbkeyboard UI service to preset. Signed-off-by:
Alexey Minnekhanov <alexeymin@postmarketos.org>
-
Package auto-update authored
-
Enable the config options that are required since commit 2306f863 "kconfigcheck: Add all HID config options from Fedora aarch64 kernel (MR 5836)".
-
Somehow enabling in-kernel PD mapper (introduced in 5b9f51b200dcb "remoteproc: qcom: enable in-kernel PD mapper"), breaks the bottom mic on xiaomi-beryllium (Poco F1) and distorts audio on OP6 (and possibly OP6T). Temporarily disable it until the issue is resolved upstream. Previously, the module's was modified to disable the in-kernel PD mapper. This modification was a hack. Instead, modify the config so that the in-kernel PD mapper is not built in the first place, which achieves the same result. Link: https://lore.kernel.org/linux-arm-msm/20241010074246.15725-1-johan+linaro@kernel.org/T Link: pmaports#3353 Link: pmaports#3320 Link: pmaports#3245 Link: pmaports#3253 Signed-off-by:
Frank Oltmanns <frank@oltmanns.dev>
-
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
devices that previously ran windows may still have a windows partition and want to dual boot. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
This tool is similar to msm-firmware-loader or droid-juicer, except it copies firmware from Windows instead. Currently when the ADSP loads the new firmware it causes a usb reset which breaks booting from USB. For now ask people to run this manually and ensure the adsp firmware isn't available on the USB. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Extend existing X1 Elite support with the modules needed to bring up the Lenovo Yoga Slim 7x. We could use the EFI framebuffer in the initramfs, however the regulators are turned off before we get there so it goes blank. Pull in all the bits for proper display/panel support. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
This regex seems to have served to be a bit more flexible than the actual pass one, for any kind of exceptions needed. However, it resulted in basically every MR since the introduction of the COMMITSTYLE, and most likely before, to be caught by that regex instead of the pass one. As we have made the pass regex more flexible now, we can now remove this. This should help keep commit messages more standardized. If there's a reason for a commit to be different, then the merger can just ignore it.
-
This is how it's enforced in the COMMITSTYLE
-
This has not been a requirement since the introduction of COMMITSTYLE guidelines in f2993c3a, so let's make these kind of commits pass!
-