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
|
|
@ -83,3 +83,8 @@ with the `aports/` overlay in this repository:
|
||||||
- `main/postmarketos-config-nftables` — adds the `-imsd` subpackage accepting
|
- `main/postmarketos-config-nftables` — adds the `-imsd` subpackage accepting
|
||||||
imsd's IPsec-protected SIP ports on the IMS PDN (auto-installed alongside
|
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.
|
||||||
2
build.sh
2
build.sh
|
|
@ -152,7 +152,7 @@ aports = $WORK/pmaports
|
||||||
device = fairphone-fp6
|
device = fairphone-fp6
|
||||||
ui = plasma-mobile
|
ui = plasma-mobile
|
||||||
systemd = always
|
systemd = always
|
||||||
extra_packages = soc-fairphone-fp6-audio,callaudioshim,imsd,fp6-device-tweaks,postmarketos-base-ui-audio-backend-pipewire,pipewire-pulse,pipewire-echo-cancel
|
extra_packages = soc-fairphone-fp6-audio,callaudioshim,imsd,fp6-device-tweaks,catcrafts-fp6-repo,postmarketos-base-ui-audio-backend-pipewire,pipewire-pulse,pipewire-echo-cancel
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
pmbootstrap checksum linux-postmarketos-qcom-milos
|
pmbootstrap checksum linux-postmarketos-qcom-milos
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue