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 53298da68..8ce8e4b99 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -39,6 +39,13 @@ VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host" # power the host back on. VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover" +# obmc-host-check +# +# Provides an implementation of phosphor-host-check, which will determine +# if the host is running after a BMC reboot and create the necessary file +# to indicate to host services that the host is running +VIRTUAL-RUNTIME_obmc-host-check ?= "phosphor-state-manager-host-check" + # obmc-fan-presence # # Provides implementations of fan presence detection |