summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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