blob: 16e29801f8275af0a7cabb4387667418b980bf9a [file] [log] [blame]
Brad Bishopc9dcd7b2015-09-15 22:19:28 -04001OBMC_MACHINE_FEATURES += "\
2 obmc-phosphor-fan-mgmt \
3 obmc-phosphor-chassis-mgmt \
4 obmc-phosphor-sensor-mgmt \
5 obmc-phosphor-flash-mgmt \
6 "
7
8VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
Brad Bishope345f702015-09-21 17:19:05 -04009 obmc-phosphor-example-sdbus \
Brad Bishopc9dcd7b2015-09-15 22:19:28 -040010 "
11VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
Brad Bishope345f702015-09-21 17:19:05 -040012 obmc-phosphor-example-sdbus \
Brad Bishopc9dcd7b2015-09-15 22:19:28 -040013 "
14VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
Brad Bishop9b1417f2015-09-21 17:16:16 -040015 obmc-phosphor-example-pydbus \
Brad Bishopc9dcd7b2015-09-15 22:19:28 -040016 "
17VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
Brad Bishop9b1417f2015-09-21 17:16:16 -040018 obmc-phosphor-example-pydbus \
Brad Bishopc9dcd7b2015-09-15 22:19:28 -040019 "
Brad Bishop437bb9a2015-10-19 00:11:23 -040020
21PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw ?= "host-ipmi-hw-example"
Brad Bishop5a4b9532015-10-21 20:24:23 -040022PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "obmc-phosphor-chassisd"
23PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-eventd"
24PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "obmc-phosphor-fand"
25PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "obmc-phosphor-flashd"
26PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "obmc-phosphor-policyd"
27PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "obmc-phosphor-sensord"
28PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "obmc-phosphor-sysd"