summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-05-27 12:14:33 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-05-27 18:04:44 +0800
commit085eec75862dbc8e496552bc2b0eed38f8a3d748 (patch)
treee2a08279d89726cf6fcf31e8110ac3683d77fa4e
parent02c984fd9fc4245023776cf4db46e53245d191e3 (diff)
downloadmeta-intel-085eec75862dbc8e496552bc2b0eed38f8a3d748.tar.gz
linux-intel/5.4: disable kernel config bsp audit for now
Kernel config 'CONFIG_GPIO_LYNXPOINT' goes by a different name 'CONFIG_PINCTRL_LYNXPOINT' in linux-intel 5.4 specifically. This cause warning during kernel config audit. So suppress the harmless warning for now. [YOCTO #13916] Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel_5.4.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.4.bb b/recipes-kernel/linux/linux-intel_5.4.bb
index 23f9e860..8e7ffc7f 100644
--- a/recipes-kernel/linux/linux-intel_5.4.bb
+++ b/recipes-kernel/linux/linux-intel_5.4.bb
@@ -19,3 +19,8 @@ KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
19 19
20# Functionality flags 20# Functionality flags
21KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" 21KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
22
23# Kernel config 'CONFIG_GPIO_LYNXPOINT' goes by a different name 'CONFIG_PINCTRL_LYNXPOINT' in
24# linux-intel 5.4 specifically. This cause warning during kernel config audit. So suppress the
25# harmless warning for now.
26KCONF_BSP_AUDIT_LEVEL = "0"