summaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-core-ivi/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-core-ivi/busybox/busybox_%.bbappend')
-rw-r--r--meta-ivi/recipes-core-ivi/busybox/busybox_%.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ivi/recipes-core-ivi/busybox/busybox_%.bbappend b/meta-ivi/recipes-core-ivi/busybox/busybox_%.bbappend
new file mode 100644
index 0000000..acb6fc4
--- /dev/null
+++ b/meta-ivi/recipes-core-ivi/busybox/busybox_%.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
+SRC_URI += "file://remove-syslog.cfg"
+
+# Defconfig doesn't have syslog activated
+# Adapt if needed in the future
+SYSTEMD_PACKAGES_remove = "${PN}-syslog"
+INITSCRIPT_PACKAGES_remove = "${PN}-syslog"
+ALTERNATIVE_${PN}-syslog_remove = "syslog-conf"