From: Scott Murray Date: Wed, 28 Dec 2016 19:14:06 +0000 (-0500) Subject: meta-raspberrypi: disable debug logging X-Git-Tag: chinook_3.0.0~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=e6c981a1ed354a05ab0defd6e970e331306733da;p=AGL%2Fmeta-agl.git meta-raspberrypi: disable debug logging Set CMDLINE_DEBUG in linux-raspberrypi_4.4.bbappend to disable the debug logging by the kernel and systemd that was spamming the console. As a side benefit, this noticeably speeds up booting. Change-Id: Ic99b1626ea20a27d3d157bcb952ec30cd50baeb2 Signed-off-by: Scott Murray --- diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend index 9372f0a89..cc6cbeeb5 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend @@ -63,7 +63,7 @@ do_configure_append() { kernel_do_configure } - +CMDLINE_DEBUG = "" CMDLINE_append = " usbhid.mousepoll=0" KERNEL_MODULE_AUTOLOAD += "snd-bcm2835"