Brad Bishop | c9dcd7b | 2015-09-15 22:19:28 -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 \ |
| 6 | " |
| 7 | |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 8 | VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ |
| 9 | host-ipmid-oem \ |
Chris Austen | 764ae43 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 10 | host-ipmid-fru \ |
Chris Austen | 24d2ffa | 2015-11-05 20:18:09 -0600 | [diff] [blame] | 11 | host-ipmid-tool \ |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 12 | " |
Brad Bishop | 09ad898 | 2016-09-06 22:02:03 -0400 | [diff] [blame] | 13 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "host-ipmi-hw-example" |
| 14 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "obmc-phosphor-chassisd" |
| 15 | PREFERRED_PROVIDER_virtual/obmc-event-mgmt = "obmc-phosphor-event" |
| 16 | PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "obmc-phosphor-fand" |
| 17 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "obmc-phosphor-flashd" |
| 18 | PREFERRED_PROVIDER_virtual/obmc-sensor-mgmt = "obmc-phosphor-sensord" |
| 19 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "obmc-phosphor-sysd" |
| 20 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt = "obmc-phosphor-user" |