linux-postmarketos-allwinner: HACK: disable cross-native

To avoid issue described here:
https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8295#note_5453

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8295>
This commit is contained in:
Stefan Hansson 2026-04-15 03:40:43 +02:00 committed by The Friendly Meow (merge) Bot
parent 822ccc31a7
commit a184bf63e2
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,9 @@ def test_aports_kernel():
if aport_name == "linux-pam-pmos":
continue # This package isn't a linux kernel!
if aport_name == "linux-postmarketos-allwinner":
continue # Hack to work around issue (see git blame)
if "pmb:cross-native" not in apkbuild["options"]:
raise RuntimeError(f"{aport_name}: \"pmb:cross-native\" missing in"
" options= line")

View file

@ -29,7 +29,6 @@ makedepends="
bash
"
options="!strip !check !tracedeps
pmb:cross-native
pmb:kconfigcheck-community
pmb:kconfigcheck-netmount
"