From 443938795e506bdc217ced44677032a8eeaa12fe Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Mon, 23 Mar 2015 17:28:13 -0700 Subject: Revert "systemd: Fix the problem of an empty journal on boot" This reverts commit e75c95ceca34879698b1ea229a2101dc1ccc12fc. The fix was reported to cause long waits for some users. (From OE-Core rev: 6d68e64a1ecf7c2a4903b0dcdbe25aa6412ff231) Signed-off-by: Randy Witt Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_219.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-core/systemd/systemd_219.bb') diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index f2d3c13e70..43c4f95e4b 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb @@ -51,7 +51,6 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master \ file://00-create-volatile.conf \ file://init \ file://run-ptest \ - file://journald-volatile.conf \ " S = "${WORKDIR}/git" @@ -153,7 +152,6 @@ do_install() { install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ install -m 0644 ${WORKDIR}/00-create-volatile.conf ${D}${sysconfdir}/tmpfiles.d/ - install -D -m 0644 ${WORKDIR}/journald-volatile.conf ${D}${systemd_unitdir}/system/systemd-journald.service.d/journald-volatile.conf if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then install -d ${D}${sysconfdir}/init.d -- cgit v1.2.3-54-g00ecf