Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi.inc: Make kgdboc kernel param optional

2015-08-09 Thread Andrei Gherzan
On Thu, Jul 30, 2015 at 10:34:07AM +0200, Javier Martinez Canillas wrote: From: Mauro Carvalho Chehab mche...@osg.samsung.com The kernel debugger over console (kgdboc) parameter is being added unconditionally to the kernel command line but this means that the kernel will stop and wait for gdb

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi.inc: Make kgdboc kernel param optional

2015-08-03 Thread Javier Martinez Canillas
From: Mauro Carvalho Chehab mche...@osg.samsung.com The kernel debugger over console (kgdboc) parameter is being added unconditionally to the kernel command line but this means that the kernel will stop and wait for gdb to attach in case of a exception or when sending a sysrq-g key. This