No description
The busybox-static packages were used by devices using the obscure "isorec" boot method (that I originally introduced with the samsung-i9100, based on what I saw in the downstream kernel repo at the time IIRC). This method is fairly limited, e.g. we can't append a cmdline easily according to MR 6917. After the samsung-i9100 has been switched over to use u-boot in MR 6921, all users of busybox-static are now in device/archived/. Let's remove the busybox-static packages so there are less packages we need to sync with Alpine. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7145> |
||
|---|---|---|
| .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 | ||
| antora-test.yml | ||
| 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