postmarketOS related information
Author: Markus Rathgeb
Quoted from: https://matrix.to/#/!xgUMIsYnSIXklwbhrG:postmarketos.org/$lppT9kvSnpbqGiL_B4ozJX7R3mC5xRtB9MEWclZCJH0?via=matrix.org&via=kde.org&via=postmarketos.org
if you want to test only one of our kernel branches/changes, you can
pmbootstrap using git clone methodenvkernel to compile locallypmbootstrap sideload them to your device to test it.See:
after sourcing envkernel,
you would have to run make defconfig sdm845.config and
make -j$(nrpoc) to compile the kernel.
to test pmaports MRs like the sensor’s one,
wait for the MR’s CI pipeline to complete building.
then use mrtest in your phone to try out pmaports MR.
https://wiki.postmarketos.org/wiki/Mrtest
fix:
error: Listing refs: opendir(refs/heads): No such file or directory on repair (as root)opendir(refs/remotes): No such file or directory on install (as root)# https://github.com/elementary/default-settings/issues/247#issuecomment-893169121
mkdir -p ~/.local/share/flatpak/repo/refs/remotes/ ~/.local/share/flatpak/repo/refs/heads/
mkdir -p /var/lib/flatpak/repo/refs/remotes/ /var/lib/flatpak/repo/refs/heads