summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.21.1.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-23 12:20:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:47:19 +0100
commitb18b210c1e68bd312785b4d956e628220b5a8c9a (patch)
treecc753955b39414f9183198e1e9965a035c3ebc8d /meta/recipes-core/busybox/busybox_1.21.1.bb
parent1506d3acaf2616339b2ae8e4b463179f85ebcb19 (diff)
downloadpoky-b18b210c1e68bd312785b4d956e628220b5a8c9a.tar.gz
busybox: enable shared memory logging for systemd
The default command-line options for launching busybox's syslogd are "-C" if using sysvinit; but because we use /etc/default/busybox-syslog when using systemd which the sysvinit initscript doesn't use, and no /etc/default/busybox-syslog is installed by default in OE-Core, the default arguments with systemd were no arguments at all with OE-Core alone. Effectively merge in the bbappend from meta-oe that adds a default file in order to set the default options to "-C" for systemd as well. (From OE-Core rev: a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.21.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.21.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.21.1.bb b/meta/recipes-core/busybox/busybox_1.21.1.bb
index fdb1974c91..784c924d50 100644
--- a/meta/recipes-core/busybox/busybox_1.21.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.21.1.bb
@@ -17,6 +17,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
17 file://mount.busybox \ 17 file://mount.busybox \
18 file://syslog \ 18 file://syslog \
19 file://syslog-startup.conf \ 19 file://syslog-startup.conf \
20 file://busybox-syslog.default \
20 file://mdev \ 21 file://mdev \
21 file://mdev.conf \ 22 file://mdev.conf \
22 file://umount.busybox \ 23 file://umount.busybox \