commit | 02da9e701724ddab7870f19b6ca36e4517902090 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jul 10 23:14:14 2017 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jul 13 22:33:02 2017 -0400 |
tree | 282ec7a1cce6df101d49910790f2b0113f74235c | |
parent | 1918a256bd71a0dd5c932db2da937e3f82d4acaf [diff] [blame] |
wspoon: Inhibit mrw fan-control fan config Use a hardcoded config file for the Witherspoon fan presence configuration. Hopefully a somewhat temporary workaround of missing tags in the Witherspoon MRW. Change-Id: I28525d69ac340371b96d09390c7f2800d89fca5c
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf index e8eef10..3c67257 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf
@@ -21,3 +21,7 @@ # Inhibit phosphor-fan-presence-mrw-native PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config = \ "phosphor-fan-presence-config-native" + +# Inhibit phosphor-fan-control-fan-config-mrw-native +PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config = \ + "phosphor-fan-control-fan-config-native"