No description
modem-gnss / qmicli depends on qrtr being up, or it fails on boot and GPS doesn't work on this device: sargo systemd[1]: Starting Google Sargo (Pixel 3a) GNSS Modem Setup... sargo qmicli[1080]: error: node with id 0 not found in QRTR bus Ideally there would be a path in /dev or sysfs so we could add a ConditionPathExists= in the unit, but I tried hard to find something and was unable to. Making modem-gnss depend on ModemManager seems to work around this issue, since qrtr seems to always (in my testing) be up by then. IIUC in the future we may not have to run qmicli to enable GPS, so this patch is a workaround to fix a workaround. Signed-off-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7636> |
||
|---|---|---|
| .ci | ||
| .githooks | ||
| .gitlab/issue_templates | ||
| .well-known | ||
| cross | ||
| device | ||
| docs | ||
| extra-repos/systemd | ||
| main | ||
| modem | ||
| temp | ||
| .clang-format | ||
| .ecrc | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| channels.cfg | ||
| COMMITSTYLE.md | ||
| kconfigcheck.toml | ||
| LICENSE | ||
| pmaports.cfg | ||
| README.md | ||
postmarketOS aports repository
This repository contains the APKBUILD files for postmarketOS-specific packages, along with the required patches and scripts, if any.
There are many more packages defined in the Alpine Linux aports on which these packages depend.
Helpful resources:
- How to create a package
- APKBUILD reference
- pmaports commit style
- Review and merging guidelines
- Alpine Linux aports
- Alpine Linux package search
- postmarketOS package search
Git Hooks
You can find some useful git hooks in the .githooks directory.
To use them, run the following command after cloning this repository:
git config --local core.hooksPath .githooks