summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-03-05 09:55:29 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-03-05 10:04:46 +0100
commit6b480b66f648b23b9d6e9a4b75a46b815e31a185 (patch)
treee42686622a2421a47a9d4febbd1a7a24b5cdd633 /recipes-core
parent4c35bb1cd6a64c40e5ca8b7426dd2cd41467ab67 (diff)
journald: remove journald.conf patch
meta-angstrom now overrides the effect of the patch and provides the journald.conffile in full. To override a setting either create the file with your settings in meta-toradex/recipes-core/systemd/systemd/journald.conf or edit meta-angstrom/recipes-core/systemd/systemd/journald.conf.
Diffstat (limited to 'recipes-core')
-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 \
-"