summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/fans
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2021-02-12 18:56:17 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-25 15:41:18 +0300
commit7fc35dd2b34b65b619ec19de7e01d49412241e2b (patch)
tree1e34ceda3a466d369986d133ce65f09f2e3f8c98 /meta-ibm/recipes-phosphor/fans
parentab79e2ad6e7dcd18a9663dfa0dca4cfef76bc13f (diff)
downloadopenbmc-7fc35dd2b34b65b619ec19de7e01d49412241e2b.tar.xz
ibm: Install sensor-monitor on rainier
This application resides in the phosphor-fan-presence repo and creates phosphor-logging based event logs for temperature threshold alarms. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Id5a7ce7590efe82eb1f9615853cabd58ac269c24
Diffstat (limited to 'meta-ibm/recipes-phosphor/fans')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend
index 09d4fd601..3d6829a2d 100644
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend
@@ -61,7 +61,8 @@ EXTRA_OECONF_append_witherspoon = " --disable-json-control"
RDEPENDS_${PN}-presence-tach_append_witherspoon = " phosphor-fan-presence-config"
RDEPENDS_${PN}-monitor_append_witherspoon = " phosphor-fan-monitor-config"
-PACKAGECONFIG_append_rainier = " json"
+PACKAGECONFIG_append_rainier = " json sensor-monitor"
+FAN_PACKAGES_append_rainier = " sensor-monitor"
RDEPENDS_${PN}-presence-tach_append_rainier = " phosphor-fan-presence-config"
RDEPENDS_${PN}-monitor_append_rainier = " phosphor-fan-monitor-config"