summaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-core-ivi/busybox/busybox_1.23.1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-core-ivi/busybox/busybox_1.23.1.bbappend')
-rw-r--r--meta-ivi/recipes-core-ivi/busybox/busybox_1.23.1.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ivi/recipes-core-ivi/busybox/busybox_1.23.1.bbappend b/meta-ivi/recipes-core-ivi/busybox/busybox_1.23.1.bbappend
new file mode 100644
index 0000000..d368d16
--- /dev/null
+++ b/meta-ivi/recipes-core-ivi/busybox/busybox_1.23.1.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
+SRC_URI += "file://defconfig"
+
+# 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"