diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-07-10 21:56:17 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-07-13 22:33:02 -0400 |
commit | 73b88dd6649a68d44505af64787c8b9cd8a583d5 (patch) | |
tree | 0522078d7516ebf1cf213ef020ae581541aaed55 /meta-phosphor/conf | |
parent | 87342b94e486adbd60a3f5046a88d64bec47cab8 (diff) | |
download | talos-openbmc-73b88dd6649a68d44505af64787c8b9cd8a583d5.tar.gz talos-openbmc-73b88dd6649a68d44505af64787c8b9cd8a583d5.zip |
fans: Remove presence-example recipe
Replace the fan-presence example recipe with a re-usable
"hardcoded" config recipe.
Change-Id: I47fba19eb9243d123a44e448ebf4322593074e1c
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/distro/include/phosphor-defaults.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc index 5a17df624..543413cd8 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -191,7 +191,7 @@ PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \ # configuration files in the format and native sysroot location expected by # the phosphor-fan-presence build process in the native sysroot. PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \ - "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-presence-mrw-native', 'phosphor-fan-presence-example-native')}" + "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-presence-mrw-native', 'phosphor-fan-presence-config-native')}" # The phosphor-fan-control application is data driven and requires a YAML # file to define the fans in the system. |