busybox: remove bbappend

This bbappend has effectively been merged into OE-Core, although the
log buffer size is the busybox default rather than 64K - layers may
change this either by providing their own /etc/default/busybox-syslog
file (when using systemd) or modifying the
CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE option in busybox's build time
config.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Paul Eggleton 2013-08-23 11:33:37 +00:00 committed by Martin Jansa
parent 2ba20b0223
commit 3671cffbb6
2 changed files with 0 additions and 12 deletions

View File

@ -1 +0,0 @@
OPTIONS="-C64"

View File

@ -1,11 +0,0 @@
# look for files in the layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://busybox-syslog.default"
do_install_append() {
install -d ${D}${sysconfdir}/default
install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog
}
FILES_${PN}-syslog += "${sysconfdir}/default/busybox-syslog"