From 81b142ba640131ed4ff1de0a24fdcdb592c2cb23 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 28 Jul 2024 16:08:47 +0200 Subject: [PATCH] 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. --- device/testing/linux-google-crosshatch-mainline/APKBUILD | 2 +- device/testing/linux-google-smaug/APKBUILD | 1 - device/testing/linux-postmarketos-qcom-msm8998/APKBUILD | 1 - device/testing/linux-postmarketos-qcom-sc8180x/APKBUILD | 1 - device/testing/linux-sony-nicki-mainline/APKBUILD | 2 +- 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/device/testing/linux-google-crosshatch-mainline/APKBUILD b/device/testing/linux-google-crosshatch-mainline/APKBUILD index 0e69ce61f..bd9482b55 100644 --- a/device/testing/linux-google-crosshatch-mainline/APKBUILD +++ b/device/testing/linux-google-crosshatch-mainline/APKBUILD @@ -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" diff --git a/device/testing/linux-google-smaug/APKBUILD b/device/testing/linux-google-smaug/APKBUILD index c70d0c783..c0e301a75 100644 --- a/device/testing/linux-google-smaug/APKBUILD +++ b/device/testing/linux-google-smaug/APKBUILD @@ -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 diff --git a/device/testing/linux-postmarketos-qcom-msm8998/APKBUILD b/device/testing/linux-postmarketos-qcom-msm8998/APKBUILD index 529151c36..9118992ee 100644 --- a/device/testing/linux-postmarketos-qcom-msm8998/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-msm8998/APKBUILD @@ -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 diff --git a/device/testing/linux-postmarketos-qcom-sc8180x/APKBUILD b/device/testing/linux-postmarketos-qcom-sc8180x/APKBUILD index ab821af68..475289bf9 100644 --- a/device/testing/linux-postmarketos-qcom-sc8180x/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-sc8180x/APKBUILD @@ -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" diff --git a/device/testing/linux-sony-nicki-mainline/APKBUILD b/device/testing/linux-sony-nicki-mainline/APKBUILD index abc0e8611..4f2978f8b 100644 --- a/device/testing/linux-sony-nicki-mainline/APKBUILD +++ b/device/testing/linux-sony-nicki-mainline/APKBUILD @@ -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"