summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-06-04 23:41:59 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-08-07 04:41:31 +0300
commit72a4a3f28d882f178de5ac1e5db0b153700d356d (patch)
treeb36b2124a25d72fb8ae54df9285ed9529cf41701 /meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
parenta4683ef3bef1631a4f7a30f9f3b87bd18cf5c816 (diff)
downloadopenbmc-72a4a3f28d882f178de5ac1e5db0b153700d356d.tar.xz
systemd: Patch to add the Synchronize journal dbus method
The Synchronize method would be called when an error log is committed to get all the entries flushed into the journal. These patches have been submitted upstream and can be removed once the changes are integrated into systemd. Change-Id: I89059d438870803b41bafdb4de3fb11eba3c5fd2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
index 627cd0cf9..d484b6eaa 100644
--- a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
@@ -14,6 +14,8 @@ SRC_URI += "file://0004-basic-Use-path-escaping-when-mangling-path-instances.pat
#TODO upstream the below patch via below issue
#https://github.com/openbmc/openbmc/issues/2016
SRC_URI += "file://0005-dont-return-error-if-unable-to-create-network-namespace.patch"
+SRC_URI += "file://0006-journal-Create-journald-dbus-object.patch"
+SRC_URI += "file://0007-journal-Add-Synchronize-dbus-method.patch"
RRECOMMENDS_${PN} += "obmc-targets"
FILES_${PN} += "${libdir}/systemd/network/default.network"