diff options
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/distro/include/phosphor-defaults.inc | 7 |
1 files changed, 7 insertions, 0 deletions
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 |