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 <[email protected]> --- recipes-kernel/linux/linux-intel-rt_5.4.bb | 5 +++++ 1 file changed, 5 insertions(+) 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" SRCREV_meta ?= "4ed477131e6e508d335d70c070eb84a5c3d673e5" 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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6563): https://lists.yoctoproject.org/g/meta-intel/message/6563 Mute This Topic: https://lists.yoctoproject.org/mt/74493521/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
