summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-06 10:18:47 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-09 07:03:52 +0100
commit81703d249df4d5e03808e9c6b219dd4b227df9c6 (patch)
tree7b548f1ac69cdbee217d243e29fab9c7b67fa650
parentc2feb1ab2ae1803d778e9d50249ad868704c3637 (diff)
downloadmeta-openembedded-81703d249df4d5e03808e9c6b219dd4b227df9c6.tar.gz
systemd: enable logging to disk instead of tmpfs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb5
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 2b549a0a6..4a8e9a199 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
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r18" 17PR = "r19"
18 18
19inherit useradd pkgconfig autotools vala perlnative 19inherit useradd pkgconfig autotools vala perlnative
20 20
@@ -59,6 +59,9 @@ do_install() {
59 59
60 # provide support for initramfs 60 # provide support for initramfs
61 ln -s ${base_bindir}/systemd ${D}/init 61 ln -s ${base_bindir}/systemd ${D}/init
62
63 # create dir for journal
64 install -d ${D}${localstatedir}/log/journal
62} 65}
63 66
64python populate_packages_prepend (){ 67python populate_packages_prepend (){