busybox: set default log buffer size to 64 at compile time
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 28 Aug 2013 15:39:19 +0000 (16:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2013 15:23:43 +0000 (16:23 +0100)
commit9c7d02b46aa5ca517a3840fe57cff78ebf0daa1b
tree211c1d08947c89a98b40c0e65538c69169abadf8
parent0333037eeffbe2c8087a1384c2ad7b24cf12f984
busybox: set default log buffer size to 64 at compile time

This provides a more reasonable log buffer size to avoid losing earlier
events, and 64K is not a problem for modern systems. When the buffer is
used on sysvinit-based systems, which it isn't by default, 64K is already
the runtime default size unless /etc/syslog-startup.conf is modified or
deleted, so this only really affects systems using systemd. This
completely removes the need for the busybox bbappend in meta-oe.

(From OE-Core rev: 6d6a3f805b0fad6f904afb52dc12bfb543e3eec5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox-1.21.1/defconfig