summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/fans
diff options
context:
space:
mode:
authorBrandon Wyman <bjwyman@gmail.com>2017-06-09 17:50:42 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-12 12:18:24 +0000
commit5b42b7457a53a874a2f1517cd5a3d1b83842260c (patch)
tree57b6c80fdee3d73064af3fe6b13cb93b237284a8 /meta-phosphor/common/recipes-phosphor/fans
parentc84d4131a092b40db534eecce77f4d1e9e589032 (diff)
downloadtalos-openbmc-5b42b7457a53a874a2f1517cd5a3d1b83842260c.tar.gz
talos-openbmc-5b42b7457a53a874a2f1517cd5a3d1b83842260c.zip
Fix up recipes to address missing fan apps
Change to use the "softer" default value for PACKAGECONFIG by default. Change to append extra paths in bbappend for Witherspoon. Fix up/change some names in bbappend file for Witherspoon. Resolves openbmc/openbmc#1765 Change-Id: I316e1e857b008ccd67e922698ee7e0a9c5d222fc Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb
index e7f8dc719..7e002b793 100644
--- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb
+++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb
@@ -27,7 +27,7 @@ FAN_PACKAGES = " \
PACKAGES_remove = "${PN}"
PACKAGES += "${FAN_PACKAGES}"
-PACKAGECONFIG ??= "presence control monitor"
+PACKAGECONFIG ?= "presence control monitor"
SYSTEMD_PACKAGES = "${FAN_PACKAGES}"
RDEPENDS_${PN}-dev = "${FAN_PACKAGES}"
RDEPENDS_${PN}-staticdev = "${FAN_PACKAGES}"
OpenPOWER on IntegriCloud