blob: 0577085a69c2bca3126dfb2c7f077bf63605bc49 [file] [log] [blame]
Brad Bishop6491f652016-08-16 13:23:07 -04001OBMC_BMC_INSTANCES ?= "0"
Brad Bishopb6e45122017-01-26 10:49:22 -05002OBMC_CHASSIS_INSTANCES ?= "0"
3OBMC_CHECKSTOP_INSTANCES ?= "0"
Brad Bishop6491f652016-08-16 13:23:07 -04004OBMC_FAN_INSTANCES ?= ""
Brad Bishopb6e45122017-01-26 10:49:22 -05005OBMC_HOST_INSTANCES ?= "0"
6OBMC_POWER_BUTTON_INSTANCES ?= "0"
7OBMC_POWER_INSTANCES ?= "0"
8OBMC_RESET_BUTTON_INSTANCES ?= "0"
9OBMC_WATCHDOG_INSTANCES ?= "0"
Brad Bishop52d43372016-08-30 08:54:14 -040010
Brad Bishopb6e45122017-01-26 10:49:22 -050011PREFERRED_PROVIDER_virtual/obmc-bmc-state-mgmt ?= "phosphor-state-manager"
Brad Bishop9bfcfcf2016-09-06 23:27:27 -040012PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt ?= "obmc-phosphor-chassisd"
Brad Bishopb6e45122017-01-26 10:49:22 -050013PREFERRED_PROVIDER_virtual/obmc-chassis-state-mgmt ?= "phosphor-state-manager"
14PREFERRED_PROVIDER_virtual/obmc-event-mgmt ?= "obmc-phosphor-event"
Brad Bishop9bfcfcf2016-09-06 23:27:27 -040015PREFERRED_PROVIDER_virtual/obmc-fan-mgmt ?= "obmc-phosphor-fand"
16PREFERRED_PROVIDER_virtual/obmc-flash-mgmt ?= "obmc-phosphor-flashd"
Brad Bishopb6e45122017-01-26 10:49:22 -050017PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example"
Patrick Williams267c0bb2017-01-19 21:20:46 -060018PREFERRED_PROVIDER_virtual/obmc-host-state-mgmt ?= "phosphor-state-manager"
Brad Bishop45f8b572017-02-01 21:04:14 -050019
20# obmc-inventory-manager
21#
22# Provides an implementation of the xyz.openbmc_project.Inventory.Manager
23# interface.
24VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager"
25
26# obmc-led-manager
27#
28# Provides an implementation of the xyz.openbmc_project.ledmanager interface.
29VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager"
30
31# obmc-led-sysfs
32#
33# Provides an implementation of xyz.openbmc_project.Led.Physical for
34# Linux kernel LED subsystem LEDs.
35VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs"
36
Gunnar Millsc868f922017-02-15 16:01:45 -060037# obmc-bmc-code-mgr
38#
39# Provides an implementation of the xyz.openbmc_project.Software.BMC.Version
40# interface.
41VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version"
42
Brad Bishopb6e45122017-01-26 10:49:22 -050043PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging"
Tom Josephfddc4052017-01-16 16:43:05 +053044PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid"
Brad Bishop45f8b572017-02-01 21:04:14 -050045
46# obmc-sensors-hwmon
47#
48# Provides an implementation of xyz.openbmc_project.Sensor.Value
49# for hwmon sensors.
50VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
51
Brad Bishopb6e45122017-01-26 10:49:22 -050052PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings"
53PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
54PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user"
55PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishopd4d99d42017-01-12 21:25:04 -050056
Brad Bishopfe7871c2017-02-22 20:50:13 -050057# phosphor-hwmon-config
58#
59# The phosphor-hwmon package can have its configuration generated
60# automatically if the MRW feature is enabled.
61VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \
62 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}"
63
Brad Bishopda5923e2017-01-28 11:53:03 -050064# virtual/phosphor-ipmi-fru-hostfw-config
65#
66# The phosphor-ipmi-fru application is data-driven and requires an input
67# mapping of how the host firmware reports inventory via IPMI.
68# This virtual is a native recipe that provides that mapping by installing
69# configuration files in the format and native sysroot location expected by
70# the phosphor-ipmi-fru build process.
71PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
72
Brad Bishop30f78552017-01-28 12:51:42 -050073# The phosphor-ipmi-fru application is data-driven and requires an input
74# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
75# This virtual is a native recipe that provides that mapping by installing
76# configuration files in the format and native sysroot location expected by
77# the phosphor-ipmi-fru build process in the native sysroot.
78PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
79 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}"
Deepak Kodihalli5b183e02017-02-20 04:55:20 -060080PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \
81 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-example-native')}"
Brad Bishop30f78552017-01-28 12:51:42 -050082
Vishwanatha Subbanna8bec8252017-02-11 22:10:23 +053083# The phosphor-led-manager application is data-driven and requires an input
84# yaml of LED group and members.
85# This virtual is a native recipe that provides that mapping by installing
86# configuration files in the format and native sysroot location expected by
87# the phosphor-led-manager build process in the native sysroot.
88PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
89 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}"
90
Brad Bishopd4d99d42017-01-12 21:25:04 -050091OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
92OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"