- 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'
-
- Nov 05, 2020
-
-
Mostly the GCC10 yylloc failure was seen but several others have been observed: * wireguard script was silently failing * several gcc10 x86 errors * a checksum from kernel.org has changed Now we have 3 different gcc10 yylloc patches: gcc10-extern_YYLOC_global_declaration.patch: Linux < 4.2 linux4.2-gcc10-extern_YYLOC_global_declaration.patch: Linux 4.2+ linux4.17-gcc10-extern_YYLOC_global_declaration.patch: Linux 4.17+ [ci:skip-build] [ci:ignore-count] [ci:skip-vercheck]
-
- 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
-
- Feb 27, 2020
-
-
[ci:skip-build] [ci:skip-vercheck]
-
- Jan 27, 2020
-
-
- Jan 23, 2020
-
-
red-black-bonsai authored
-
- Jan 10, 2020
-
-
red-black-bonsai authored
-
- May 02, 2019
-
-
Federico Amedeo Izzo authored
The phone boots postmarketOS and shows logo. USB networking and flashing via fastboot works. Display is currently broken but I will try to fix it soon. [ci:skip-build]: already built successfully in CI
-
- Dec 03, 2018
-
-
Grant Miller authored
gcc-fix-put-user.patch doesn't apply cleanly to any kernel that includes commit 538094 ("ARM: 8051/1: put_user: fix possible data corruption in put_user") or a backport of it because the surrounding lines (context) of the patch are different: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=537094b64b229bf3ad146042f83e74cf6abe59df This commit fixes the problem by removing the context from the patch. It also changes linux-sony-amami, linux-sony-aries, and linux-sony-taoshan to use the shared patch. I have confirmed that all six affected kernels still compile. [skip ci]
-
- Nov 27, 2018
-
-
Oliver Smith authored
-
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.
-
- Oct 26, 2017
-
-
drebrez authored
-
- Oct 23, 2017
-
-
drebrez authored
* Add SYSVIPC kernel config check * Add SYSVIPC kernel config option to all linux-device packages
-
- 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
-
- Jul 28, 2017
-
-
Oliver Smith authored
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
-
- Jul 26, 2017
-
-
Oliver Smith authored
* postmarketos-splash: change arch from "all" to "noarch" * lg-mako: use .tar.gz instead of .zip (because that's the reference APKBUILD) * #220: Allow specifying multiple packages for checksum, build, aportgen * #239: Add chroot shortcuts (--rootfs and --buildroot) * Show chroot and command before entering chroot
-
- 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.
-