blob: 82d947392284bc6b4c8f27bd7d6bb23bc7f55ea1 [file] [log] [blame]
Brad Bishop4c911772016-08-16 13:23:07 -04001OBMC_BMC_INSTANCES ?= "0"
Brad Bishop51ca97e2017-01-26 10:49:22 -05002OBMC_CHASSIS_INSTANCES ?= "0"
3OBMC_CHECKSTOP_INSTANCES ?= "0"
Brad Bishop4c911772016-08-16 13:23:07 -04004OBMC_FAN_INSTANCES ?= ""
Brad Bishop51ca97e2017-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 Bishopf2dd5522016-08-30 08:54:14 -040010
Brad Bishop345f6962016-09-06 23:27:27 -040011PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt ?= "obmc-phosphor-chassisd"
12PREFERRED_PROVIDER_virtual/obmc-fan-mgmt ?= "obmc-phosphor-fand"
13PREFERRED_PROVIDER_virtual/obmc-flash-mgmt ?= "obmc-phosphor-flashd"
Brad Bishop51ca97e2017-01-26 10:49:22 -050014PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example"
Brad Bishopdb32a7c2017-03-01 16:16:06 -050015
16# obmc-bmc-state-manager
17#
18# Provides an implementation of the xyz.openbmc_project.State.BMC
19# interface.
20VIRTUAL-RUNTIME_obmc-bmc-state-manager ?= "phosphor-state-manager-bmc"
21
22# obmc-chassis-state-manager
23#
24# Provides an implementation of the xyz.openbmc_project.State.Chassis
25# interface.
26VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "phosphor-state-manager-chassis"
27
28# obmc-host-state-manager
29#
30# Provides an implementation of the xyz.openbmc_project.State.Host
31# interface.
32VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host"
Brad Bishop4f12f722017-02-01 21:04:14 -050033
Michael Tritzb3b58992017-03-31 12:04:32 -050034# obmc-discover-system-state
35#
36# Provides an implementation of phosphor-discover-system-state, which, if the
37# host is powered off, will check the current power policy and, if necessary,
38# power the host back on.
39VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover"
40
Matthew Barthacd9fe42017-02-24 13:14:43 -060041# obmc-fan-presence
42#
43# Provides implementations of fan presence detection
44VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach"
45
Matt Spinler565e3292017-04-17 16:34:24 -050046# obmc-fan-control
47#
48# Provides implementations of fan control
49VIRTUAL-RUNTIME_obmc-fan-control ?= "phosphor-fan-control"
50
Brad Bishop4f12f722017-02-01 21:04:14 -050051# obmc-inventory-manager
52#
53# Provides an implementation of the xyz.openbmc_project.Inventory.Manager
54# interface.
55VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager"
56
57# obmc-led-manager
58#
59# Provides an implementation of the xyz.openbmc_project.ledmanager interface.
Dhruvaraj Subhashchandran6a1b0fc2017-04-27 05:29:56 -050060VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager-ledmanager"
61
62# obmc-led-monitor
63#
64# Provides an implementation of the FRU fault monitor.
65VIRTUAL-RUNTIME_obmc-led-monitor ?= "phosphor-led-manager-faultmonitor"
Brad Bishop4f12f722017-02-01 21:04:14 -050066
67# obmc-led-sysfs
68#
69# Provides an implementation of xyz.openbmc_project.Led.Physical for
70# Linux kernel LED subsystem LEDs.
71VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs"
72
Deepak Kodihallib74ceea2017-04-13 23:23:42 -050073# obmc-bmc-download-mgr
74#
75# Provides an implementation of the xyz.openbmc_project.Common.TFTP
76# interface.
77VIRTUAL-RUNTIME_obmc-bmc-download-mgr ?= "phosphor-software-manager-download-mgr"
78
Andrew Geisslera30470f2018-02-09 12:50:57 -080079# obmc-bmc-version
80#
81# Provides an implementation of the xyz.openbmc_project.Software.Version
82# interface.
83VIRTUAL-RUNTIME_obmc-bmc-version ?= "phosphor-software-manager-version"
84
Gunnar Millscfe00842017-05-15 15:40:58 -050085# obmc-bmc-updater
86#
87# Provides an implementation of the xyz.openbmc_project.Software.Activation
88# interface.
89VIRTUAL-RUNTIME_obmc-bmc-updater ?= "phosphor-software-manager-updater"
90
Brad Bishop792f9b62017-04-19 21:41:29 -040091PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net"
Brad Bishop4f12f722017-02-01 21:04:14 -050092
93# obmc-sensors-hwmon
94#
95# Provides an implementation of xyz.openbmc_project.Sensor.Value
96# for hwmon sensors.
97VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
98
Jayanth Othayoth2a5d91e2017-05-31 06:25:55 -050099# obmc-dump-manager
100# Provide support for managing dump
101VIRTUAL-RUNTIME_obmc-dump-manager ?= "phosphor-debug-collector-manager"
102
103# obmc-dump-monitor
104# Provide support for monitoring BMC core dumps
105VIRTUAL-RUNTIME_obmc-dump-monitor ?= "phosphor-debug-collector-monitor"
Jayanth Othayoth9be81b12017-05-08 09:25:05 -0500106
Brad Bishop51ca97e2017-01-26 10:49:22 -0500107PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
Brad Bishop51ca97e2017-01-26 10:49:22 -0500108PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishop7e60f162017-01-12 21:25:04 -0500109
Brad Bishop3217b272017-02-22 20:50:13 -0500110# phosphor-hwmon-config
111#
112# The phosphor-hwmon package can have its configuration generated
113# automatically if the MRW feature is enabled.
Brad Bishop250a9842018-03-08 23:44:34 -0500114VIRTUAL-RUNTIME_phosphor-hwmon-config ?= ""
Brad Bishop3217b272017-02-22 20:50:13 -0500115
Andrew Geisslera36894f2018-02-05 12:02:35 -0800116# obmc-settings-mgmt
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500117#
118# Provides a manager for user settings.
Andrew Geisslera36894f2018-02-05 12:02:35 -0800119VIRTUAL-RUNTIME_obmc-settings-mgmt ?= "phosphor-settings-manager"
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500120
Ratan Guptad3c61642017-07-06 21:09:14 +0530121# obmc-network-manager
122#
123# Provide support for managing network
124VIRTUAL-RUNTIME_obmc-network-manager ?= "network"
125
Patrick Venture98861c52018-02-20 12:19:56 -0800126# Configuration overrides for phosphor-ipmi-fru.
Brad Bishop3acb95c2017-01-28 11:53:03 -0500127#
128# The phosphor-ipmi-fru application is data-driven and requires an input
Patrick Venture98861c52018-02-20 12:19:56 -0800129# mapping of how the host firmware reports inventory via IPMI and the mapping
130# of that inventory metadata to DBus objects interfaces and properties.
131
132# The phosphor-ipmi-fru application is data-driven and requires an input
Brad Bishop3acb95c2017-01-28 11:53:03 -0500133# mapping of how the host firmware reports inventory via IPMI.
134# This virtual is a native recipe that provides that mapping by installing
135# configuration files in the format and native sysroot location expected by
136# the phosphor-ipmi-fru build process.
137PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
138
Brad Bishop0a544b52017-01-28 12:51:42 -0500139# The phosphor-ipmi-fru application is data-driven and requires an input
140# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
141# This virtual is a native recipe that provides that mapping by installing
142# configuration files in the format and native sysroot location expected by
143# the phosphor-ipmi-fru build process in the native sysroot.
144PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500145 "phosphor-ipmi-fru-inventory-example-native"
Marri Devender Rao7b823182017-06-08 03:17:36 -0500146
Deepak Kodihalli48be0fd2017-02-20 04:55:20 -0600147PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500148 "phosphor-ipmi-fru-properties-native"
Brad Bishop0a544b52017-01-28 12:51:42 -0500149
Marri Devender Rao7b823182017-06-08 03:17:36 -0500150PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500151 "phosphor-ipmi-fru-read-inventory-example-native"
Marri Devender Rao7b823182017-06-08 03:17:36 -0500152
Patrick Venture98861c52018-02-20 12:19:56 -0800153# Configuration overrides for phosphor-host-ipmid.
154#
155# The phosphor-host-ipmid application is data-driven.
Vishwanatha Subbanna7f07e7d2017-02-11 22:10:23 +0530156
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530157# The phosphor-host-ipmid application is data-driven and requires an input
158# mapping of IPMI inventory sensor metadata to DBus objects interfaces and properties.
159# This virtual is a native recipe that provides that mapping by installing
160# configuration files in the format and native sysroot location expected by
161# the phosphor-host-ipmid build process in the native sysroot.
162PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500163 "phosphor-ipmi-sensor-inventory-native"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530164
Patrick Venture0b2b1652018-01-18 18:01:29 -0800165# The phosphor-host-ipmid application is data-driven and requires an input
166# mapping of IPMI channel to DBus objects interfaces and properties.
167# This virtual is a native recipe that provides that mapping by installing
168# configuration files in the format and native sysroot location expected by
169# the phosphor-host-ipmid build process in the native sysroot.
170PREFERRED_PROVIDER_virtual/phosphor-ipmi-channel-config ?= "phosphor-ipmi-channel-inventory-native"
171
Patrick Venture98861c52018-02-20 12:19:56 -0800172# The phosphor-host-ipmid application is data-driven and requires an input
173# mapping of inventory object path to the sensor number and sensor metadata.
174# This virtual is a native recipe that provides that mapping by installing
175# configuration files in the format and native sysroot location expected by
176# the phosphor-host-ipmid build process in the native sysroot.
177PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500178 "phosphor-ipmi-inventory-sel-native"
Patrick Venture98861c52018-02-20 12:19:56 -0800179
180# Various other overrides.
181
182# The phosphor-led-manager application is data-driven and requires an input
183# yaml of LED group and members.
184# This virtual is a native recipe that provides that mapping by installing
185# configuration files in the format and native sysroot location expected by
186# the phosphor-led-manager build process in the native sysroot.
187PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500188 "phosphor-led-manager-config-example-native"
Patrick Venture98861c52018-02-20 12:19:56 -0800189
Deepak Kodihalli1f09d4a2017-03-16 06:32:12 -0500190# The phosphor-logging application has a data driven plugin that adds FRU
191# callout information to error logs, when applications generating error logs
192# add the requisite callout metadata to the systemd journal. The plugin requires
193# an input mapping of Linux sysfs devices to OpenBMC DBus objects.
194# This virtual is a native recipe that provides that mapping by installing
195# configuration files in the format and native sysroot location expected by
196# the phosphor-logging build process in the native sysroot.
197PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500198 "phosphor-logging-callouts-example-native"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530199
Matt Spinlerf7d548b2017-03-21 15:02:13 -0500200# The phosphor-fan-presence application is data driven and requires an
201# input YAML that maps fans to their tach sensors.
202# This virtual is a native recipe that provides that mapping by installing
203# configuration files in the format and native sysroot location expected by
204# the phosphor-fan-presence build process in the native sysroot.
205PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500206 "phosphor-fan-presence-config-native"
Matt Spinlerf7d548b2017-03-21 15:02:13 -0500207
Matt Spinler565e3292017-04-17 16:34:24 -0500208# The phosphor-fan-control application is data driven and requires a YAML
209# file to define the fans in the system.
210# This virtual is a native recipe that provides that definition by installing
211# the YAML file in the format and native sysroot location expected by
212# the phosphor-fan-control build process in the native sysroot.
213PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config ?= \
Brad Bishop250a9842018-03-08 23:44:34 -0500214 "phosphor-fan-control-fan-config-native"
Matt Spinler565e3292017-04-17 16:34:24 -0500215
Vishwanatha Subbanna3de84052017-04-28 15:35:10 +0530216# The phosphor-gpio-monitor application is data-driven and requires an input.
217# The application then watches the passed in input event entry for the
218# change in polarity for the value matching user input. Once the required
219# condition is met, it calls into a systemd target file if one is mentioned
220# in input.
221PREFERRED_PROVIDER_virtual/obmc-gpio-monitor ?= "phosphor-gpio-monitor"
222
Vishwanatha Subbanna2d78dd02017-06-12 13:09:10 +0530223# The phosphor-watchdog application is data-driven and requires an input.
224# The application then starts a timer in disabled state. User of this timer
225# needs to first enable and then use it. This also provides a way for changing
226# the timeout if needed.
227PREFERRED_PROVIDER_virtual/obmc-watchdog ?= "phosphor-watchdog"
228
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530229# obmc-user-mgmt
230#
231# Provides an implementation of xyz.openbmc_project.User.Manager catering
232# to user management
233VIRTUAL-RUNTIME_obmc-user-mgmt ?= "phosphor-user-manager"
234
Brad Bishop7e60f162017-01-12 21:25:04 -0500235OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
236OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"
Brad Bishop01e6b172018-01-26 22:11:36 -0500237
238# VIRTUAL-RUNTIME_phosphor-ipmi-providers are the set of shared library
239# plugins for the host-ipmid application. By default the IPMI FRU plugin
240# is enabled. Additionally the host-ipmid recipe uses
241# VIRTUAL-RUNTIME_phosphor-ipmi-providers to compute a list of potential
242# IPMI whitelist recipe dependencies. For example:
243#
244# VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
245#
246# Will add a build dependency to host-ipmid on the
247# phosphor-ipmi-fru-whitelist-native recipe.
248VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"