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:
parent
e7a9db04aa
commit
81b142ba64
5 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
options="!strip !check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community"
|
||||
"
|
||||
|
||||
_repository="linux"
|
||||
_commit="9c9b87cec239101274451cc9c086da60108f9fda"
|
||||
|
|
|
@ -8,7 +8,6 @@ url="https://kernel.org"
|
|||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community
|
||||
"
|
||||
makedepends="
|
||||
bison
|
||||
|
|
|
@ -14,7 +14,6 @@ url="https://gitlab.com/msm8998-mainline/linux"
|
|||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community
|
||||
"
|
||||
makedepends="
|
||||
bash
|
||||
|
|
|
@ -10,7 +10,6 @@ url="https://gitlab.com/sc8180x-mainline/linux"
|
|||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community
|
||||
pmb:kconfigcheck-uefi"
|
||||
makedepends="bash bison findutils flex installkernel openssl-dev perl"
|
||||
|
||||
|
|
|
@ -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"
|
||||
options="!strip !check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community"
|
||||
"
|
||||
license="GPL-2.0-only"
|
||||
|
||||
_repository="linux"
|
||||
|
|
Loading…
Reference in a new issue