summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-01-28 22:17:12 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-02-10 04:40:41 +0300
commit6539353fecfb720249360a5fcad1d2a40474af0c (patch)
tree9e947efb99d2fcd21ab7f8aeaa323d5920817c2b /meta-ibm
parent0b7e3d6e2382f6836f151ae9a7a956b9b177608e (diff)
downloadopenbmc-6539353fecfb720249360a5fcad1d2a40474af0c.tar.xz
sched-host-tran: enable in ibm images
The plan on IBM systems is that the host software will communicate via PLDM which will utilize the D-Bus properties provided by this function. Note that the new D-Bus interfaces provided by this function could also be supported via Redfish. The PowerOnDelaySeconds and PowerOffDelaySeconds properties within the ComputerSystem object would map to what's provided here. There are no plans currently to do this though as IBM's only use case is controlling this function via the in-band PLDM interface. Tested: - Verified the generated image had scheduling service and function worked as expected scheduling a power on then power off Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I781dfba0871853feafed49faa72bf1c05f657d85
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
index a982e12b1..075cddab2 100644
--- a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
+++ b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -1 +1,6 @@
EXTRA_OEMESON_witherspoon += "-Dwarm-reboot=disabled"
+
+# The scheduled-host-transition package provides support to
+# schedule power on and off operations for the host at some
+# time in the future. IBM systems will utilize this feature
+RRECOMMENDS_${PN}-host += "${PN}-scheduled-host-transition"