blob: feb37acaa07e296c00673dd57d545c95143b5756 [file] [log] [blame]
Brad Bishop07a2a682015-10-19 11:28:08 -04001OBMC_MACHINE_FEATURES += "\
2 obmc-phosphor-fan-mgmt \
3 obmc-phosphor-chassis-mgmt \
Brad Bishop07a2a682015-10-19 11:28:08 -04004 obmc-phosphor-flash-mgmt \
Brad Bishopfa67a282016-09-08 17:13:33 -04005 obmc-host-ipmi \
Sergey Solomin67305e32016-11-28 15:03:24 -06006 obmc-host-ctl \
Andrew Geissler7eb44dc2017-01-10 15:36:11 -06007 obmc-host-state-mgmt \
Andrew Geissler43c1d972017-01-17 15:19:16 -06008 obmc-chassis-state-mgmt \
Josh King76e61b92017-01-19 14:04:03 -06009 obmc-bmc-state-mgmt \
Brad Bishop07a2a682015-10-19 11:28:08 -040010 "
11
Brad Bishop97d16b32016-06-09 22:22:46 -040012VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
13
Brad Bishopdf7a13f2019-03-12 13:46:14 -040014# Add OpenPOWER OEM commands handler library
15VIRTUAL-RUNTIME_phosphor-ipmi-providers_append_df-openpower = " \
16 openpower-ipmi-oem \
17"
18
Brad Bishopd6971d52017-01-17 09:27:33 -050019PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"
Brad Bishopfcee2ad2016-09-06 23:25:16 -040020PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-op-apps"
21PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-op-apps"
22PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-op-apps"
Brad Bishopfcee2ad2016-09-06 23:25:16 -040023PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-op-apps"
Sergey Solomin67305e32016-11-28 15:03:24 -060024PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
Matt Spinlere4ffc432016-09-13 16:20:01 -050025PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
Brad Bishop7e6bdb42017-01-28 11:53:03 -050026PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "hostboot-inventory-config-native"
Deepak Kodihalli0b1e1832017-02-04 04:04:20 -060027PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout ?= "openpower-fru-vpd-layout-native"
Brad Bishop4d196c02018-03-08 23:44:34 -050028PREFERRED_PROVIDER_virtual/openpower-fru-inventory ?= "openpower-fru-inventory-example-native"
29PREFERRED_PROVIDER_virtual/openpower-fru-properties ?= "openpower-fru-properties-example-native"
Vishwanatha Subbanna11631c72017-08-09 15:00:34 +053030
31# The openpower-occ-control application is data-driven and requires an input
32# yaml of OCC instance numbers to sensor IDs.
33# This virtual is a native recipe that provides that mapping by installing
34# configuration files in the format and native sysroot location expected by
35# the openpower-occ-control build process in the native sysroot.
Brad Bishop4d196c02018-03-08 23:44:34 -050036PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native ?= "openpower-occ-control-config-example-native"
Matt Spinler7fcd43e2018-03-09 10:54:09 -060037
38#Default value for power supply output power efficiency.
39POWER_SUPPLY_DERATING_FACTOR = "90"