summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc')
-rw-r--r--meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc b/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
deleted file mode 100644
index cbfe4fa0c..000000000
--- a/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
+++ /dev/null
@@ -1,34 +0,0 @@
-OBMC_MACHINE_FEATURES += "\
- obmc-phosphor-fan-mgmt \
- obmc-phosphor-chassis-mgmt \
- obmc-phosphor-flash-mgmt \
- obmc-host-ipmi \
- obmc-host-ctl \
- obmc-host-state-mgmt \
- obmc-chassis-state-mgmt \
- obmc-bmc-state-mgmt \
- "
-
-VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
-
-PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"
-PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-op-apps"
-PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-op-apps"
-PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-op-apps"
-PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-op-apps"
-PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
-PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
-PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "hostboot-inventory-config-native"
-PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout ?= "openpower-fru-vpd-layout-native"
-PREFERRED_PROVIDER_virtual/openpower-fru-inventory ?= "openpower-fru-inventory-example-native"
-PREFERRED_PROVIDER_virtual/openpower-fru-properties ?= "openpower-fru-properties-example-native"
-
-# The openpower-occ-control application is data-driven and requires an input
-# yaml of OCC instance numbers to sensor IDs.
-# This virtual is a native recipe that provides that mapping by installing
-# configuration files in the format and native sysroot location expected by
-# the openpower-occ-control build process in the native sysroot.
-PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native ?= "openpower-occ-control-config-example-native"
-
-#Default value for power supply output power efficiency.
-POWER_SUPPLY_DERATING_FACTOR = "90"