summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/fans
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-06 22:02:03 -0400
committerPatrick Williams <patrick@stwcx.xyz>2016-09-14 20:15:05 +0000
commit09ad89864988c0bb83f170d8c1638df2cab01a20 (patch)
tree278224dbf30733475f2f41685ca56ce33738d205 /meta-phosphor/common/recipes-phosphor/fans
parent0fd747b4f343978716d4482bd1398dc3019e2472 (diff)
downloadtalos-openbmc-09ad89864988c0bb83f170d8c1638df2cab01a20.tar.gz
talos-openbmc-09ad89864988c0bb83f170d8c1638df2cab01a20.zip
remove manager classes
The value added by these classes is minimal and lowers the flexibility available to clients using them when it comes to packaging. Rename recipe virtuals - obmc-phosphor seems redundant. Align package virtual names with best practices (virtual-package). Change-Id: I34c3cb03f6b1d2aaa734ed02078b388667f70917 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/common/recipes-phosphor/fans/obmc-phosphor-fand.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/fans/obmc-phosphor-fand.bb b/meta-phosphor/common/recipes-phosphor/fans/obmc-phosphor-fand.bb
index 8c937c6ed..89ab36826 100644
--- a/meta-phosphor/common/recipes-phosphor/fans/obmc-phosphor-fand.bb
+++ b/meta-phosphor/common/recipes-phosphor/fans/obmc-phosphor-fand.bb
@@ -2,10 +2,12 @@ SUMMARY = "Phosphor OpenBMC Fan Management."
DESCRIPTION = "Phosphor OpenBMC fan management reference implementation."
PR = "r1"
-inherit obmc-phosphor-fan-mgmt
inherit obmc-phosphor-sdbus-service
inherit obmc-phosphor-c-daemon
+PROVIDES += "virtual/obmc-fan-mgmt"
+RPROVIDES_${PN} += "virtual-obmc-fan-mgmt"
+
S = "${WORKDIR}"
SRC_URI += "file://Makefile \
file://obmc-phosphor-fand.c \
OpenPOWER on IntegriCloud