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 | |
| 8 | VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \ |
Brad Bishop | e345f70 | 2015-09-21 17:19:05 -0400 | [diff] [blame] | 9 | obmc-phosphor-example-sdbus \ |
Brad Bishop | c9dcd7b | 2015-09-15 22:19:28 -0400 | [diff] [blame] | 10 | " |
| 11 | VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \ |
Brad Bishop | e345f70 | 2015-09-21 17:19:05 -0400 | [diff] [blame] | 12 | obmc-phosphor-example-sdbus \ |
Brad Bishop | c9dcd7b | 2015-09-15 22:19:28 -0400 | [diff] [blame] | 13 | " |
| 14 | VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \ |
Brad Bishop | 9b1417f | 2015-09-21 17:16:16 -0400 | [diff] [blame] | 15 | obmc-phosphor-example-pydbus \ |
Brad Bishop | c9dcd7b | 2015-09-15 22:19:28 -0400 | [diff] [blame] | 16 | " |
| 17 | VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ |
Brad Bishop | 9b1417f | 2015-09-21 17:16:16 -0400 | [diff] [blame] | 18 | obmc-phosphor-example-pydbus \ |
Brad Bishop | c9dcd7b | 2015-09-15 22:19:28 -0400 | [diff] [blame] | 19 | " |
Chris Austen | 213cd2a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 20 | VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ |
| 21 | host-ipmid-oem \ |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 22 | host-ipmid-fru \ |
Chris Austen | 0b14d30 | 2015-11-05 20:18:09 -0600 | [diff] [blame] | 23 | host-ipmid-tool \ |
Chris Austen | 213cd2a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 24 | " |
Chris Austen | 5924d8a | 2015-11-01 22:02:16 -0600 | [diff] [blame] | 25 | PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "host-ipmi-hw-example" |
Brad Bishop | 5a4b953 | 2015-10-21 20:24:23 -0400 | [diff] [blame] | 26 | PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "obmc-phosphor-chassisd" |
Patrick Williams | 509c76b | 2016-05-26 13:16:16 -0500 | [diff] [blame] | 27 | PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event" |
Brad Bishop | 5a4b953 | 2015-10-21 20:24:23 -0400 | [diff] [blame] | 28 | PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "obmc-phosphor-fand" |
| 29 | PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "obmc-phosphor-flashd" |
Brad Bishop | 5a4b953 | 2015-10-21 20:24:23 -0400 | [diff] [blame] | 30 | PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "obmc-phosphor-sensord" |
| 31 | PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "obmc-phosphor-sysd" |
Patrick Williams | dc7fdd7 | 2016-05-26 13:19:39 -0500 | [diff] [blame] | 32 | PREFERRED_PROVIDER_virtual/obmc-phosphor-user-mgmt = "obmc-phosphor-user" |