- Sep 03, 2021
-
-
Clayton Craft authored
This function was changed, so these packages need to be rebuilt to have the kernel installed under the new filename 'vmlinuz'
-
- May 10, 2021
-
-
This is required for kernels earlier than 4.7 for bwrap to work for normal users, and therefore for gnome web (epiphany) and flatpak. [ci:skip-build] [ci:ignore-count]
-
- Jul 11, 2020
-
-
Oliver Smith authored
Enable CONFIG_CRYPTO_XTS for each kernel, so we can switch to using aes-xts-plain64 as default cipher for cryptsetup (override with "pmbootstrap --cipher"), instead of aes-cbc-plain64 (pmbootstrap#1940). I have executed "pmbootstrap kconfig edit" on each kernel, and manually toggled the option. The diff is not always clean, because for some kernels it is apparently the first time, that menuconfig was executed on the configs like that. In a few instances, it turned out that CONFIG_ANDROID_PARANOID_NETWORK needed to be disabled too (this is already a requirement, but as the config was incomplete, it was not visible that this option was enabled). Very few times, I had to enable CONFIG_EXPERIMENTAL in order to see and enable CONFIG_CRYPTO_XTS. It would be great if we could automate such mass kconfig edits in the future, see pmbootstrap#1942. [skip ci]: I have verified, that every single one of these kernels builds. CI will likely run out of time while downloading source tarballs.
-
- May 21, 2020
-
-
[ci:skip-build], [ci:skip-vercheck]
-
- May 17, 2020
-
-
[ci:skip-build]: already built successfully in CI
-
- Apr 29, 2020
-
-
- Apr 25, 2020
-
-
TP:[AL3]:APKBUILD:5:pkgname must not be quoted [skip ci]: won't finish within 3 hours
-
https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1910 [skip ci]: CI fails because it can't download every release tarball to check checksums in 3h.
-
- Apr 05, 2020
-
-
[skip-ci]: just downloading all kernel sources takes about one hour and ollieparanoid wants to merge it now. This already ran successfully with [ci:skip-build] and [ci:skip-vercheck].
-
- Mar 14, 2020
-
-
Oliver Smith authored
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
-
- Feb 28, 2020
-
-
Minecrell authored
sed -i -E 's/\$\{(\w+)\}/$\1/g' linux-*/APKBUILD Manually revert ${CROSS_COMPILE} in linux-motorola-maserati.
-
- Feb 27, 2020
-
-
[ci:skip-build] [ci:skip-vercheck]
-
- Dec 01, 2018
-
-
Oliver Smith authored
This reverts commit ee659a5b and increases the pkgrels of all affected linux pmaports. I have compiled *every single kernel* that was modified with this commit, and it worked. That took 12 hours. So I'm pretty confident that this is a good commit. Let's roll it out and go back to stability \o/ I'll kick off the binary repo building directly after pushing this, but it will take some time until all binary packages are available again. [skip ci]: it wouldn't finish in time.
-
- Nov 29, 2018
-
-
Grant Miller authored
Adjust HOSTCC to work with Alpine's version.
-
- Nov 27, 2018
-
-
Oliver Smith authored
All kernels compile again, after the GCC 8 upgrade. All 3.x kernels have been changed to use GCC 6 now, because we can't say for sure that they boot with GCC 8 even if we made them compile with that newer GCC. If someone wants to test a kernel for a newer device which they can test, see the instructions on <https://postmarketos.org/vendorkernel>. The linux-sony-castor-windy 4.x kernel did not compile out of the box with the latest GCC, so we set it to GCC 6 as well. This can probably be fixed easily. linux-teclast-x80-pro: removed Werror and updated to latest 4.14 kernel from kernel.org, otherwise this would not compile anymore (tested with both GCC 6 and 8, probably incompatibility with the latest binutils or something). This commit will take too long to compile in CI, so let's [skip ci]. I've compiled all kernels multiple times and fixed them up until all of them were working again. Related: #103
-
- Jul 22, 2018
-
-
joshas authored
-
-
- Jul 02, 2018
-
-
praticamentetilde authored
-
praticamentetilde authored
-
- Jun 27, 2018
-
-
Claudio Maggioni authored
Kernel is downstream. System boots. Flash the device using the netcat method to an external SD (use the entire SD, not a partition, as the target device) because the internal memory is too small.
-
- Jun 21, 2018
-
-
myfreeweb authored
The ASUS MeMO Pad FHD 10 (ME302KL) is kinda like an enlarged version of flo, all the unofficial Lineage / TWRP work has been derived from flo. So eventually it should run mainline :) but let's start with this.
-
- Jun 09, 2018
-
-
steamport authored
* change "pmbootstrap kconfig_check" to "pmbootstrap kconfig check" * change "pmbootstrap menuconfig" to "pmbootstrap kconfig edit [-x|-g]" (with legacy alias, because the first syntax was referenced to a lot) * enable X11 interfaces: -x: xconfig, -g: gconfig * new function to copy the xauthority file: pmb.chroot.other.copy_xauthority() * remove menufconfig() function from the kernel template and all kernel aports ([skip ci] because it would rebuild all kernels and run out of time). Alpine has dropped this as well, and it wouldn't work with the new code anyway.
-
- Mar 10, 2018
-
-
Ethan R. Jones authored
-
- Feb 02, 2018
-
-
Daniele Debernardi authored
-
- Jan 24, 2018
-
-
Ryan Murthick authored
Currently working: - flashing both kernel and system - boots into weston with touch support - can also ssh in via usb
-
- Nov 05, 2017
-
-
Alex Roth authored
* Add samsung-i747m (Galaxy S3 USA/Canada) * Add support for WiFi on i747m
-