summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-05-08 15:58:01 -0500
committerAndrew Geissler <andrewg@us.ibm.com>2017-05-09 17:37:14 -0500
commitb1afecc2797d06e1e54094b72c5f2586be73bbdd (patch)
tree85f0703dbbb53144206deff4bc420f6aa2e89c34 /meta-phosphor/conf
parent293354516d1a6b508ccd403c94a82ad89adf9b66 (diff)
downloadtalos-openbmc-b1afecc2797d06e1e54094b72c5f2586be73bbdd.tar.gz
talos-openbmc-b1afecc2797d06e1e54094b72c5f2586be73bbdd.zip
Add phosphor-host-check and required host services
This application and services will be used by the host reset service to determine if the host is running after a BMC has been rebooted Change-Id: I8299546b0f275ebbb46aa775ab7b0633cc3fd5e0 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-defaults.inc7
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
OpenPOWER on IntegriCloud