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 \ |
Patrick Williams | e0d4a8f | 2016-04-01 15:04:31 -0500 | [diff] [blame] | 7 | openpower-pflash \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 8 | " |
| 9 | |
Brad Bishop | a2869f1 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 10 | VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ |
| 11 | host-ipmid-oem \ |
Chris Austen | 764ae43 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 12 | host-ipmid-fru \ |
Brad Bishop | a2869f1 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 13 | " |
Brad Bishop | 65b40a8 | 2016-06-09 22:22:46 -0400 | [diff] [blame] | 14 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |
| 15 | |
Brad Bishop | 09ad898 | 2016-09-06 22:02:03 -0400 | [diff] [blame] | 16 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "btbridged" |
| 17 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "skeleton" |
| 18 | PREFERRED_PROVIDER_virtual/obmc-event-mgmt = "obmc-phosphor-event" |
| 19 | PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "skeleton" |
| 20 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "skeleton" |
| 21 | PREFERRED_PROVIDER_virtual/obmc-sensor-mgmt = "skeleton" |
| 22 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "skeleton" |
| 23 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt = "obmc-phosphor-user" |