From 8dff73f48842bc6005f03b84e585ae93cb849f08 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 1 May 2017 13:13:29 -0500 Subject: Install fan monitor yaml The phosphor-fan-monitor-config-native recipe will install the fan monitor configuration yaml so other recipes can use it. To install a system specific version of the yaml, a .bbappend in that system's layer should be used, otherwise an empty yaml file will be installed. Change-Id: I310704846915320b5644eda1d5b933471436b2f9 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 198b29280..d0ffd99a0 100644 --- a/meta-phosphor/classes/phosphor-fan.bbclass +++ b/meta-phosphor/classes/phosphor-fan.bbclass @@ -1,2 +1,3 @@ presence_datadir="${datadir}/phosphor-fan-presence" control_datadir="${datadir}/phosphor-fan-control" +monitor_datadir="${datadir}/phosphor-fan-monitor" -- cgit v1.2.3