From c7b071c9f765d94ef69debfbecb2ff649311dccf Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 17 Apr 2017 16:24:12 -0500 Subject: Recipes for installing fan zone yaml Provides the virtual/phosphor-fan-control-zone-config virtual. By default, it will install an empty zones.yaml file into the directory needed by the phosphor-fan-control compile. To provide a system specific fan zone yaml, put one in that system's layer and install it with a .bbappend, which is what is being done in this commit for Witherspoon. Change-Id: Ie58fc9eb7b39cecffa39905266542bae16c0f977 Signed-off-by: Matt Spinler --- meta-phosphor/classes/phosphor-fan.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/classes/phosphor-fan.bbclass') diff --git a/meta-phosphor/classes/phosphor-fan.bbclass b/meta-phosphor/classes/phosphor-fan.bbclass index b59f1f567..198b29280 100644 --- a/meta-phosphor/classes/phosphor-fan.bbclass +++ b/meta-phosphor/classes/phosphor-fan.bbclass @@ -1 +1,2 @@ presence_datadir="${datadir}/phosphor-fan-presence" +control_datadir="${datadir}/phosphor-fan-control" -- cgit v1.2.3