summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-core/systemd/systemd/journald-conf.patch13
-rw-r--r--recipes-core/systemd/systemd_%.bbappend5
2 files changed, 0 insertions, 18 deletions
diff --git a/recipes-core/systemd/systemd/journald-conf.patch b/recipes-core/systemd/systemd/journald-conf.patch
deleted file mode 100644
index d5777e0..0000000
--- a/recipes-core/systemd/systemd/journald-conf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- systemd-206/src/journal/journald.conf~ 2013-07-22 00:43:28.000000000 +0200
-+++ systemd-206/src/journal/journald.conf 2014-01-24 14:46:31.062603121 +0100
-@@ -15,8 +15,8 @@
- #SyncIntervalSec=5m
- #RateLimitInterval=30s
- #RateLimitBurst=1000
--#SystemMaxUse=
--#SystemKeepFree=
-+SystemMaxUse=10M
-+SystemKeepFree=30M
- #SystemMaxFileSize=
- #RuntimeMaxUse=
- #RuntimeKeepFree=
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
deleted file mode 100644
index c099bda..0000000
--- a/recipes-core/systemd/systemd_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += " \
- file://journald-conf.patch \
-"