From 06b43dad66ee0d55e5c53f7ed9f73e59e86dff4a Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Mon, 12 Apr 2021 07:53:58 -0500 Subject: fru-fault-monitor: Enable OperationalStatus monitor feature Currently, the phosphor-fru-fault-monitor updates the Asserted property of the Led Group D-Bus object by monitoring the `/xyz/openbmc_project/logging` object path. The intent behind this commit is to add another way to monitor the `xyz.openbmc_project.State.Decorator.OperationalStatus` interface of the Inventory D-Bus object, and check whether the Inventory D-Bus object is associated with the LED group D-Bus object, and then update the Asserted property of the LedManager. Since both these methods handle the faults differently, Only ONE of these 2 methods can be enabled and NOT both. The first way is supported by default. To turn OFF the default way AND turn ON this second way, Enable monitor-operational-status. Change-Id: I03701e599b6a120bc1f83da6f473b12f38660d64 Signed-off-by: Vishwanatha Subbanna --- meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb') diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb index 3f70891b4..b14f154ff 100644 --- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb @@ -11,6 +11,8 @@ inherit obmc-phosphor-dbus-service obmc-phosphor-systemd PACKAGECONFIG ??= "" PACKAGECONFIG[use-json] = "--enable-use-json, --disable-use-json" PACKAGECONFIG[use-lamp-test] = "--enable-use-lamp-test, --disable-use-lamp-test" +PACKAGECONFIG[monitor-operational-status] = "--enable-monitor-operational-status, \ + --disable-monitor-operational-status" SYSTEMD_PACKAGES = "${PN} ${PN}-faultmonitor" PACKAGE_BEFORE_PN += "${PN}-faultmonitor" -- cgit v1.2.3