build: copy catcrafts-fp6-repo into the pmaports overlay
All checks were successful
image / image (push) Successful in 1h52m13s
All checks were successful
image / image (push) Successful in 1h52m13s
Run 22 failed with 'catcrafts-fp6-repo: Could not find it in pmaports or any APKINDEX': build.sh copies each overlay aport explicitly and this one was never in the list, so pmbootstrap could not resolve the new extra_packages entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
e1fae64674
commit
9e60bb8c0a
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
|
@ -102,6 +102,7 @@ cp -r aports/device/linux-postmarketos-qcom-milos "$WORK/pmaports/device/testing
|
|||
cp -r aports/device/soc-fairphone-fp6-audio "$WORK/pmaports/device/"
|
||||
cp -r aports/device/callaudioshim "$WORK/pmaports/device/"
|
||||
cp -r aports/device/fp6-device-tweaks "$WORK/pmaports/device/"
|
||||
cp -r aports/device/catcrafts-fp6-repo "$WORK/pmaports/device/"
|
||||
cp -r aports/main/postmarketos-config-nftables "$WORK/pmaports/main/"
|
||||
cp -r aports/modem/imsd "$WORK/pmaports/modem/"
|
||||
# Alpine forks carrying the GNSS patches (libqmi !470 unreleased; MM !1463
|
||||
|
|
|
|||
Loading…
Reference in a new issue