summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2023-02-03 22:09:01 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2023-02-14 23:18:59 +0300
commit9437adff200218f5833bc9cf30fa1484c5a77699 (patch)
tree730190595c77ef601f5b59c6daaa806544cd98c5 /meta-phosphor/recipes-phosphor/dbus
parent5ae1fc16518bedcf8f18977346b348e1147b3cbe (diff)
downloadopenbmc-9437adff200218f5833bc9cf30fa1484c5a77699.tar.xz
meta-phosphor: turn off unit-failure-monitor
This feature requires special configuration and isn't used pervasively, so turn it off by default. Change-Id: Id7398df6c7511ceeb3a18a8759bd890ead3d1cc8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb
index 26d5adb35b..d3a1eb61ff 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb
@@ -15,6 +15,9 @@ PR = "r1"
SRC_URI += "git://github.com/openbmc/phosphor-objmgr;branch=master;protocol=https"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[unit-failure-monitor] = "-Dunit-failure-monitor=enabled,-Dunit-failure-monitor=disabled,,"
+
SYSTEMD_SERVICE:${PN} += " \
mapper-wait@.service \
mapper-subtree-remove@.service \