- Sep 11, 2019
-
-
Oliver Smith authored
Rebuild to make it use the new armhf triplet. Otherwise cross compiling with crossdirect to armhf fails with: ERROR: crossdirect: failed to execute /native/usr/lib/ccache/bin/armv6-alpine-linux-muslgnueabihf-gcc: No such file or directory This finally fixes #295.
-
Oliver Smith authored
Rebuild to make it use the new armhf triplet. Otherwise cross compiling with crossdirect to armhf fails with: ccache: error: Could not find compiler "armv6-alpine-linux-muslgnueabihf-gcc" in PATH Related: #295
-
Oliver Smith authored
Upgrading binutils-armhf was blocked, after the armhf triplet had been renamed and gcc-armhf still had the old triplet. Now gcc-armhf was upgraded. When trying to the upgraded build gcc-armhf with the current set of binary packages, without updating binutils-armhf, it fails with: configure: error: cannot compute suffix of object files: cannot compile So let's upgrade binutils-armhf too and finally have the triplet of both programs in sync again \o/ Related: #295
-
Oliver Smith authored
Make the version match Alpine's gcc again. Fixes libstdc++ unsatisfiable constrains related error messages (because the libstdc++ generated by these cross-* packages has the same pkgver and pkgrel again as the one provided by Alpine's gcc package). [ci:skip-build]: won't finish in time The upstream compat test case will still fail after this, there are more issues that need to be resolved. I'm on it.
-
-
- Sep 09, 2019
-
-
Luca Weiss authored
gnome-menus is now in Alpine
-
Bart Ribbers authored
[ci:skip-vercheck]
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Luca Weiss authored
-
Bart Ribbers authored
-
- Sep 05, 2019
-
-
Bhushan Shah authored
* Added display in final pinephone to the kernel * Added getty * Use RGB led to signify booting status in u-boot * Enable CONFIG_GPIO_SYSFS [ci:skip-build]: won't finish in time
-
Bhushan Shah authored
This adds support for pinephone dts [ci:skip-build]: takes too long to build in CI
-
Bart Ribbers authored
-
- Sep 03, 2019
-
-
It should not directly call functions from hybris's libEGL, because it is not linking to libEGL. Load libEGL dynamically and resolve function at run time instead. Related: https://github.com/libhybris/libhybris/pull/424 [ci:skip-build]: already built successfully in CI
-
- Aug 31, 2019
-
-
Changes in the kernel defconfig: - disable ANDROID_PARANOID_NETWORK (removes network restrictions) - enable CONFIG_USB_G_ANDROID and CONFIG_DIAG_CHAR (for USB networking) - enable DEVTMPFS (needed for udev -> touch support in weston) - enable FB_MSM_DEFAULT_DEPTH_RGB565 (for 16-bit support to avoid red screen) - enable SYSVIPC (so busybox' syslogd can log to a ringbuffer in the kernel) - enable VT (for virtual terminal over USB) [ci:skip-build]: already built successfully in CI
-
This reverts commit 357ee9cd. Rust is reenabled. https://github.com/alpinelinux/aports/commit/6c8381ba967cd3842484965f3f7c1200a42a5539 [ci:skip-vercheck]: only arch is changed. [ci:skip-build]: already ran successfully in CI
-
-
Seems like VIA/Wondermedia 8850 devices do not boot with the default address. Add new deviceinfo_legacy_uboot_load_address variable to allow setting a custom one.
-
Oliver Smith authored
Insert missing space into the depends line, so it reads "gmp-dev bash" instead of "gmp-devbash". This did not cause a build failure, but made the upstream compat CI check fail after the binary package had been built and uploaded. It would also cause an error if one tried to install the package. The CI check will pass once the fixed package is built and uploaded. [ci:skip-build]
-
[ci:skip-build]: already built successfully in CI
-
-
-
Add main/linux-postmarketos-qcom-msm8916 as shared mainline kernel for all MSM8916 devices.
-
Thanks to z3ntu and scintill for additional patches, that have been squashed into this one (see MR for details).
-
* add dev-package * modularize some kernel drivers * modernize Makefile to silence some warnings * fix various warnings * add some CVE patches [ci:skip-build]: already built successfully in CI
-
- Aug 29, 2019
-
-
Martijn Braam authored
-
Dolphin von Chips authored
[ci:skip-build]
-
Gavin Lilly authored
-
- Aug 25, 2019
-
-
This rebases the Pixel 3 XL patches on top of Linux 5.3-rc5. Also enabled more kernel modules related to modem, and applied Bjorn Andersson's patch for resetting the UFS memory. See https://gitlab.com/postmarketOS/pmaports/issues/153 for more information. [ci:skip-build] because kernel takes more than one hour to build
-
Oliver Smith authored
Both architectures don't have a rust package in Alpine, therefore squeekboard cannot be built. I did not notice this before, because the phosh dir was not explicitly listed for building packages in the binary repository. Instead, only postmarketos-ui-phosh was built with all depends for all arches, but this package does not depend on squeekboard. [ci:skip-vercheck]: only arch was changed
-
[ci:skip-build]: does not finish on CI Signed-off-by:
Danct12 <danct12@disroot.org>
-
Update kernel config to this commit <https://source.puri.sm/Librem5/linux-emcraft/commit/e7b9b21a8942973319309c0747546d664958ee9b> so that we can drop `!pmb:kconfigcheck` Closes #189 [ci:skip-build]: already built successfully in CI
-