summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-05-27 12:14:34 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-05-27 18:04:44 +0800
commitd717d85d4ef81f23c08f69b61fde8ad131b22f2c (patch)
treeb1e4be84c61af2d16703ea6348c026b009c74d0b /recipes-kernel/linux
parent085eec75862dbc8e496552bc2b0eed38f8a3d748 (diff)
downloadmeta-intel-d717d85d4ef81f23c08f69b61fde8ad131b22f2c.tar.gz
linux-intel-rt/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>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.4.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb
index 090d8043..40bea521 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.4.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.4.bb
@@ -22,3 +22,8 @@ SRCREV_machine ?= "ddb02394d5c1e41e8d0ef2b67f256e0fcf57c2eb"
22SRCREV_meta ?= "4ed477131e6e508d335d70c070eb84a5c3d673e5" 22SRCREV_meta ?= "4ed477131e6e508d335d70c070eb84a5c3d673e5"
23 23
24LINUX_KERNEL_TYPE = "preempt-rt" 24LINUX_KERNEL_TYPE = "preempt-rt"
25
26# Kernel config 'CONFIG_GPIO_LYNXPOINT' goes by a different name 'CONFIG_PINCTRL_LYNXPOINT' in
27# linux-intel 5.4 specifically. This cause annoying warning during kernel config audit. So suppress the
28# harmless warning for now.
29KCONF_BSP_AUDIT_LEVEL = "0"