blob: 272f8387e8da951abf502cae9f126636ba396bd4 [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 \
Chris Austenf7cefb12015-11-01 22:27:34 -060022 host-ipmid-fru \
Chris Austen0b14d302015-11-05 20:18:09 -060023 host-ipmid-tool \
Chris Austen213cd2a2015-10-24 19:34:11 -050024 "
Brad Bishopa7156812016-09-06 22:02:03 -040025PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "host-ipmi-hw-example"
26PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "obmc-phosphor-chassisd"
27PREFERRED_PROVIDER_virtual/obmc-event-mgmt = "obmc-phosphor-event"
28PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "obmc-phosphor-fand"
29PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "obmc-phosphor-flashd"
30PREFERRED_PROVIDER_virtual/obmc-sensor-mgmt = "obmc-phosphor-sensord"
31PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "obmc-phosphor-sysd"
32PREFERRED_PROVIDER_virtual/obmc-user-mgmt = "obmc-phosphor-user"