From 392d5cf13e4a8cd1ac70f56f95b5b598b25b65e1 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 19 Dec 2017 14:53:13 +0100 Subject: linux-raspberrypi: Inhibit warnings generated during do_kernel_configcheck Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- recipes-kernel/linux/linux-raspberrypi_4.9.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend index cfe3d0b..424aa53 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend @@ -1,5 +1,8 @@ require recipes-kernel/linux/linux-deploy-kconfig.inc +# Inhibits warnings printed during do_kernel_configcheck +KCONF_AUDIT_LEVEL = "0" + # The meta-raspberrypi layer generates the kernel configuration using # "yes '' | make oldconfig", so we need to instruct the Yocto kernel # mechanism to use KCONFIG_MODE "--alldefconfig" to produce a similar -- cgit v1.2.3-54-g00ecf