blob: 48edd92901db47197aa298d106f385af01679c69 [file] [log] [blame]
Brad Bishop493ad352015-10-19 11:28:08 -04001OBMC_MACHINE_FEATURES += "\
2 obmc-phosphor-fan-mgmt \
3 obmc-phosphor-chassis-mgmt \
4 obmc-phosphor-sensor-mgmt \
5 obmc-phosphor-flash-mgmt \
Chris Austen98fcc5d2015-10-25 00:21:04 -05006 obmc-phosphor-event-mgmt \
Brad Bishop493ad352015-10-19 11:28:08 -04007 "
8
9VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040010 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040011 "
12VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040013 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040014 "
15VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040016 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040017 "
18VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040019 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040020 "
Brad Bishopa2869f12015-11-01 08:28:40 -060021VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \
22 host-ipmid-oem \
Chris Austen764ae432015-11-01 22:27:34 -060023 host-ipmid-fru \
Brad Bishopa2869f12015-11-01 08:28:40 -060024 "
Brad Bishop8c8b48f2015-10-30 00:47:26 -040025PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged"
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040026PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton"
Chris Austen98fcc5d2015-10-25 00:21:04 -050027PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event"
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040028PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton"
29PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton"
30PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "skeleton"
31PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton"
32PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton"