- Nov 18, 2024
-
-
Clayton Craft authored
This should work around this issue, at least for pmaports (where it's hit quite frequently): postmarketOS/postmarketos#83 The downside of this is that there is (currently) only 1 aarch64 runner, so CI pipelines may take a bit longer to complete than before. IMHO that's better than having jobs that straight up fail (often multiple times) and (for some MRs) effectively losing build testing for ARM stuff pre-merge in gitlab CI. We'll want to revert this when the above issue is resolved, to restore the previous/higher CI throughput.
-
- Nov 17, 2024
-
-
Minecrell authored
pmbootstrap 3.0.0 uses GPT partition table by default, which breaks booting on all the devices using the lk2nd bootloader. The current version of lk2nd supports GPT only for the eMMC, while subpartitions and SD cards must be partitioned with MBR. GPT support was present in the legacy branch of lk2nd, but was dropped at some point because of poor code quality. Fix the regression for now by reverting back to the old msdos (MBR) partition table. We can revert this again later when lk2nd restores support for GPT. Generated with $ for d in $(grep -R linux-postmarketos-qcom-msm8916 | grep -Eo 'device-[^/]+' | sort -u); do \ echo -e '\n# lk2nd does not support GPT for subpartitions/SD cards yet\ndeviceinfo_partition_type="msdos"' \ >> device/*/$d/deviceinfo && pmbootstrap checksum $d && pmbootstrap pkgver_bump $d; done [ci:ignore-count]
-
Tested on google-hayato. I also cleaned up the config a bit since the collabora defconfig had a few weird things set. Zram now works as expected because of this.
-
-
- Nov 16, 2024
-
-
Barnabás Czémán authored
Upgrade to 6.11.6-r2 what contains hot fix for Redmi 5 (rosy).
-
- Nov 15, 2024
-
-
postmarketOS CI authored
-
fb emulation needs this quirk on the p3
-
The gpi module is needed to initialize the dma controller necessary for the touchscreen to get initialized, so that we have working on-screen keyboard input in early environment of the initramfs. This mainly useful for unl0kr, but also the initramfs-debug hook.
-
This port is based on the linux-postmarketos-exynos7870 kernel.
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
-
Arnav Singh authored
-
Add quiet and logleve=2 to cmdline.
-
- Nov 14, 2024
-
-
Oliver Smith authored
[ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
-
postmarketOS CI authored
-
to be squished later Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Co-authored-by:
Anjan Momi <anjandev@postmarketos.org>
-
Since pmbootstrap!2426, pmbootstrap defaults to a `gpt` partition type, the legacy u-boot on the cubox does not support `gpt`. Therefor the deviceinfo was adjusted to return to `msdos` type partition table. Tested sucessfully on actual HW with new install Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
- Nov 13, 2024
-
-
postmarketOS CI authored
-
Oliver Smith authored
Fix that in the checksum / build messages for systemd packages it would print the wrong package list.
-
-
This should check for packages in other repos that need to be built, even if the main repo pkg list is empty. fixes !5576
-
-
-
update package version to latest sxmo-utils release.
-
ArenM authored
sxmo-common was removed in #5779, so this package can't build anymore.
-
ArenM authored
sxmo-common was removed in #5779, so this package can't build anymore.
-
- Nov 12, 2024
-
-
postmarketOS CI authored
-
closes #3294 Fixes issues with games on proton and steam failing to launch. https://archlinux.org/news/increasing-the-default-vmmax_map_count-value/ [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
Two main changes apart from rebase and config sync: - Fix broken usb networking by making CONFIG_USB_CDC_COMPOSITE builtin (by @Eisenbahnfan) - Add mainline support for exynos5420-n2awifi (by @Eisenbahnfan) [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
Fixes: b7a426ae ("google-sargo: move openrc scripts to subpackage (MR 5688)") [ci:skip-build]: already built successfully in CI
-
[ci:ignore-count] [ci:skip-build]: already built successfully in CI
-
-
-
Last kernel uses device specific zap shader path, this commit following the kernel changes.
-