diff --git a/.ci/testcases/test_kernel.py b/.ci/testcases/test_kernel.py index ebc3c7909..a3a1004c4 100644 --- a/.ci/testcases/test_kernel.py +++ b/.ci/testcases/test_kernel.py @@ -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") diff --git a/device/community/linux-postmarketos-allwinner/APKBUILD b/device/community/linux-postmarketos-allwinner/APKBUILD index 5c3f79a9a..85dd6509d 100644 --- a/device/community/linux-postmarketos-allwinner/APKBUILD +++ b/device/community/linux-postmarketos-allwinner/APKBUILD @@ -4,7 +4,7 @@ _flavor=postmarketos-allwinner _config="config-$_flavor.$CARCH" pkgname=linux-$_flavor pkgver=6.18.3_git20260105 -pkgrel=1 +pkgrel=2 _tag="orange-pi-6.18-20260105-0049" pkgdesc="Kernel fork with Pine64 patches (megi's tree, slightly patched)" arch="aarch64 armv7" @@ -29,6 +29,7 @@ makedepends=" bash " options="!strip !check !tracedeps + pmb:cross-native pmb:kconfigcheck-community " source="$pkgname-$_tag.tar.gz::https://codeberg.org/megi/linux/archive/$_tag.tar.gz