From 085eec75862dbc8e496552bc2b0eed38f8a3d748 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 27 May 2020 12:14:33 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel_5.4.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes-kernel') 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" # Functionality flags KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" + +# 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. +KCONF_BSP_AUDIT_LEVEL = "0" -- cgit v1.2.3-54-g00ecf