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

This was only needed as a temporary workaround[1].

This reverts commit a184bf63e2.

 [1]: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8295#note_546725

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8476>
This commit is contained in:
Stefan Hansson 2026-05-03 09:22:06 +02:00 committed by The Friendly Meow (merge) Bot
parent f43a60639d
commit c6caa19a8f
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -21,9 +21,6 @@ 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")