- Oct 20, 2021
-
-
Add sony-fusion3 firmware subpackage to enable wifi. Enable Qoalcomm Prima WLAN driver and fix wrong path in kernel. [ci:skip-build] Already built on CI in MR
-
- Oct 19, 2021
-
-
[ci:skip-build] Already built on CI in MR
-
Wouter92 authored
-
- Oct 17, 2021
-
-
[ci:skip-build] Already built on CI in MR
-
-
- 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]
-
- Feb 09, 2021
-
-
This is required by some software, e.g. bluez/gnome to set some ACLs on /dev/rfkill (see #904). While probably nobody will notice on the downstream kernels (as we don't have any proper software there anyways) it's definitely needed on mainline-ish kernels. Surprisingly only one kernel has broken by enabling this option (linux-sony-tulip) which I've patched up. linux-postmarketos-qcom-sdm660 did not break by enabling this option, but required linux4.17-gcc10-extern_YYLOC_global_declaration.patch to build again, so this was fixed too. [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.
-
- 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
- Feb 27, 2020
-
-
[ci:skip-build] [ci:skip-vercheck]
-
- Dec 18, 2018
-
-
Wouter Franken authored
-
- 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
-
- 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.
-
- Feb 17, 2018
-
-
Oliver Smith authored
Binary packages are rebuilding. If your kernel is not rebuilt yet, and you don't want to build it yourself, just checkout the previous pmbootstrap commit. This commit also changes the arch from the postmarketOS kernels from "all" to the ones where we actually have a kernel config. Fixes #1229.
-
- Oct 20, 2017
-
-
clayton craft authored
@drebrez deserves much credit for this one for all the testing, bisecting and for fixing everything. Thank you very much! --- * devices which need a custom weston.ini ship it with a install_if subpackage, so it only gets installed when weston is installed. This sounds complicated, but is actually pretty clean in the APKBUILD. * postmarketos-ui-weston: has a weston.ini.default, which enables xwayland and uses fbdev as backend (because that's what most devices use!). It defaults to the weston.ini.default if there is no weston.ini (as installed by the device package). * changed spaces to tabs for consistency, general minor refactoring of device-APKBUILDs
-
- Oct 11, 2017
-
-
Luca Weiss authored
* Disable ANDROID_PARANOID_NETWORK for all devices * Add APKBUILD comments * Bump pkgrels This was done with a script, see: <https://github.com/postmarketOS/pmbootstrap/pull/742#issuecomment-335608932>
-
- Oct 04, 2017
-
-
Pablo Castellano authored
* Remove empty build() functions * Remove obsolete '|| return 1' statements
-
- Sep 14, 2017
-
-
drebrez authored
-
- Sep 11, 2017
-
-
Pablo Castellano authored
- 90-android.rules -> 90-android-touch-dev.rules - reduce_lzo_compression.patch -> 02_reduce_lzo_compression.patch - mdss_fb_refresh_rate.patch -> 02_mdss_fb_refresh_rate.patch - aeea3592a13bf12861943e44fc48f1f270941f8d.patch -> 00_fix_return_address.patch - gpu-msm-fix-gcc5-compile.patch -> 02_gpu-msm-fix-gcc5-compile.patch - udev-hack.sh -> udev-v4l-hack.sh - Separate udev-v4l-hack.sh from profile.sh
-
- Sep 02, 2017
-
-
Wouter92 authored
-
- Aug 01, 2017
-
-
Pablo Castellano authored
-
- Jul 28, 2017
-
-
Oliver Smith authored
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
-
- Jul 20, 2017
-
-
Anton Lazarev authored
-
- May 31, 2017
-
-
Oliver Smith authored
* Use MIT as license for device-* aports and symlink packages. That way we don't have the "FIXME" string in the license field, and the MIT is used by Alpine for internal packages, too. * linux-* aports: properly name the downloaded files: prefix with the package name, so it does not just have the git commit as name.
-
- May 26, 2017
-
-
Oliver Smith authored
Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
-