blob: e71b85f4ce04b24558a4eb6fc327517d38fab019 [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 "
Chris Austen213cd2a2015-10-24 19:34:11 -050020VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \
21 host-ipmid-oem \
22 "
Chris Austen5924d8a2015-11-01 22:02:16 -060023PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "host-ipmi-hw-example"
Brad Bishop5a4b9532015-10-21 20:24:23 -040024PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "obmc-phosphor-chassisd"
25PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-eventd"
26PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "obmc-phosphor-fand"
27PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "obmc-phosphor-flashd"
28PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "obmc-phosphor-policyd"
29PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "obmc-phosphor-sensord"
30PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "obmc-phosphor-sysd"