- Apr 02, 2025
-
-
- Add UCM2 configurations for biscuit - Add udev rule to switch headphone output - Add asound config - Add pulseaudio configs This commit provides a basic pulseaudio setup for biscuit. The device appears to only support 48kHz audio. Resampled 44kHz audio crackles and pops currently due to the buffer underrunning. Some more tweaking may be needed to improve audio playback quality. Part-of: !6304 [ci:skip-build]: already built successfully in CI
-
kodi.service was added in adada180 [ci:skip-vercheck]: only "pmb:" options changed Part-of: postmarketOS/pmaports!6363 [ci:skip-build]: already built successfully in CI
-
Signed-off-by:
Alexander Baransky <alexander.baranskiy@yandex.ru> Part-of: !6364 [ci:skip-build]: already built successfully in CI
-
Part-of: !6362 [ci:skip-build]: already built successfully in CI
-
Part-of: postmarketOS/pmaports!6362
-
Part-of: postmarketOS/pmaports!6362
-
With the UDC driver being modularized, it not probing in the initfs will cause the NCM gadget to not be set up. Part-of: postmarketOS/pmaports!6362
-
Enable PSI, disable some unneeded options and modularize some other ones. Part-of: postmarketOS/pmaports!6362
-
This also fixes envkernel building. Part-of: postmarketOS/pmaports!6362
-
Part-of: !6349 [ci:skip-build]: already built successfully in CI
-
linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch linux3.4-fix-piggy.gzip.S.patch Part-of: postmarketOS/pmaports!6349
-
Package auto-update authored
-
- Apr 01, 2025
-
-
Works around https://bugs.libcamera.org/show_bug.cgi?id=259 Disable qcam RISCV because of ongoing Qt/libicuuc issues. Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6328
-
achill (fossdd) authored
Even though abuild tracks that gnome-shell-mobile depends on libmobile.so, don't tempt apk to install the non-mobile variant. Just like added to temp/gnome-shell-mobile in 4321b29b Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6371
-
sdm660-xiaomi-clover was renamed to sda660-xiaomi-clover, update deviceinfo for follow the change. Part-of: !6370
-
achill (fossdd) authored
The issue didn't exist locally or in CI because pmb already installed py3-docutils as a makedependency of mutter-mobile Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6369 [ci:skip-build]: already built successfully in CI
-
achill (fossdd) authored
The issue didn't exist locally or in CI because pmb already installed py3-docutils as a makedependency of mutter-mobile Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6369
-
Part-of: !6360 [ci:skip-build]: already built successfully in CI Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6360
-
achill (fossdd) authored
The provides is needed that g-s-d-lang doesnt get installed due to the install_if to g-s-d. Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6361
-
achill (fossdd) authored
The provides is needed that g-s-d-systemd doesnt get installed due to the install_if to g-s-d. Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6361
-
Package auto-update authored
-
- Mar 31, 2025
-
-
Package auto-update authored
-
- Mar 28, 2025
-
-
Package auto-update authored
-
Package auto-update authored
-
- Mar 27, 2025
-
-
This change allows mounting btrfs root filesystems which are spread across multiple devices or partitions. Part-of: postmarketOS/pmaports!5508 [ci:skip-build]: already built successfully in CI
-
Part-of: postmarketOS/pmaports!6353 [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
* apk-tools passes the directories it triggers on as arguments to the trigger script. Use them to only run the relevant parts of the triggers. * Remove "|| :" from commands, as we run the script without "set -e", it won't fail if a single command fails. Put explicit "exit 0" at the end to ensure this even if the last command beforehand failed. * Print messages for each action so we know what is happening. Part-of: !6346 [ci:skip-build]: already built successfully in CI
-
- Mar 26, 2025
-
-
Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6356 [ci:skip-build]: already built successfully in CI
-
The iptables frontend for nftables seems to not play nice. Since we use nftables in postmarketOS anyway, tell tailscale to use it directly. This fixes routing not working and the following error seen in tailscale status - adding [-i tailscale0 -j MARK --set-mark 0x40000/0xff0000] in v4/filter/ts-forward: running [/usr/sbin/iptables -t filter -A ts-forward -i tailscale0 -j MARK --set-mark 0x40000/0xff0000 --wait]: exit status 2: Warning: Extension MARK revision 0 not supported, missing kernel module? Signed-off-by:
Caleb Connolly <caleb@postmarketos.org> Part-of: !6344
-
This patch is in 257, so we can drop it when upgrading. Without this patch, we'd have to the enable sysv compat stuff in systemd just to get this legacy.conf file generated/installed, which totally doesn't seem worth it (the sysv compat stuff seems to be a lot!) Fixes #3616 Part-of: postmarketOS/pmaports!6352 [ci:skip-build]: already built successfully in CI
-
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: !6340
-
Package auto-update authored
-
The linux-edge kernel enables the BL_SWITCHER kernel option, which enables an in-kernel big.LITTLE switcher - with it enabled, only 4 cores are enabled at a time, and the kernel switches between the big and little cores. However, in a server workload, it's more likely that a user wants all 8 cores to work simultaneously. Disable the switcher by default by providing the no_bL_switcher cmdline option. It can still be re-enabled by writing 1 to /sys/kernel/bL_switcher/active. Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6350
-