mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
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:
committed by
Martin Jansa
parent
2ba20b0223
commit
3671cffbb6
@@ -1 +0,0 @@
|
|||||||
OPTIONS="-C64"
|
|
||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user