commit | c133ec1bbd42b7c6877d48cade7bf0274eb0890a | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Apr 19 08:23:50 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu May 11 20:05:51 2017 +0000 |
tree | 7bfc7a240549aa03d59b342702c6f41c12a822fb | |
parent | 14f965d8dc806d710218de18357ba7f106484a8e [diff] [blame] |
Install phosphor-fan-control app and service Also move the fan presence and fan control services into obmc-power-chassis-on.target so they start as soon as power comes on so it covers cases when the boot stops at obmc-chassis-poweron.target. Resolves openbmc/openbmc#1445 Change-Id: Idc271a2d770d85bc1a4d51d8d1473ca8d0c73889 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb index 4c116ff..1bdb0f4 100644 --- a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb +++ b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
@@ -52,6 +52,7 @@ # be added those respective package groups instead. SUMMARY_${PN}-fan-control = "Fan control" RDEPENDS_${PN}-fan-control = " \ + ${VIRTUAL-RUNTIME_obmc-fan-control} \ " SUMMARY_${PN}-host-state-mgmt = "Host state management"