Commits on Source (5)
-
Caleb Connolly authored
Update the bot email address, and don't enable the script for local CI since it relies on protected GitLab CI variables. This could be fixed in the future by safely handling these not being available. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Some kconfig changes to reduce kernel size to avoid conflict of 0x8000 (kernel load address) + uncompressed kernel size (arch/arm/boot/Image) + compressed kernel size (arch/arm/boot/zImage) being bigger than 0x1e00000 (tags address). This causes mostly silent boot failures, with CONFIG_DEBUG_LL messages such as "no ATAGS support: can't continue" or "Error: invalid dtb and unrecognized/unsupported machine ID" can be seen on UART, though they're not very clear that the kernel image is essentially too big for what lk is setting up. Manual kconfig changes: * Convert some =y to =m to reduce kernel size, mostly NFS_FS and CIFS since those are quite big and there's no point in having them built-in. * Disable EXT2_FS & EXT3_FS - handled by EXT4 driver * Disable PCI - unused [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
This reverts 62214096, which basically broke installkenrel because the kernel build system is hardcoded to look for installkernel in / sbin/installkernel. We'll have to move then once usr merge is complete and the symlink is created for /sbin [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
fixes #3251 [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
This adds the wlr and GTK portal backends so that apps using portals will work OOTB. The GTK backend is added because the wlr backend does not provide some essential portals, e.g. for camera [ci:skip-build]: already built successfully in CI
Showing
- .ci/autoupdate.sh 1 addition, 8 deletions.ci/autoupdate.sh
- device/community/device-lenovo-21bx/APKBUILD 2 additions, 1 deletiondevice/community/device-lenovo-21bx/APKBUILD
- device/testing/linux-postmarketos-qcom-msm8974/APKBUILD 5 additions, 6 deletionsdevice/testing/linux-postmarketos-qcom-msm8974/APKBUILD
- device/testing/linux-postmarketos-qcom-msm8974/config-postmarketos-qcom-msm8974.armv7 107 additions, 491 deletions...ketos-qcom-msm8974/config-postmarketos-qcom-msm8974.armv7
- device/testing/linux-postmarketos-qcom-msm8974/hlte-makefile.patch 0 additions, 12 deletions...sting/linux-postmarketos-qcom-msm8974/hlte-makefile.patch
- main/postmarketos-installkernel/APKBUILD 2 additions, 2 deletionsmain/postmarketos-installkernel/APKBUILD
- main/postmarketos-ui-sway/APKBUILD 3 additions, 1 deletionmain/postmarketos-ui-sway/APKBUILD
This diff is collapsed.