From 73b88dd6649a68d44505af64787c8b9cd8a583d5 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 10 Jul 2017 21:56:17 -0400 Subject: 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 --- meta-phosphor/conf/distro/include/phosphor-defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/conf') 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. -- cgit v1.2.3