From patchwork Mon Mar 5 17:37:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,3/3] systemd: enable logging to disk instead of tmpfs Date: Mon, 05 Mar 2012 17:37:31 -0000 From: Koen Kooi X-Patchwork-Id: 22711 Message-Id: <1330969051-9867-3-git-send-email-koen@dominion.thruhere.net> To: openembedded-devel@lists.openembedded.org Cc: Koen Kooi Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_git.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 7a8f6e4..2a3b118 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -14,7 +14,7 @@ inherit gitpkgv PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r19" +PR = "r20" inherit useradd pkgconfig autotools vala perlnative @@ -58,6 +58,9 @@ do_install() { # provide support for initramfs ln -s ${base_libdir}/systemd/systemd ${D}/init + + # create dir for journal + install -d ${D}${localstatedir}/log/journal } python populate_packages_prepend (){