From e6c981a1ed354a05ab0defd6e970e331306733da Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 28 Dec 2016 14:14:06 -0500 Subject: 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 --- .../recipes-kernel/linux/linux-raspberrypi_4.4.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg