mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 02:08:28 +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:
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"
|
||||
Loading…
x
Reference in New Issue
Block a user