build: install catcrafts-fp6-repo so images subscribe to the apk registry
Some checks failed
image / image (push) Has been cancelled
Some checks failed
image / image (push) Has been cancelled
The catcrafts-fp6-repo aport (signing key + repositories entry) existed but nothing installed it: images shipped with the CI-built packages baked in and no update channel, so 'apk upgrade' never delivered new kernel/imsd builds despite CI publishing every apk to the registry. Add it to extra_packages and document the registry in the README. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f22272c57b
commit
957d3fd88c
2 changed files with 7 additions and 2 deletions
|
|
@ -82,4 +82,9 @@ with the `aports/` overlay in this repository:
|
|||
share one PDN).
|
||||
- `main/postmarketos-config-nftables` — adds the `-imsd` subpackage accepting
|
||||
imsd's IPsec-protected SIP ports on the IMS PDN (auto-installed alongside
|
||||
imsd).
|
||||
imsd).
|
||||
- `device/catcrafts-fp6-repo` — subscribes the installed system to the
|
||||
[Catcrafts apk registry](https://forgejo.catcrafts.net/Catcrafts/-/packages)
|
||||
(signing key + `/etc/apk/repositories` entry). CI publishes every built
|
||||
package there, so `apk upgrade` delivers kernel/imsd/GNSS updates between
|
||||
image releases.
|
||||
Loading…
Reference in a new issue