diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-23 11:33:37 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 19:12:39 +0200 |
commit | 3671cffbb6183a67a60591c5feeca43665770242 (patch) | |
tree | bf3923e192a091b2a80a20ae9c73871cae26a5c4 | |
parent | 2ba20b0223fb93c90adddcaabe2cc07faf6b8910 (diff) | |
download | meta-openembedded-3671cffbb6183a67a60591c5feeca43665770242.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-core/busybox/busybox/busybox-syslog.default | 1 | ||||
-rw-r--r-- | meta-oe/recipes-core/busybox/busybox_1.21.1.bbappend | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/meta-oe/recipes-core/busybox/busybox/busybox-syslog.default b/meta-oe/recipes-core/busybox/busybox/busybox-syslog.default deleted file mode 100644 index 8a21e6dafd..0000000000 --- a/meta-oe/recipes-core/busybox/busybox/busybox-syslog.default +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | OPTIONS="-C64" | ||
diff --git a/meta-oe/recipes-core/busybox/busybox_1.21.1.bbappend b/meta-oe/recipes-core/busybox/busybox_1.21.1.bbappend deleted file mode 100644 index 7a2f0c3a0a..0000000000 --- a/meta-oe/recipes-core/busybox/busybox_1.21.1.bbappend +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # look for files in the layer first | ||
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
3 | |||
4 | SRC_URI += "file://busybox-syslog.default" | ||
5 | |||
6 | do_install_append() { | ||
7 | install -d ${D}${sysconfdir}/default | ||
8 | install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog | ||
9 | } | ||
10 | |||
11 | FILES_${PN}-syslog += "${sysconfdir}/default/busybox-syslog" | ||