- Feb 02, 2025
-
-
LogicalErzor authored
-
LogicalErzor authored
-
- Feb 01, 2025
-
-
achill (fossdd) authored
-
It can do usb networking via the micro usb.
-
- Jan 31, 2025
-
-
Alexey Minnekhanov authored
Pretty sure when you already have a-z specified as range, second one should be A-Z and not A-z. Signed-off-by:
Alexey Minnekhanov <alexeymin@postmarketos.org>
-
Since 1.15.11 this is supported (see https://github.com/flatpak/flatpak/pull/5688/files). According to the docs: System-wide remotes can be statically preconfigured by dropping flatpakrepo files into /usr/share/flatpak/remotes.d/ and /etc/flatpak/remotes.d/. If a file with the same name exists in both, the file under /etc will take precedence. This allows us to move the file without fear that if users disabled or modified the repo, apk will keep the file in /etc and we won't override it. This is part of a wider effort to move things out of /etc and into /usr Fixes #2596 [ci:skip-build]: already built successfully in CI
-
It is needed by udev, which is in initfs-extra. If libkmod and its dependencies are put in the first initfs then the boot.img size increases by roughly 2 MB, which is a problem for devices with small boot partitions. Fixes: #3510 [ci:skip-build]: already built successfully in CI (riscv64 failed because of know qemu CI issue)
-
-
Add a note with the reason for archiving and a suggestion to use the generic port (qcom-msm8953), remove maintainers. These individual ports was replaced (MR 5800) by the generic one (qcom-msm8953) [ci:ignore-count] [ci:skip-vercheck]
-
Package auto-update authored
-
- Jan 30, 2025
-
-
- Add upstream patch enabling bq2415x_charger to report events to userspace - Add upstream patch to fix SPI bus regression [1]. For N900, it breaks the screen and WLAN [1] https://lore.kernel.org/linux-spi/Z5HXoq8XlduURWmw@tp440p.steeds.sam/T/#mbd2ca8fb3b214819623197325b37fce182dddce7
-
The current OOTB Gstreamer experience on Gnome DEs can be disappointing as a lot of default codecs and elements are missing. This is often not obvious for users as Gst in various cases has less optimal fallbacks, easily leaving the impression that either an app, drivers or hardware are at fault. Add the most important packages to pmb_recommends so users have a better time. Notes: - Many images already ship ffmpeg-libavcodec, so this shouldn't worsen the legal situation. - '-bad' is usually already pulled in indirectly while '-good' at least for GS variants is already required. Both are strongly recommended for apps like Showtime, Snapshot and many more mobile-friendly apps from the ecosystem. - '-bad' really isn't bad any more these days and various elements in it are used by default if available. That is, many elements there should have long moved to '-good'.
-
Package auto-update authored
-
- Jan 29, 2025
-
-
730c56ed ("community/device-nokia-n900: x11: integrate screenshot utility") added a script that uses evtest. Add the required package dependency.
-
This was done in 7 steps: * prepare by running pmbootstrap kconfig migrate * fix up kconfig category:uefi * fix up kconfig category:zram * fix up kconfig category:default * fix up kconfig category:default (NULL_TTY) * fix up kconfig category:input * bump pkgrels [ci:skip-build] [ci:ignore-count]
-
There's no justification given to why kconfigcheck should be disabled for this kernel, so remove it and fix up the defconfig.
-
Limit some options based on when they are introduced, to avoid e.g. 6.1 kernels failing kconfig check where the option is just not available yet.
-
The null TTY driver provides a proper (dummy) TTY interface when console=null is set on the kernel cmdline. This fixes certain applications which don't correctly handle read() immediately returning with 0 bytes (e.g. busybox syslogd). Most normal EFI devices don't boot with console=null and as such there are various foot-guns littered all over Linux userspace and even in our own initramfs. However some android devices even enforce console=null, so it's something we have to deal with. NULL_TTY should reduce the chance of folks running into strange problems because of this. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Also add fix for https://github.com/swaywm/sway/issues/7035 [ci:skip-build]: already built successfully in CI
-
Changelog of xfce4-phone 0.6.0: - Update screenshot - Remove separator on the left-hand side of the clock - Increase font size of the clock - Change order of panel plugins "pulseaudio" and "power-manager" - Increase icon size of status tray in panel - After Xfce 4.20 release remove outdated "backdrop" settings - After Xfce 4.20 release set theme "Greybird" explicitely [ci:skip-build]: already built successfully in CI
-
The Xfce4 power manager can control the display brightness. It doesn't save and restore it over boots, however. In distributions with systemd this is handled by "systemd-backlight@.service". For OpenRC the package brightnessctl offers a service saving the state of the brightness at shutdown and reboot. As brightnessctl is a rather simple tool and not specifically adapted to Xfce4, it can get confused when the power manager e.g. lowers the display brightness when on idle. To avoid such a hassle, the display power settings were simplifyed in repository "xfce4-phone" version 0.5.3 (and needed a correction in version 0.5.4). Users nonetheless can change them if desired.
-
Package auto-update authored
-
- 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
-