Re: [yocto] [meta-raspberrypi][PATCH] Do not rely on DISTRO_TYPE to enable/disable kernel debug

2016-12-06 Thread Andrei Gherzan
On Mon, Nov 28, 2016 at 08:37:45PM +0100, Frank Meerkoetter wrote: > DISTRO_TYPE doesn't seem to be set anywhere in OE/poky. This causes > CMDLINE_DEBUG to default to "debug" which is very noisy. This is > especially true when building a systemd based system, as systemd > also looks at the kernel

Re: [yocto] [meta-raspberrypi][PATCH] Do not rely on DISTRO_TYPE to enable/disable kernel debug

2016-12-06 Thread Andrei Gherzan
On Mon, Nov 28, 2016 at 08:37:45PM +0100, Frank Meerkoetter wrote: > DISTRO_TYPE doesn't seem to be set anywhere in OE/poky. This causes > CMDLINE_DEBUG to default to "debug" which is very noisy. This is > especially true when building a systemd based system, as systemd > also looks at the kernel

[yocto] [meta-raspberrypi][PATCH] Do not rely on DISTRO_TYPE to enable/disable kernel debug

2016-11-28 Thread Frank Meerkoetter
DISTRO_TYPE doesn't seem to be set anywhere in OE/poky. This causes CMDLINE_DEBUG to default to "debug" which is very noisy. This is especially true when building a systemd based system, as systemd also looks at the kernel commandline to set the debug level. Such a system is nearly unuseable from