blob: 1cb2a35bb40b59fdece72d7e0715dd7c370dff9c [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 Bishop9bfcfcf2016-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 Bishopb6e45122017-01-26 10:49:22 -050014PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example"
Brad Bishop46631702017-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 Bishop45f8b572017-02-01 21:04:14 -050033
Michael Tritz1f792e02017-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
Andrew Geisslera94faf42017-05-08 15:58:01 -050041# obmc-host-check
42#
43# Provides an implementation of phosphor-host-check, which will determine
44# if the host is running after a BMC reboot and create the necessary file
45# to indicate to host services that the host is running
46VIRTUAL-RUNTIME_obmc-host-check ?= "phosphor-state-manager-host-check"
47
Matthew Barth91460422017-02-24 13:14:43 -060048# obmc-fan-presence
49#
50# Provides implementations of fan presence detection
51VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach"
52
Matt Spinlerb89b9e72017-04-17 16:34:24 -050053# obmc-fan-control
54#
55# Provides implementations of fan control
56VIRTUAL-RUNTIME_obmc-fan-control ?= "phosphor-fan-control"
57
Brad Bishop45f8b572017-02-01 21:04:14 -050058# obmc-inventory-manager
59#
60# Provides an implementation of the xyz.openbmc_project.Inventory.Manager
61# interface.
62VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager"
63
64# obmc-led-manager
65#
66# Provides an implementation of the xyz.openbmc_project.ledmanager interface.
Dhruvaraj Subhashchandrane1266ad2017-04-27 05:29:56 -050067VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager-ledmanager"
68
69# obmc-led-monitor
70#
71# Provides an implementation of the FRU fault monitor.
72VIRTUAL-RUNTIME_obmc-led-monitor ?= "phosphor-led-manager-faultmonitor"
Brad Bishop45f8b572017-02-01 21:04:14 -050073
74# obmc-led-sysfs
75#
76# Provides an implementation of xyz.openbmc_project.Led.Physical for
77# Linux kernel LED subsystem LEDs.
78VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs"
79
Deepak Kodihalli60d1de52017-04-13 23:23:42 -050080# obmc-bmc-download-mgr
81#
82# Provides an implementation of the xyz.openbmc_project.Common.TFTP
83# interface.
84VIRTUAL-RUNTIME_obmc-bmc-download-mgr ?= "phosphor-software-manager-download-mgr"
85
Andrew Geissler1f957522018-02-09 12:50:57 -080086# obmc-bmc-version
87#
88# Provides an implementation of the xyz.openbmc_project.Software.Version
89# interface.
90VIRTUAL-RUNTIME_obmc-bmc-version ?= "phosphor-software-manager-version"
91
Gunnar Mills30131f72017-05-15 15:40:58 -050092# obmc-bmc-updater
93#
94# Provides an implementation of the xyz.openbmc_project.Software.Activation
95# interface.
96VIRTUAL-RUNTIME_obmc-bmc-updater ?= "phosphor-software-manager-updater"
97
Brad Bishopb6e45122017-01-26 10:49:22 -050098PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging"
Brad Bishop1db014f2017-04-19 21:41:29 -040099PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net"
Brad Bishop45f8b572017-02-01 21:04:14 -0500100
101# obmc-sensors-hwmon
102#
103# Provides an implementation of xyz.openbmc_project.Sensor.Value
104# for hwmon sensors.
105VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
106
Jayanth Othayoth9d21d6c2017-05-31 06:25:55 -0500107# obmc-dump-manager
108# Provide support for managing dump
109VIRTUAL-RUNTIME_obmc-dump-manager ?= "phosphor-debug-collector-manager"
110
111# obmc-dump-monitor
112# Provide support for monitoring BMC core dumps
113VIRTUAL-RUNTIME_obmc-dump-monitor ?= "phosphor-debug-collector-monitor"
Jayanth Othayoth9963d172017-05-08 09:25:05 -0500114
Brad Bishopb6e45122017-01-26 10:49:22 -0500115PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
Brad Bishopb6e45122017-01-26 10:49:22 -0500116PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishopd4d99d42017-01-12 21:25:04 -0500117
Brad Bishopfe7871c2017-02-22 20:50:13 -0500118# phosphor-hwmon-config
119#
120# The phosphor-hwmon package can have its configuration generated
121# automatically if the MRW feature is enabled.
Brad Bishopcbf14da2018-03-08 23:44:34 -0500122VIRTUAL-RUNTIME_phosphor-hwmon-config ?= ""
Brad Bishopfe7871c2017-02-22 20:50:13 -0500123
Andrew Geissler78e04542018-02-05 12:02:35 -0800124# obmc-settings-mgmt
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -0500125#
126# Provides a manager for user settings.
Andrew Geissler78e04542018-02-05 12:02:35 -0800127VIRTUAL-RUNTIME_obmc-settings-mgmt ?= "phosphor-settings-manager"
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -0500128
Ratan Guptab6de45c2017-07-06 21:09:14 +0530129# obmc-network-manager
130#
131# Provide support for managing network
132VIRTUAL-RUNTIME_obmc-network-manager ?= "network"
133
Patrick Venturee77838d2018-02-20 12:19:56 -0800134# Configuration overrides for phosphor-ipmi-fru.
Brad Bishopda5923e2017-01-28 11:53:03 -0500135#
136# The phosphor-ipmi-fru application is data-driven and requires an input
Patrick Venturee77838d2018-02-20 12:19:56 -0800137# mapping of how the host firmware reports inventory via IPMI and the mapping
138# of that inventory metadata to DBus objects interfaces and properties.
139
140# The phosphor-ipmi-fru application is data-driven and requires an input
Brad Bishopda5923e2017-01-28 11:53:03 -0500141# mapping of how the host firmware reports inventory via IPMI.
142# This virtual is a native recipe that provides that mapping by installing
143# configuration files in the format and native sysroot location expected by
144# the phosphor-ipmi-fru build process.
145PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
146
Brad Bishop30f78552017-01-28 12:51:42 -0500147# The phosphor-ipmi-fru application is data-driven and requires an input
148# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
149# This virtual is a native recipe that provides that mapping by installing
150# configuration files in the format and native sysroot location expected by
151# the phosphor-ipmi-fru build process in the native sysroot.
152PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500153 "phosphor-ipmi-fru-inventory-example-native"
Marri Devender Rao5add2342017-06-08 03:17:36 -0500154
Deepak Kodihalli5b183e02017-02-20 04:55:20 -0600155PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500156 "phosphor-ipmi-fru-properties-native"
Brad Bishop30f78552017-01-28 12:51:42 -0500157
Marri Devender Rao5add2342017-06-08 03:17:36 -0500158PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500159 "phosphor-ipmi-fru-read-inventory-example-native"
Marri Devender Rao5add2342017-06-08 03:17:36 -0500160
Patrick Venturee77838d2018-02-20 12:19:56 -0800161# Configuration overrides for phosphor-host-ipmid.
162#
163# The phosphor-host-ipmid application is data-driven.
Vishwanatha Subbanna8bec8252017-02-11 22:10:23 +0530164
Ratan Guptab92d0ec2017-03-06 17:05:11 +0530165# The phosphor-host-ipmid application is data-driven and requires an input
166# mapping of IPMI inventory sensor metadata 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-sensor-inventory ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500171 "phosphor-ipmi-sensor-inventory-native"
Ratan Guptab92d0ec2017-03-06 17:05:11 +0530172
Patrick Ventureafdf9842018-01-18 18:01:29 -0800173# The phosphor-host-ipmid application is data-driven and requires an input
174# mapping of IPMI channel to DBus objects interfaces and properties.
175# This virtual is a native recipe that provides that mapping by installing
176# configuration files in the format and native sysroot location expected by
177# the phosphor-host-ipmid build process in the native sysroot.
178PREFERRED_PROVIDER_virtual/phosphor-ipmi-channel-config ?= "phosphor-ipmi-channel-inventory-native"
179
Patrick Venturee77838d2018-02-20 12:19:56 -0800180# The phosphor-host-ipmid application is data-driven and requires an input
181# mapping of inventory object path to the sensor number and sensor metadata.
182# This virtual is a native recipe that provides that mapping by installing
183# configuration files in the format and native sysroot location expected by
184# the phosphor-host-ipmid build process in the native sysroot.
185PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500186 "phosphor-ipmi-inventory-sel-native"
Patrick Venturee77838d2018-02-20 12:19:56 -0800187
188# Various other overrides.
189
190# The phosphor-led-manager application is data-driven and requires an input
191# yaml of LED group and members.
192# This virtual is a native recipe that provides that mapping by installing
193# configuration files in the format and native sysroot location expected by
194# the phosphor-led-manager build process in the native sysroot.
195PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500196 "phosphor-led-manager-config-example-native"
Patrick Venturee77838d2018-02-20 12:19:56 -0800197
Deepak Kodihalli44b1c522017-03-16 06:32:12 -0500198# The phosphor-logging application has a data driven plugin that adds FRU
199# callout information to error logs, when applications generating error logs
200# add the requisite callout metadata to the systemd journal. The plugin requires
201# an input mapping of Linux sysfs devices to OpenBMC DBus objects.
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-logging build process in the native sysroot.
205PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500206 "phosphor-logging-callouts-example-native"
Ratan Guptab92d0ec2017-03-06 17:05:11 +0530207
Matt Spinlerc943de32017-03-21 15:02:13 -0500208# The phosphor-fan-presence application is data driven and requires an
209# input YAML that maps fans to their tach sensors.
210# This virtual is a native recipe that provides that mapping by installing
211# configuration files in the format and native sysroot location expected by
212# the phosphor-fan-presence build process in the native sysroot.
213PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500214 "phosphor-fan-presence-config-native"
Matt Spinlerc943de32017-03-21 15:02:13 -0500215
Matt Spinlerb89b9e72017-04-17 16:34:24 -0500216# The phosphor-fan-control application is data driven and requires a YAML
217# file to define the fans in the system.
218# This virtual is a native recipe that provides that definition by installing
219# the YAML file in the format and native sysroot location expected by
220# the phosphor-fan-control build process in the native sysroot.
221PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config ?= \
Brad Bishopcbf14da2018-03-08 23:44:34 -0500222 "phosphor-fan-control-fan-config-native"
Matt Spinlerb89b9e72017-04-17 16:34:24 -0500223
Vishwanatha Subbannab463f222017-04-28 15:35:10 +0530224# The phosphor-gpio-monitor application is data-driven and requires an input.
225# The application then watches the passed in input event entry for the
226# change in polarity for the value matching user input. Once the required
227# condition is met, it calls into a systemd target file if one is mentioned
228# in input.
229PREFERRED_PROVIDER_virtual/obmc-gpio-monitor ?= "phosphor-gpio-monitor"
230
Vishwanatha Subbanna55c545a2017-06-12 13:09:10 +0530231# The phosphor-watchdog application is data-driven and requires an input.
232# The application then starts a timer in disabled state. User of this timer
233# needs to first enable and then use it. This also provides a way for changing
234# the timeout if needed.
235PREFERRED_PROVIDER_virtual/obmc-watchdog ?= "phosphor-watchdog"
236
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +0530237# obmc-user-mgmt
238#
239# Provides an implementation of xyz.openbmc_project.User.Manager catering
240# to user management
241VIRTUAL-RUNTIME_obmc-user-mgmt ?= "phosphor-user-manager"
242
Brad Bishopd4d99d42017-01-12 21:25:04 -0500243OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
244OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"
Brad Bishop7f2ade02018-01-26 22:11:36 -0500245
246# VIRTUAL-RUNTIME_phosphor-ipmi-providers are the set of shared library
247# plugins for the host-ipmid application. By default the IPMI FRU plugin
248# is enabled. Additionally the host-ipmid recipe uses
249# VIRTUAL-RUNTIME_phosphor-ipmi-providers to compute a list of potential
250# IPMI whitelist recipe dependencies. For example:
251#
252# VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
253#
254# Will add a build dependency to host-ipmid on the
255# phosphor-ipmi-fru-whitelist-native recipe.
256VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"