- Oct 02, 2024
-
-
Barnabás Czémán authored
-
Barnabás Czémán authored
Switch to lk2nd-msm8974 because separate appended dtb image build is not needed anymore.
-
Barnabás Czémán authored
Custom lk2nd build for motorla-ali is not needed anymore.
-
Barnabás Czémán authored
Remove old lk2nd-msm8953 package in favor of lk2nd package.
-
Barnabás Czémán authored
lk2nd 19.0 supports new platforms and simplifies image formats.
-
- Sep 30, 2024
-
-
Clayton Craft authored
This adds a workaround for: https://gitlab.com/qemu-project/qemu/-/issues/2560 The tl;dr is that there's a qemu bug that prevents running mkinitfs (or any go apps) on a aarch64 host using qemu-x86_64. I've basically been unable to build x86_64 images on my aarch64 system for months now, which is less than ideal :( Patch is in mkinitfs 2.6.1, but picked to the older version in master until !5636 is merged [ci:skip-build]: already built successfully in CI
-
postmarketOS CI authored
-
- Sep 29, 2024
-
-
It seems that bootmac's commandline argument parsing was rewritten, and it no longer accepts multiple flags in one argument. Change the invocation to work around that. [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
-
-
-
-
-
[ci:skip-build]: already built successfully in CI
-
Other firmwares listed there are not for teh GPU. Oops Signed-off-by:
dabao1955 <dabao1955@163.com>
-
[ci:skip-build]: already built successfully in CI
-
-
-
-
Since mesa upgrade from 24.0.9 to 24.1.2 PulseAudio Volume Control "pavucontrol" needs "mesa-gles" to start on some devices. There is no direct dependency, however. Instead it's "libepoxy", a Direct Rendering Manager runtime library, that calls the necessary mesa library. Other than user interface MATE, where e.g. "mate-session-manager" draws in "mesa-gles", and other than mesa packages like "mesa-gl" that gets drawn in by e.g. "xorg-server", there is no direct connection between Xfce4 and "mesa-gles". Adding package "mesa-gles" to "postmarketos-base-mesa" is a straightforward fix for this issue. Fixes #3042 [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
Newbyte authored
As of https://gitlab.com/postmarketOS/ci-common/-/commit/666df6d1333ee1699d13bf6f75ab0f66b78aaa42 the default pmbootstrap version used is master, not 2.3.x. As such, let's avoid duplicating that downstream. Closes https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2396 This reverts commit 7a930582.
-
Newbyte authored
There's no longer a release without the PureOS release in the tag, so this makes changes to facilitate that. [ci:skip-build]: already built successfully in CI
-
To workaround a bug in pmbootstrap, install Twemoji on all UIs including the console UI for now. As this is a soft dependency, users can remove Twemoji from their system if not desired. See-also: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2458 Signed-off-by:
Masanori Ogino <mogino@acm.org>
-
- Sep 28, 2024
-
-
Clayton Craft authored
- rebased carried patches - kconfig migrated - enabled RTL8152/8153 USB ethernet driver [ci:skip-build]: already built successfully in CI
-
UI camera apps are in better shape, they will show a nice error to users if no camera device is found and increasingly more devices are getting working cameras now... so imho it doesn't make sense to have this subpackage anymore. [ci:ignore-count] [ci:skip-build]: already built successfully in CI
-
Bart says this is OK, see: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5511#note_2060556873
-
-
-
Use the UI-recommended camera app
-
default-cam is going away, depend on this camera app because it's probably more featureful than the app any UI recommends
-
default-cam is going away, depend on this camera app because it's probably more featureful than the app any UI recommends
-
default-cam is going away, depend on this camera app because it's probably more featureful than the app any UI recommends
-
Pablo Correa Gomez authored
The iwd and wpa_supplicant subpackages have a wifi prefix that was overlooked. Fixes #3216 [ci:skip-build]: already built successfully in CI
-
GNOME 47+ supports accent colors. This commit changes the default accent color from blue to green to match postmarketOS wallpaper and the overall theme. [ci:skip-build]: already built successfully in CI
-
This package is meant to encompass what an average developer would want from a postmarketOS image. We plan to provide -dev variants of some postmarketOS images for some devices for use by the Linux mobile developer community. These should include useful tools out of the box and provide a familiar shell and coreutils. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org> [ci:skip-build]: already built successfully in CI
-
- Sep 27, 2024
-
-
Patches have been removed "upstream" (aports/testing/linux-elm) for some time now; the kernel builds with these gone and it's worth testing for a while to see if they're really needed. [ci:skip-build]: already built successfully in CI
-
Caleb Connolly authored
On android devices using subpartitions, during boot we set up the subpartitions so the rootfs is /dev/mapper/userdata2, however during resize_root_partition() we resolve the original block device (e.g. sda17 on the op6) and re-create the device mapper. This results in the cached rootfs path being wrong (since after resize it's created as /dev/mapper/sda17p2). Cache the subpartition source device so we re-create it to be consistent. Otherwise the filesystem resize fails and the device drops to debug shell on first boot. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-