- Sep 26, 2024
-
-
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
-
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!
-
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
-
Clayton Craft authored
- kconfig migrated - enabled CONFIG_UDMABUF for libcamera
-
Clayton Craft authored
hciconfig is a hard dependency when the tool is configuring bluetooth addresses. [ci:skip-build]: already built successfully in CI
-
- Sep 25, 2024
-
-
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]
-
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))
-
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 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:skip-build]: already built successfully in CI
-
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.
-
postmarketOS CI authored
-
- Sep 24, 2024
-
-
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
-
[ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
-
-
-
postmarketOS CI authored
-
- Sep 23, 2024
-
-
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.
-
Bart Ribbers authored
-
-
-
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
-
dropping activation of uart (ttyS2) allows N900 to boot successfully with new pmOS initramfs. Closes: https://gitlab.com/postmarketOS/pmaports/-/issues/2922
-
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
-
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
-
- Sep 22, 2024
-
-
Signed-off-by:
Ferass El Hafidi <funderscore@postmarketos.org>
-
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
-
- Sep 21, 2024
-
-
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.
-