From b3b5899fc47fdac6d3959051ebb223335909408a Mon Sep 17 00:00:00 2001 From: Michael Tritz Date: Fri, 31 Mar 2017 12:04:32 -0500 Subject: Recipe for phosphor-discover-system-state This recipe will add the new program phosphor-discover-system-state to new builds. Additionally, the old Python state manager is removed from the build since discover_system_state.py was the last thing in it. Resolves openbmc/openbmc#773 Change-Id: I99ba0f1f0264cedebc5a9a7e5fa5dbaba0b79502 Signed-off-by: Michael Tritz --- meta-phosphor/conf/distro/include/phosphor-defaults.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc index 296d30447..75d51db62 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -32,6 +32,13 @@ VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "phosphor-state-manager-chassis" # interface. VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host" +# obmc-discover-system-state +# +# Provides an implementation of phosphor-discover-system-state, which, if the +# host is powered off, will check the current power policy and, if necessary, +# power the host back on. +VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover" + # obmc-fan-presence # # Provides implementations of fan presence detection -- cgit v1.2.3