- Oct 14, 2022
-
-
While this provides the ability to use ModemManager, there are quite a lot of issues with the driver still; keep it enabled in kernel for now and let users "modprobe ipa" if they want to test modem features whichever side effects that may cause including: - Making the device nearly impossible to poweroff or reboot - Making the UI lag noticeably more due to some interconnect bandwidth issues
-
While this provides the ability to use ModemManager, there are quite a lot of issues with the driver still; keep it enabled in kernel for now and let users "modprobe ipa" if they want to test modem features whichever side effects that may cause including: - Making the device nearly impossible to poweroff or reboot - Making the UI lag noticeably more due to some interconnect bandwidth issues
-
-
This will have to do until https://invent.kde.org/teams/plasma-mobile/issues/-/issues/160 is solved; the display orientation will remain upside down upon installation but at least the touchscreen coordinates are correct now.
-
-
-
The qca (Bluetooth) and qcom (non-zap GPU) firmware blobs don't need to be signed by the OEM, so let's use upstream versions to benefit from fixes and updates done there.
-
The soc-qcom-sdm845* packages are mostly sufficient, but there are a few issues that all MSM8998 devices on mainline will face, so include workarounds for them in a generic package all device pkgs can depend on.
-
Both msm-modem-uim-selection and bootmac depend on nonfree firmware to be useful, so put them under soc-qcom-sdm845-nonfree-firmware.
-
-
-
-
- Oct 13, 2022
-
-
[ci:skip-build] Already built successfuly on CI in MR
-
Also, add patches for better HDMI support
-
Clayton Craft authored
- the config diff is just rebasing - drops the ship mode patch I wrote, since it is no longer required after a pending update to the device-purism-librem5 package... - drops the dogwood voltage patch, apparently no longer necessary, see: https://source.puri.sm/Librem5/linux/-/issues/442#note_214984 - drops the usdhc bus patch see: https://source.puri.sm/Librem5/linux/-/issues/442#note_215026 [ci:skip-build] already built successfully in CI
-
This renamed option is being checked for since pmbootstrap 1.47.0[1]. [1] https://gitlab.com/postmarketOS/pmbootstrap/-/tags/1.47.0 [ci:skip-build] [ci:skip-vercheck]
-
Add rules to accept SSDP/UPnP Replies, which can be used for discovery in VLC.
-
-
Kernel doesn't compile anymore, and it doesn't seem worth fixing it again. The kernel has been added in 2017 as a stock mainline kernel from that time with only two patches and wasn't maintained since then, looking at git log --follow it was only patched to fix it up when it didn't build. As the device is a generic x86_64 tablet: if somebody has that particular device, try to get the generic device-tablet-x64uefi running instead.
-
The qbootctl service tells the bootloader that the current boot has succeeded, so that the bootloader doesn't switch to the other slot after ~7 tries. The swclock-offset dependency ensures that the time is set correctly after a reboot, caused by the read-only RTC on Qualcomm. [ci:skip-build]: already built successfully in CI
-
- Oct 12, 2022
-
-
[ci:skip-vercheck]
-
-
This program grabs the WLAN calibration data from a NAND partition on the Nokia N900. Signed-off-by:
Dang Huynh <danct12@disroot.org>
-
Oliver Smith authored
Depends: pmbootstrap MR 2202
-
Oliver Smith authored
Make it shorter in preparation for adding the same thing for triggers.
-
[ci:ignore-count]
-
-
This has been out-of-date for almost a year with seemingly stalled progress on the existing upgrade MR[1] for months now; it really seems like no one wants to maintain this which currently leaves this "force-installed-by-default" packaged image broken on all wlroots-based Wayland compositors for example. [1] https://gitlab.com/postmarketOS/pmaports/-/merge_requests/3091 ("Draft: main/waydroid-image: upgrade to 17.1.20220419")
-
Fixes #1735. [ci:skip-build]: already built successfully in CI
-
- Oct 11, 2022
-
-
Patch header for 0027 was not formatted correctly. Fix that and re-generate all other patches while we are at it. [ci:skip-build] Already built successfuly on CI in MR
-
-
-
-
Also: Fix camera on google-snow. Enable video decoder. Make boot.img smaller making kernel more modular and making FS-related modules =y instead of =m (built-in file systems consume less space than initramfs modules).
-
Devices should not depend on it anymore to allow a more minimal install. postmarketos-base will pull it in if mesa is installed. [ci:ignore-count]
-
This is now installed by postmarketos-base when appropriate.
-
At the moment almost all device packages force installation of the Mesa drivers, even when they are not used by any application (for example on a minimal headless installation with "none" or "console" UI). Omitting mesa-dri-gallium from such installations saves about ~150 MiB of disk space (469 MiB -> 317 MiB rootfs for minimal installation on arrow-db410c). The "classic" drivers have been removed from Mesa so only one mesa-dri- package exists now: mesa-dri-gallium contains all Mesa drivers, llvmpipe, freedreno, lima, panfrost, Intel (iris/crocus), ... This means we can easily create an install_if package in postmarketos-base that installs that driver package only if needed (= only if another package requires the "mesa" package). Strictly speaking the install_if could be restricted further since mesa-dri-gallium is only needed by "mesa-egl", "mesa-gbm" and "mesa-gl" but not e.g. the Vulkan drivers. Having three postmarketos-base subpackages (one install_if for each of them) seems a bit overengineered, though. "mesa" is a common dependency of all three of them, so using install_if="... mesa" should be good enough.
-
Clayton Craft authored
renamed in aports@9a0b06a175
-
Clayton Craft authored
renamed in aports@924a022f24
-
Clayton Craft authored
renamed in aports@ee78772612 this also adds an explicit dependency on the font, since it may not have been installed if postmarketos-ui-base was installed... (e.g. ui=None)
-