Commits on Source (24)
-
Alexey Minnekhanov authored
-
This devices runs a close-to mainline kernel as linux-odroid-hc2. I have 2 of these devices which power my selfhosted infrastructure for some time now and they work really well! Running my selfhosted infrastructure on Alpine stable releases would be great.
-
Console UI can be used now instead of None UI. Console UI is necessary to have access to the device over SSH as no display can be used. [ci:skip-build] already built successfully in CI
-
This replaces the current loop calling pmbootstrap lint once for each package with a single invocation for increased performance. Here are some measurements for linting all packages under main/. Before this change: $ time .gitlab-ci/apkbuild-linting.py > /dev/null real 3m55,840s user 3m48,592s sys 0m16,913s After this change but without pmbootstrap!2100: $ time .gitlab-ci/apkbuild-linting.py > /dev/null real 0m14,359s user 0m17,994s sys 0m6,488s After this change with pmbootstrap!2100: $ time .gitlab-ci/apkbuild-linting.py > /dev/null real 0m6,411s user 0m13,334s sys 0m2,417s Note that pmbootstrap!2100 is not required for that little bit of extra performance but rather because it allows to differentiate between linting errors for different packages in the output. Depends: pmbootstrap!2100 Closes: #564
-
-
Martijn Braam authored
Support for the PINE64 PinePhone keyboard attachment based on the kb151 chip.
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
[ci:skip-build] Will take way too long
-
Bart Ribbers authored
-
Oliver Smith authored
CI is currently failing at the "apk upgrade" line with the following error. It must be related to the openssl3 transition that is going on in Alpine: 485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882: ERROR: musl-1.2.2-r6: Permission denied 485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882: ERROR: busybox-1.34.0-r3: Permission denied 485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882: ERROR: musl-utils-1.2.2-r6: Permission denied So let's get rid of it. It shouldn't be needed to install shellcheck anyway.
-
Oliver Smith authored
-
Oliver Smith authored
Use -f, so rm * does not complain if the file does not exist * does not exit with 1 if the file does not exist Remove the stdout/stderr redirect (not needed with -f). Add exit 0 at the end of the file, even though it clearly should not exit with anything other than 0 anymore, as it's common practice in these pre-upgrade etc. scripts. With the old script, the problem was that it would exit 1 as soon as the files did not exist at the time the script runs. Exit 1 in this pre-upgrade script causes apk to show an error, and it would not go away with 'apk fix' since it ran into the same problem. Fixes: 7c511d ("pine64-pinephone: remove old u-boot...")
-
All patches are merged upstream and released in the latest release. Drop our fork and use Alpine's version again.
-
Fixes an issue where /dev/video2 can't be used by Megapixels (and thus Megapixels crashing) when having PipeWire installed. The problem was that the node could only be used by a single application, which was PipeWire in that case. [ci:skip-build]: just built successfully in CI
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- .gitlab-ci/apkbuild-linting.py 5 additions, 9 deletions.gitlab-ci/apkbuild-linting.py
- cross/busybox-static-aarch64/APKBUILD 2 additions, 2 deletionscross/busybox-static-aarch64/APKBUILD
- cross/busybox-static-armhf/APKBUILD 2 additions, 2 deletionscross/busybox-static-armhf/APKBUILD
- cross/busybox-static-armv7/APKBUILD 2 additions, 2 deletionscross/busybox-static-armv7/APKBUILD
- cross/musl-aarch64/APKBUILD 3 additions, 3 deletionscross/musl-aarch64/APKBUILD
- cross/musl-armhf/APKBUILD 3 additions, 3 deletionscross/musl-armhf/APKBUILD
- cross/musl-armv7/APKBUILD 3 additions, 3 deletionscross/musl-armv7/APKBUILD
- device/community/device-odroid-hc2/APKBUILD 0 additions, 2 deletionsdevice/community/device-odroid-hc2/APKBUILD
- device/community/device-odroid-hc2/deviceinfo 0 additions, 0 deletionsdevice/community/device-odroid-hc2/deviceinfo
- device/community/device-odroid-hc2/install-rootfs-hdd.sh 0 additions, 0 deletionsdevice/community/device-odroid-hc2/install-rootfs-hdd.sh
- device/community/device-odroid-hc2/uboot-script.cmd 0 additions, 0 deletionsdevice/community/device-odroid-hc2/uboot-script.cmd
- device/community/linux-odroid-hc2/APKBUILD 0 additions, 0 deletionsdevice/community/linux-odroid-hc2/APKBUILD
- device/community/linux-odroid-hc2/config-odroid-hc2.armv7 0 additions, 0 deletionsdevice/community/linux-odroid-hc2/config-odroid-hc2.armv7
- device/main/device-pine64-pinephone/APKBUILD 1 addition, 1 deletiondevice/main/device-pine64-pinephone/APKBUILD
- device/main/device-pine64-pinephone/device-pine64-pinephone.pre-upgrade 4 additions, 2 deletions...vice-pine64-pinephone/device-pine64-pinephone.pre-upgrade
- device/testing/device-odroid-hc2/device-odroid-hc2.post-install 0 additions, 5 deletions.../testing/device-odroid-hc2/device-odroid-hc2.post-install
- device/testing/device-odroid-hc2/device-odroid-hc2.post-upgrade 0 additions, 1 deletion.../testing/device-odroid-hc2/device-odroid-hc2.post-upgrade
- main/linux-postmarketos-allwinner/0015-add-kb151-support.patch 377 additions, 0 deletions...linux-postmarketos-allwinner/0015-add-kb151-support.patch
- main/linux-postmarketos-allwinner/APKBUILD 7 additions, 5 deletionsmain/linux-postmarketos-allwinner/APKBUILD
File moved
File moved
File moved
File moved