summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2017-12-19 14:53:13 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-12-19 17:12:27 +0100
commit392d5cf13e4a8cd1ac70f56f95b5b598b25b65e1 (patch)
treea0445ced47f87b5f9f8bd770a1f265778aefb69e
parentce6db33b3e146d7d850358eadf99ab6b5857a44a (diff)
downloadmeta-enea-bsp-arm-392d5cf13e4a8cd1ac70f56f95b5b598b25b65e1.tar.gz
linux-raspberrypi: Inhibit warnings generated during do_kernel_configcheck
Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.9.bbappend3
1 files changed, 3 insertions, 0 deletions
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 @@
1require recipes-kernel/linux/linux-deploy-kconfig.inc 1require recipes-kernel/linux/linux-deploy-kconfig.inc
2 2
3# Inhibits warnings printed during do_kernel_configcheck
4KCONF_AUDIT_LEVEL = "0"
5
3# The meta-raspberrypi layer generates the kernel configuration using 6# The meta-raspberrypi layer generates the kernel configuration using
4# "yes '' | make oldconfig", so we need to instruct the Yocto kernel 7# "yes '' | make oldconfig", so we need to instruct the Yocto kernel
5# mechanism to use KCONFIG_MODE "--alldefconfig" to produce a similar 8# mechanism to use KCONFIG_MODE "--alldefconfig" to produce a similar