Commits on Source (72)
-
As explained in the commit message, this takes too much time. We should probably just hope on BTRFS doing CopyOnWrite correctly. Partially reverts: 59fd336b (MR 5238)
-
Partially reverts: aed9243c (MR5238) [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
Fix for: stat /lib/libz.so.1: no such file or directory
-
Oliver Smith authored
Fix for: stat /lib/libz.so.1: no such file or directory
-
Oliver Smith authored
-
postmarketOS CI authored
-
postmarketOS CI authored
-
postmarketOS CI authored
-
Barnabás Czémán authored
Enable generate extlinux config in deviceinfo.
-
Barnabás Czémán authored
Remove ttyMSM0 related cmdline parameter and deviceinfo entry because somtimes serial cause kernel panic at boot.
-
Barnabás Czémán authored
Remove ttyMSM0 related cmdline parameter and deviceinfo entry because somtimes serial cause kernel panic at boot.
-
Barnabás Czémán authored
Remove ttyMSM0 related cmdline parameter and deviceinfo entry because somtimes serial cause kernel panic at boot.
-
Barnabás Czémán authored
Remove ttyMSM0 related cmdline parameter and deviceinfo entry because somtimes serial cause kernel panic at boot.
-
Viciouss noticed that audio no longer works after the recent changes to build some things as modules, including the WM8994 driver. Setting just the MFD bits to =y seems to fix it, so do it to fix audio. Luckily these are pretty small and don't increase the kernel size much, and we can still keep the actual sound driver (and thus all the sound framework parts) compiled as modules. [ci:skip-build]: already built successfully in CI
-
Signed-off-by:
Ferass El Hafidi <funderscore@postmarketos.org>
-
This reproduces the same bahaviour as with sudo. And well, the user is root anyways. Fixes #3188 [ci:skip-build]: already built successfully in CI
-
Which fixes most glitches sometimes visible when using the sw-ISP with clients that directly import the buffers to the GPU, such as Snapshot 47. The patch will be part of the next libcamera release, which however does not have a clear release date yet. [ci:skip-build]: already built successfully in CI
-
dropping activation of uart (ttyS2) allows N900 to boot successfully with new pmOS initramfs. Closes: https://gitlab.com/postmarketOS/pmaports/-/issues/2922
-
upstream erroneously dropped N900 configuration in xkeyboard-config 2.42. until this is fixed upstream, fork the package. set it to build only for armv7 to reduce any possible effect on other devices in pmos. Closes: https://gitlab.com/postmarketOS/pmaports/-/issues/2923 [ci:skip-build]: already built successfully in CI
-
-
-
Bart Ribbers authored
-
Luca Weiss authored
The rest of the packages were already handled in 6a290d1c.
-
Luca Weiss authored
The rest of the packages were already handled in 6a290d1c.
-
postmarketOS CI authored
-
-
-
[ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
-
Robert Mader authored
Rebase our downstream patches and drop the two included in the release. See https://gitlab.freedesktop.org/camera/libcamera/-/tags/v0.3.2 for release notes. [ci:skip-build]: already built successfully in CI
-
postmarketOS CI authored
-
Commit 7030e08e ("postmarketos-initramfs: check for root subpartition (MR 5048)") changed the partition check in mount_subpartitions to look for the root partition instead of the boot partition, in order to mount subpartitions even if the pmOS_boot partition was already found. Unfortunately, this causes regressions for the opposite case: If we find a root partition, but the boot partition exists only as a subpartition then mount_subpartitions will return early, without actually making the boot partition accessible. This is easy to trigger if you have a different Linux distribution with an encrypted crypto_LUKS volume installed and then flash pmOS subpartitions to a single partition. find_root_partition() will return the crypto_LUKS partition (without checking if it belongs to pmOS) and the boot partition is not found. Fix both use cases by checking for root *and* boot partition. If any of them is not found, we try to mount the subpartitions.
-
[ci:skip-build]: already built successfully in CI
-
These two gadgets are used in the initramfs, mostly for debugging functionality, so force them on for devices.
-
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Robert Eckelmann authored
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
These two gadgets are used in the initramfs, mostly for debugging functionality, so force them on for devices. [ci:ignore-count] [ci:skip-build]
-
Robert Mader authored
This partly reverts the commit mentioned below. When disabling CMA I thought that libcamera was the only user of it, which is only true for userspace, though. In fact CMA is used and often even required by the kernel for HW video decoders, display engines and other hardware that might not have a MMU. Thus restore the previously established value. Fixes: 196ece02 (linux-postmarketos-allwinner: enable CONFIG_UDMABUF (MR 5585))
-
This partly reverts the commit mentioned below. When disabling CMA I thought that libcamera was the only user of it, which is only true for userspace, though. In fact CMA is used and often even required by the kernel for HW video decoders, display engines and other hardware that might not have a MMU. Thus restore the previously established value. Fixes: 196ece02 (linux-postmarketos-allwinner: enable CONFIG_UDMABUF (MR 5585)) [ci:skip-build]
-
Clayton Craft authored
hciconfig is a hard dependency when the tool is configuring bluetooth addresses. [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
- kconfig migrated - enabled CONFIG_UDMABUF for libcamera
-
Clayton Craft authored
This is now built into the kernel, so we no longer need the userspace pd-mapper. See https://gitlab.com/postmarketOS/pmaports/-/issues/2936 [ci:skip-build]: already built successfully in CI
-
It's the work of the mkinitfs to fetch the library. This was initially introduced in c7c2b2d0 and its use-case is non-existent today as osk-sdl is gone. In addition, the mkinitfs rework Clayton did some time ago correctly detects libraries needed for binaries, exactly so we don't need to pull this in manually!
-
It's the work of the mkinitfs to fetch the library. This was initially introduced in c7c2b2d0 and its use-case is non-existent today as osk-sdl is gone. In addition, the mkinitfs rework Clayton did some time ago correctly detects libraries needed for binaries, exactly so we don't need to pull this in manually! [ci:skip-build]: already built successfully in CI
-
Instead of just making symlinks to the firmware in linux-firmware-brcm, copy and unzstd the files. The downstream driver can't load firmware from zstd. [ci:skip-build]: already built successfully in CI
-
Fixes #2680 [ci:skip-build]: already built successfully in CI
-
postmarketOS CI authored
-
postmarketOS CI authored
-
Clayton Craft authored
-
Clayton Craft authored
[ci:skip-build]: already built successfully in CI
-
This patch adds CONFIG_UDMABUF to the libcamera kconfigcheck. [ci:skip-build] Resolves: https://gitlab.com/postmarketOS/pmaports/-/issues/3155 Signed-off-by:
Alistair Francis <alistair@alistair23.me>
-
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>
-
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
-
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
-
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
-
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
-
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
-
Use the UI-recommended camera app
-
-
-
Bart says this is OK, see: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5511#note_2060556873
-
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
-
Clayton Craft authored
- rebased carried patches - kconfig migrated - enabled RTL8152/8153 USB ethernet driver [ci:skip-build]: already built successfully in CI
Showing
- cross/busybox-static-aarch64/APKBUILD 2 additions, 2 deletionscross/busybox-static-aarch64/APKBUILD
- cross/busybox-static-armhf/APKBUILD 2 additions, 2 deletionscross/busybox-static-armhf/APKBUILD
- cross/busybox-static-armv7/APKBUILD 2 additions, 2 deletionscross/busybox-static-armv7/APKBUILD
- cross/gcc-aarch64/0026-ada-musl-support-fixes.patch 37 additions, 22 deletionscross/gcc-aarch64/0026-ada-musl-support-fixes.patch
- cross/gcc-aarch64/0036-libphobos-add-riscv64-and-loongarch64-support.patch 87 additions, 0 deletions.../0036-libphobos-add-riscv64-and-loongarch64-support.patch
- cross/gcc-aarch64/APKBUILD 59 additions, 34 deletionscross/gcc-aarch64/APKBUILD
- cross/gcc-aarch64/ppc64le-quadmath.patch 56 additions, 0 deletionscross/gcc-aarch64/ppc64le-quadmath.patch
- cross/gcc-armhf/0026-ada-musl-support-fixes.patch 37 additions, 22 deletionscross/gcc-armhf/0026-ada-musl-support-fixes.patch
- cross/gcc-armhf/0036-libphobos-add-riscv64-and-loongarch64-support.patch 87 additions, 0 deletions.../0036-libphobos-add-riscv64-and-loongarch64-support.patch
- cross/gcc-armhf/APKBUILD 59 additions, 34 deletionscross/gcc-armhf/APKBUILD
- cross/gcc-armhf/ppc64le-quadmath.patch 56 additions, 0 deletionscross/gcc-armhf/ppc64le-quadmath.patch
- cross/gcc-armv7/0026-ada-musl-support-fixes.patch 37 additions, 22 deletionscross/gcc-armv7/0026-ada-musl-support-fixes.patch
- cross/gcc-armv7/0036-libphobos-add-riscv64-and-loongarch64-support.patch 87 additions, 0 deletions.../0036-libphobos-add-riscv64-and-loongarch64-support.patch
- cross/gcc-armv7/APKBUILD 59 additions, 34 deletionscross/gcc-armv7/APKBUILD
- cross/gcc-armv7/ppc64le-quadmath.patch 56 additions, 0 deletionscross/gcc-armv7/ppc64le-quadmath.patch
- cross/gcc-riscv64/0026-ada-musl-support-fixes.patch 37 additions, 22 deletionscross/gcc-riscv64/0026-ada-musl-support-fixes.patch
- cross/gcc-riscv64/0036-libphobos-add-riscv64-and-loongarch64-support.patch 87 additions, 0 deletions.../0036-libphobos-add-riscv64-and-loongarch64-support.patch
- cross/gcc-riscv64/APKBUILD 59 additions, 34 deletionscross/gcc-riscv64/APKBUILD
- cross/gcc-riscv64/ppc64le-quadmath.patch 56 additions, 0 deletionscross/gcc-riscv64/ppc64le-quadmath.patch
- cross/gcc-x86/0026-ada-musl-support-fixes.patch 37 additions, 22 deletionscross/gcc-x86/0026-ada-musl-support-fixes.patch
cross/gcc-aarch64/ppc64le-quadmath.patch
0 → 100644
cross/gcc-armhf/ppc64le-quadmath.patch
0 → 100644
cross/gcc-armv7/ppc64le-quadmath.patch
0 → 100644
cross/gcc-riscv64/ppc64le-quadmath.patch
0 → 100644