Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 1 | OBMC_MACHINE_FEATURES += "\ |
| 2 | obmc-phosphor-fan-mgmt \ |
| 3 | obmc-phosphor-chassis-mgmt \ |
| 4 | obmc-phosphor-sensor-mgmt \ |
| 5 | obmc-phosphor-flash-mgmt \ |
Chris Austen | 98fcc5d | 2015-10-25 00:21:04 -0500 | [diff] [blame] | 6 | obmc-phosphor-event-mgmt \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 7 | " |
| 8 | |
| 9 | VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 10 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 11 | " |
| 12 | VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 13 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 14 | " |
| 15 | VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 16 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 17 | " |
| 18 | VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 19 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 20 | " |
Brad Bishop | a2869f1 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 21 | VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ |
| 22 | host-ipmid-oem \ |
Chris Austen | 764ae43 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 23 | host-ipmid-fru \ |
Brad Bishop | a2869f1 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 24 | " |
Brad Bishop | 8c8b48f | 2015-10-30 00:47:26 -0400 | [diff] [blame] | 25 | PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged" |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 26 | PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton" |
Chris Austen | 98fcc5d | 2015-10-25 00:21:04 -0500 | [diff] [blame] | 27 | PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event" |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 28 | PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton" |
| 29 | PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton" |
| 30 | PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "skeleton" |
| 31 | PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton" |
| 32 | PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton" |
Adriana Kobylak | 2745eaf | 2016-02-11 16:31:21 -0600 | [diff] [blame] | 33 | PREFERRED_PROVIDER_virtual/obmc-phosphor-user-mgmt = "obmc-phosphor-user" |