No description
For https://github.com/systemd/systemd/pull/39823 The upstream systemd's mkosi build requires that systemd-boot and ukify are also built from the upstream source files. Also, mkosi needs to pass specific source and build directories, override default meson options, and so on. To support them, this adds several extra environment variables support: - $_systemd_upstream, - $_meson_extra_configure_options, - $_meson_builddir, - $_upstream_srcdir. Note, postmarketOS image built with mkosi already enables usr-merge. Hence several symlink paths are changed when $_systemd_upstream is set. This should not change any behavior when the above environment variables are _not_ set. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8718> |
||
|---|---|---|
| .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 | ||
| deviceinfo_schema.toml | ||
| kconfig-generic.toml | ||
| 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:
- Issues
- How to create a package
- APKBUILD reference
- pmaports commit style
- Approval rules
- 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