summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2022-08-19 21:14:38 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-08-20 00:30:12 +0300
commitdbdec8bbc3f5962afbaa70abdf0011e415000508 (patch)
tree04b14fe86c2e52793a1e461fc3c5e74fff84eb2c
parentb9dc59a7d27ebd6edb14b71f249fc44411dfbee7 (diff)
downloadopenbmc-dbdec8bbc3f5962afbaa70abdf0011e415000508.tar.xz
phosphor-fan: Rename meson option
The option that tells the code to use the host state as the power state was renamed in the code. phosphor-fan-presence: srcrev bump bf8e56f699..b7dd3e222c Matt Spinler (2): control: Display locked targets in debug dump meson: Rename host power state checking option Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ic4dfd0c600b31a3aa0d0c9b8101c27e488812bb2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r--meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend2
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend
index 8c89fbeb9f..54eb51d1bb 100644
--- a/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend
+++ b/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend
@@ -7,7 +7,7 @@ SRC_URI:append:fb-withhost = " file://obmc-chassis-hard-poweroff@.target \
PACKAGECONFIG:append = " json sensor-monitor"
-EXTRA_OEMESON = "-Denable-host-state=enabled"
+EXTRA_OEMESON = "-Duse-host-power-state=enabled"
RDEPENDS:sensor-monitor = " bash"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
index def4818b7f..d7c55f09c4 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-fan-presence"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/phosphor-fan-presence;branch=master;protocol=https"
-SRCREV = "bf8e56f6996668fb22f2b388f46b9b7c6cf4f16e"
+SRCREV = "b7dd3e222c2447ff8f12cd1f25160c8f7e433e49"