From b2644f820eac4fbe4b0ce311a6055f959bdcec05 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 10 Feb 2021 16:11:58 -0600 Subject: hypervisor: introduce new package for state manager This new phosphor-state-manager package allows a user to track the state of their hypervisor firmware. This new software utilizes the BootProgress property to determine the hypervisor state and relies on a different software entity (for example PLDM) to monitor state requests and send the appropriate messages to the hypervisor firmware. Includes the autobump which has the new function: phosphor-state-manager: srcrev bump 58477b5287..75f38ee42d Andrew Geissler (3): hypervisor: state management support hypervisor: monitor boot progress hypervisor: reset requested host state on power off Signed-off-by: Andrew Geissler Change-Id: I4c4bfc06db3b38b114c28692db808cffceff628a --- meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb index b8785a256..5971dd000 100644 --- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb @@ -14,6 +14,7 @@ STATE_MGR_PACKAGES = " \ ${PN}-host \ ${PN}-chassis \ ${PN}-bmc \ + ${PN}-hypervisor \ ${PN}-discover \ ${PN}-host-check \ ${PN}-reset-sensor-states \ @@ -70,6 +71,9 @@ FILES_${PN}-chassis += "${bindir}/obmcutil" FILES_${PN}-bmc = "${bindir}/phosphor-bmc-state-manager" DBUS_SERVICE_${PN}-bmc += "xyz.openbmc_project.State.BMC.service" +FILES_${PN}-hypervisor = "${bindir}/phosphor-hypervisor-state-manager" +DBUS_SERVICE_${PN}-hypervisor += "xyz.openbmc_project.State.Hypervisor.service" + FILES_${PN}-discover = "${bindir}/phosphor-discover-system-state" SYSTEMD_SERVICE_${PN}-discover += "phosphor-discover-system-state@.service" @@ -176,6 +180,6 @@ SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'FAN_LINK_FMT', 'OBMC_CHA SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'QUIESCE_FMT', 'HOST_ERROR_TARGETS', 'OBMC_HOST_INSTANCES')}" SRC_URI += "git://github.com/openbmc/phosphor-state-manager" -SRCREV = "58477b52876afe889caa7d7ec89ce3fadb384ead" +SRCREV = "75f38ee42d89272d076c20088b37e42b4fffff98" S = "${WORKDIR}/git" -- cgit v1.2.3