From 0b35afde22be6b18fb066d60efe15781d1e071a3 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Fri, 13 Mar 2020 16:01:16 +0100 Subject: [PATCH] main/linux-postmarketos-stable: disable on all except armv7 (!1064) nokia-n900 is the last user of linux-postmarketos-stable. Let's keep it as-is temporarily until nokia-n900 has been migrated to Alpine's linux-lts or a custom kernel. Disable it on all other architectures to make it clear that it is obsolete. [ci:skip-vercheck]: no changes, only disabled architectures --- main/linux-postmarketos-stable/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/linux-postmarketos-stable/APKBUILD b/main/linux-postmarketos-stable/APKBUILD index 88ef86600..3e0ade555 100644 --- a/main/linux-postmarketos-stable/APKBUILD +++ b/main/linux-postmarketos-stable/APKBUILD @@ -1,3 +1,6 @@ +# NOTE: This kernel is obsolete. See https://gitlab.com/postmarketOS/pmaports/-/issues/464 +# It is only kept until nokia-n900 has been migrated to linux-lts or a custom kernel. + _flavor=postmarketos-stable _hash="7b6fbfd899b4133e4f789843e5967beb139ec4d2" _config="config-${_flavor}.${CARCH}" @@ -11,7 +14,7 @@ case $pkgver in esac pkgrel=2 -arch="x86_64 armhf armv7 aarch64" +arch="armv7" pkgdesc="Linux for pmOS supported chipsets (stable)" url="https://kernel.org/" depends=""