mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
085eec7586
commit
d717d85d4e
|
@ -22,3 +22,8 @@ SRCREV_machine ?= "ddb02394d5c1e41e8d0ef2b67f256e0fcf57c2eb"
|
||||||
SRCREV_meta ?= "4ed477131e6e508d335d70c070eb84a5c3d673e5"
|
SRCREV_meta ?= "4ed477131e6e508d335d70c070eb84a5c3d673e5"
|
||||||
|
|
||||||
LINUX_KERNEL_TYPE = "preempt-rt"
|
LINUX_KERNEL_TYPE = "preempt-rt"
|
||||||
|
|
||||||
|
# Kernel config 'CONFIG_GPIO_LYNXPOINT' goes by a different name 'CONFIG_PINCTRL_LYNXPOINT' in
|
||||||
|
# linux-intel 5.4 specifically. This cause annoying warning during kernel config audit. So suppress the
|
||||||
|
# harmless warning for now.
|
||||||
|
KCONF_BSP_AUDIT_LEVEL = "0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user