v22.12 SP 1
This MR contains too many packages to let it build in CI, I've verified locally that it builds for x86_64, aarch64 and armv7.
If somebody wants to test it:
a) build a new image:
- install pmbootstrap
- check out the v22.12.1 branch in your pmaports clone
- run pmbootstrap install
b) upgrade existing v22.12 install:
- install pmbootstrap
- checkout the v22.12.1 branch
- build all relevant modified packages for your device's arch (e.g. pmbootstrap build --arch=aarch64)
- host your repository over LAN and add it to /etc/apk/repositories on your phone
- run
apk upgrade -a
on your phone
I've tested with method b) that everything works as expected on a pinephone. I've also done the manual u-boot upgrade, and it worked as expected.
This MR also contains the waydroid update, although that doesn't completely fix #1849 (closed). I'm looking into that waydroid issue a bit right now.
Close #1853 (closed)
I plan to merge this on Sunday, together with a release blog post (that is not written yet). Review / further testing is appreciated.
Edited by Administrator