busybox: remove bbappend
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 23 Aug 2013 11:33:37 +0000 (11:33 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:32:42 +0000 (08:32 -0800)
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.

(From meta-openembedded rev: 3671cffbb6183a67a60591c5feeca43665770242)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-core/busybox/busybox/busybox-syslog.default [deleted file]
meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.21.1.bbappend [deleted file]

diff --git a/meta-openembedded/meta-oe/recipes-core/busybox/busybox/busybox-syslog.default b/meta-openembedded/meta-oe/recipes-core/busybox/busybox/busybox-syslog.default
deleted file mode 100644 (file)
index 8a21e6d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-OPTIONS="-C64"
diff --git a/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.21.1.bbappend b/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.21.1.bbappend
deleted file mode 100644 (file)
index 7a2f0c3..0000000
+++ /dev/null
@@ -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"