blob: b8f40e26195ef921cfdff89c7554c7e52c77a36b [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 \
6 "
7
8VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -04009 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040010 "
11VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040012 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040013 "
14VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040015 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040016 "
17VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040018 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040019 "
Brad Bishop75e22842015-10-19 20:47:53 -040020
Brad Bishop8c8b48f2015-10-30 00:47:26 -040021PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged"
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040022PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton"
23PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "skeleton"
24PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton"
25PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton"
26PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "skeleton"
27PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton"
28PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton"