From 9437adff200218f5833bc9cf30fa1484c5a77699 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 3 Feb 2023 14:09:01 -0500 Subject: 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 --- meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 \ -- cgit v1.2.3