- Nov 25, 2024
-
-
Package auto-update authored
-
- Nov 24, 2024
-
-
Upgrade to the new v6.12.1 kernel from the vendor. Also disabled unnecessary erratas (they're platform-specific).
-
Oliver Smith authored
-
Oliver Smith authored
-
Oliver Smith authored
Add a workaround so the kernel compile output is not silent (which leads to pmbootstrap aborting the build). This will be fixed once upgrading to linux >= 6.2. Related: pmaports issue 1990 [ci:skip-build]: already built successfully in CI
-
In linux-postmarketos-qcom-msm8916 this is fixed properly thanks to a patch from Jakob Hauser. The cmdline parameter is no longer necessary, and just causes the display to be horizontally flipped again. [ci:skip-build]: already built successfully in CI
-
- Update to Linux v6.12.1 - Lots of cleanup and upstreaming, more than 30 commits upstreamed since 6.7 - Various defconfig updates Device changes: - Acer a1-724 gains sound/modem, mount-matrix, simple-framebuffer display - L8910/l9100 (BQ Aquaris X5/M5) gain rgb led - More variants of Lenovo Vibe K5 supported - grandmax gains touchkeys - heatqlte gains backlight - gplus fl8005a gains modem, display, battery - serranove gains hardware-side display flip and brightness control New devices: - Fareastone Smart 506 - Lenovo Yoga Tab 3 10 LTE - Vivo Y21L - ZTE N818s (sapphire)
-
Oliver Smith authored
[ci:skip-build]: I've built it locally
-
[ci:skip-build]: already built successfully in CI
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org> [ci:ignore-count]: We meant to change many packages [ci:skip-build]: already built successfully in CI
-
linux-postmarketos-qcom{msm8974,msm8994,sc7280,sm6115,sm6350}: add CONFIG_CRYPTO_ZSTD/CONFIG_ZRAM_BACKEND_ZSTD (MR 5835) Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Linux 4.14.186 has no ZSTD support and is therefore too old to have full support for our default ZRAM configuration. ZRAM will likely still work, but fall back to the default compression method. This is not something we can actively test or support, so drop the pmb:kconfigcheck-zram. [ci:skip-vercheck]: no rebuild needed
-
Linux 3.18.14 has no ZSTD support and is therefore too old to have full support for our default ZRAM configuration. ZRAM will likely still work, but fall back to default compression method. This is not something we can actively test or support, so drop the pmb:kconfigcheck-zram. [ci:skip-vercheck]: no rebuild needed
-
main/postmarketos-base/rootfs-etc-conf.d-zram-init configures zstd as our default ZRAM configuration, but the kconfigcheck only checks for LZ4 at the moment. Because of this some of our kernels don't actually have ZSTD support enabled and end up using the default compression algorithm. For Linux >=4.18 we should enable CONFIG_CRYPTO_ZSTD to enable ZSTD support for ZRAM. In Linux >=6.12 the configuration was changed to CONFIG_ZRAM_BACKEND_ZSTD. This requires manual edits while upgrading, otherwise only LZO support will remain enabled. Checking for >=3.14.0 additionally does not make any sense, because the kconfig check should not be enabled for kernels that cannot satisfy our minimum requirements. Describe this properly in kconfigcheck.toml to ensure kernels are configured correctly. The following kernels are currently missing the correct options: config-htc-flounder.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-amlogic.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-grate.armv7: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-msm8974.armv7: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-sc7280.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-sm6115.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-sm6350.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-purism-librem5.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) The following kernels are too old to support CONFIG_CRYPTO_ZSTD: config-samsung-jxelte.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-volla-mimameid.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram)
-
Many parts of the Linux desktop (apps, tools, scripts, etc) all expect xdg-open and friends to be installed. Since these utilities are tiny and (usually) ubiquitous, let's make sure our UIs all depend on them. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
- Nov 23, 2024
-
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
Set partition type to msdos because lk2nd does not support gpt yet. [ci:skip-build]: already built successfully in CI
-
We haven't had kernels in main/ for soon three years[1], so no need to bother checking this location. [1]: See commits 47d8f823..8f24fe3a [ci:skip-build]: already built successfully in CI
-
- Nov 22, 2024
-
-
Package auto-update authored
-
Add qbootctl as dependency msm-firmware-loader needs it for A/B devices like xiaomi-daisy and xiaomi-tissot. [ci:skip-build]: already built successfully in CI
-
- Nov 21, 2024
-
-
Minecrell authored
init_functions.sh makes use of the mass_storage and acm USB gadget functions for error reporting, but the necessary kernel modules are not included in the initramfs at the moment. Because of this, the functionality works only on kernels where all these USB gadget functions are built-in and not built as modules. Add the missing modules and fix the sort order while at it. [ci:skip-build]: bug in CI prevents build testing armv7, succeeded locally
-
Package auto-update authored
-
The current test script disallows these kinds of comments: deviceinfo_some_variable="some_value" # an inline comment Since deviceinfo is essentially a shell script, it does make sense to allow inline comments. It is relatively simple to implement as well, by adjusting the regex. [ci:skip-build]: already built successfully in CI
-
Patch adding LG G4 (H815) support got upstreamed in v6.12-rc1 mainline kernel (it's slightly different than the patch used here). Add python3 to makedepends (required from v6.10-rc1 0fddd045f88e ("drm/msm: generate headers on the fly")). Signed-off-by:
Petr Vorel <pvorel@suse.cz>
-
- Nov 20, 2024
-
-
As discussed in #2979 [ci:skip-build]: already built successfully in CI
-
Follow-up of postmarketOS/pmaports!5824. Accidently removed `decibels` in a MR revision: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/5824/diffs?diff_id=27482&start_sha=a5318d3eef5f6d08c08e086098a42af461f768fe [ci:skip-vercheck]
-
Upgrade to 6.12.0-r0. [ci:skip-build]: already built successfully in CI
-
Package auto-update authored
-
The project access token disappeared (maybe expired?), let's avoid hardcoding this and put it in a CI variable instead. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Phosh 0.43 supports accent colors with the xdg-desktop-portal-phosh. This reverts commit d6344ca1.
-
Required for accent colors and other portals
-
Closes #3198 [ci:skip-vercheck]
-
Tested working on C330. I can drop the patch for 6.11 regression since that is fixed now. All the normal stuff works, nothing broken as far as I can tell. Default config options chosen with pmbootstrap kconfig migrate.
-
- Nov 19, 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] [ci:skip-build]: bug in CI prevents build testing armv7 and aarch64, so Clayton did the test locally for those archs
-
Clayton Craft authored
[ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
This is needed for completely functional BT on the 6.12 kernel we package. The bt fw file will be in the next (december) release of linux-firmware, so in the meantime it's fetched/packaged here. This will need to be dropped when the next linux-fw package upgrade is released.
-