Patrick Williams | ade3e14 | 2021-10-22 14:26:27 -0500 | [diff] [blame] | 1 | MACHINE_FEATURES += "\ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 2 | obmc-phosphor-fan-mgmt \ |
| 3 | obmc-phosphor-chassis-mgmt \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 4 | obmc-phosphor-flash-mgmt \ |
Brad Bishop | a1fe810 | 2016-09-08 17:13:33 -0400 | [diff] [blame] | 5 | obmc-host-ipmi \ |
Sergey Solomin | aac4adf | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 6 | obmc-host-ctl \ |
Andrew Geissler | 5256e0e | 2017-01-10 15:36:11 -0600 | [diff] [blame] | 7 | obmc-host-state-mgmt \ |
Andrew Geissler | 223aa02 | 2017-01-17 15:19:16 -0600 | [diff] [blame] | 8 | obmc-chassis-state-mgmt \ |
Josh King | d2b95c7 | 2017-01-19 14:04:03 -0600 | [diff] [blame] | 9 | obmc-bmc-state-mgmt \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 10 | " |
| 11 | |
Brad Bishop | 0eed311 | 2019-03-12 13:46:14 -0400 | [diff] [blame] | 12 | # Add OpenPOWER OEM commands handler library |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 13 | VIRTUAL-RUNTIME_phosphor-ipmi-providers:append:df-openpower = " \ |
Brad Bishop | 0eed311 | 2019-03-12 13:46:14 -0400 | [diff] [blame] | 14 | openpower-ipmi-oem \ |
| 15 | " |
| 16 | |
Brad Bishop | c1ed4b6 | 2017-01-17 09:27:33 -0500 | [diff] [blame] | 17 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt" |
Brad Bishop | a6bd1e9 | 2016-09-06 23:25:16 -0400 | [diff] [blame] | 18 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-op-apps" |
| 19 | PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-op-apps" |
| 20 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-op-apps" |
Patrick Williams | 5a5f33c | 2021-11-03 10:35:37 -0500 | [diff] [blame] | 21 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-op-apps" |
Sergey Solomin | aac4adf | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 22 | PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host" |
Brad Bishop | 3acb95c | 2017-01-28 11:53:03 -0500 | [diff] [blame] | 23 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "hostboot-inventory-config-native" |
Deepak Kodihalli | cffe9a8 | 2017-02-04 04:04:20 -0600 | [diff] [blame] | 24 | PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout ?= "openpower-fru-vpd-layout-native" |
Brad Bishop | 250a984 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 25 | PREFERRED_PROVIDER_virtual/openpower-fru-inventory ?= "openpower-fru-inventory-example-native" |
| 26 | PREFERRED_PROVIDER_virtual/openpower-fru-properties ?= "openpower-fru-properties-example-native" |
Vishwanatha Subbanna | fcf5076 | 2017-08-09 15:00:34 +0530 | [diff] [blame] | 27 | |
| 28 | # The openpower-occ-control application is data-driven and requires an input |
| 29 | # yaml of OCC instance numbers to sensor IDs. |
| 30 | # This virtual is a native recipe that provides that mapping by installing |
| 31 | # configuration files in the format and native sysroot location expected by |
| 32 | # the openpower-occ-control build process in the native sysroot. |
Brad Bishop | 250a984 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 33 | PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native ?= "openpower-occ-control-config-example-native" |
Matt Spinler | 25c9a63 | 2018-03-09 10:54:09 -0600 | [diff] [blame] | 34 | |
| 35 | #Default value for power supply output power efficiency. |
| 36 | POWER_SUPPLY_DERATING_FACTOR = "90" |