meta-raspberrypi: disable debug logging 19/7919/1
authorScott Murray <scott.murray@konsulko.com>
Wed, 28 Dec 2016 19:14:06 +0000 (14:14 -0500)
committerScott Murray <scott.murray@konsulko.com>
Wed, 28 Dec 2016 19:14:06 +0000 (14:14 -0500)
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 <scott.murray@konsulko.com>
meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend

index 9372f0a..cc6cbee 100644 (file)
@@ -63,7 +63,7 @@ do_configure_append() {
       kernel_do_configure
 }
 
-
+CMDLINE_DEBUG = ""
 CMDLINE_append = " usbhid.mousepoll=0"
 
 KERNEL_MODULE_AUTOLOAD += "snd-bcm2835"