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
This commit is contained in:
Minecrell 2020-03-13 16:01:16 +01:00 committed by Bart Ribbers
parent 841707b42b
commit 0b35afde22
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -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=""