linux-* (not all): no pmb:kconfigcheck-community (MR 5391)

Too many kconfig checks fail for these. The kconfig check is more strict
now, it will not pass anymore if a kernel claims to support everything
for the "community" category but doesn't actually satisfy the
requirements. Previously it did pass and only printed warnings.

The "pmb:kconfigcheck-community" option may be added back to these
kernels after the configs are adjusted.
This commit is contained in:
Oliver Smith 2024-07-28 16:08:47 +02:00
parent e7a9db04aa
commit 81b142ba64
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 2 additions and 5 deletions

View file

@ -16,7 +16,7 @@ license="GPL2-2.0-only"
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex" makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
options="!strip !check !tracedeps options="!strip !check !tracedeps
pmb:cross-native pmb:cross-native
pmb:kconfigcheck-community" "
_repository="linux" _repository="linux"
_commit="9c9b87cec239101274451cc9c086da60108f9fda" _commit="9c9b87cec239101274451cc9c086da60108f9fda"

View file

@ -8,7 +8,6 @@ url="https://kernel.org"
license="GPL-2.0-only" license="GPL-2.0-only"
options="!strip !check !tracedeps options="!strip !check !tracedeps
pmb:cross-native pmb:cross-native
pmb:kconfigcheck-community
" "
makedepends=" makedepends="
bison bison

View file

@ -14,7 +14,6 @@ url="https://gitlab.com/msm8998-mainline/linux"
license="GPL-2.0-only" license="GPL-2.0-only"
options="!strip !check !tracedeps options="!strip !check !tracedeps
pmb:cross-native pmb:cross-native
pmb:kconfigcheck-community
" "
makedepends=" makedepends="
bash bash

View file

@ -10,7 +10,6 @@ url="https://gitlab.com/sc8180x-mainline/linux"
license="GPL-2.0-only" license="GPL-2.0-only"
options="!strip !check !tracedeps options="!strip !check !tracedeps
pmb:cross-native pmb:cross-native
pmb:kconfigcheck-community
pmb:kconfigcheck-uefi" pmb:kconfigcheck-uefi"
makedepends="bash bison findutils flex installkernel openssl-dev perl" makedepends="bash bison findutils flex installkernel openssl-dev perl"

View file

@ -17,7 +17,7 @@ url="https://kernel.org/"
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex" makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
options="!strip !check !tracedeps options="!strip !check !tracedeps
pmb:cross-native pmb:cross-native
pmb:kconfigcheck-community" "
license="GPL-2.0-only" license="GPL-2.0-only"
_repository="linux" _repository="linux"