blob: 5a5fe3ab7820089fa8c426137a1d5c8aa3506d24 [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
Andrew Geisslerb1afecc2017-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 Barthacd9fe42017-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 Spinler565e3292017-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 Bishop4f12f722017-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 Subhashchandran6a1b0fc2017-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 Bishop4f12f722017-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 Kodihallib74ceea2017-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
Gunnar Millscfe00842017-05-15 15:40:58 -050086# obmc-bmc-updater
87#
88# Provides an implementation of the xyz.openbmc_project.Software.Activation
89# interface.
90VIRTUAL-RUNTIME_obmc-bmc-updater ?= "phosphor-software-manager-updater"
91
Brad Bishop51ca97e2017-01-26 10:49:22 -050092PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging"
Brad Bishop792f9b62017-04-19 21:41:29 -040093PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net"
Brad Bishop4f12f722017-02-01 21:04:14 -050094
95# obmc-sensors-hwmon
96#
97# Provides an implementation of xyz.openbmc_project.Sensor.Value
98# for hwmon sensors.
99VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
100
Jayanth Othayoth2a5d91e2017-05-31 06:25:55 -0500101# obmc-dump-manager
102# Provide support for managing dump
103VIRTUAL-RUNTIME_obmc-dump-manager ?= "phosphor-debug-collector-manager"
104
105# obmc-dump-monitor
106# Provide support for monitoring BMC core dumps
107VIRTUAL-RUNTIME_obmc-dump-monitor ?= "phosphor-debug-collector-monitor"
Jayanth Othayoth9be81b12017-05-08 09:25:05 -0500108
Brad Bishop51ca97e2017-01-26 10:49:22 -0500109PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings"
110PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
111PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user"
112PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishop7e60f162017-01-12 21:25:04 -0500113
Brad Bishop3217b272017-02-22 20:50:13 -0500114# phosphor-hwmon-config
115#
116# The phosphor-hwmon package can have its configuration generated
117# automatically if the MRW feature is enabled.
118VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \
119 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}"
120
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500121# obmc-settings-mgr
122#
123# Provides a manager for user settings.
124VIRTUAL-RUNTIME_obmc-settings-mgr ?= "phosphor-settings-manager"
125
Ratan Guptad3c61642017-07-06 21:09:14 +0530126# obmc-network-manager
127#
128# Provide support for managing network
129VIRTUAL-RUNTIME_obmc-network-manager ?= "network"
130
Brad Bishop3acb95c2017-01-28 11:53:03 -0500131# virtual/phosphor-ipmi-fru-hostfw-config
132#
133# The phosphor-ipmi-fru application is data-driven and requires an input
134# mapping of how the host firmware reports inventory via IPMI.
135# This virtual is a native recipe that provides that mapping by installing
136# configuration files in the format and native sysroot location expected by
137# the phosphor-ipmi-fru build process.
138PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
139
Marri Devender Rao7b823182017-06-08 03:17:36 -0500140
Brad Bishop0a544b52017-01-28 12:51:42 -0500141# The phosphor-ipmi-fru application is data-driven and requires an input
142# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
143# This virtual is a native recipe that provides that mapping by installing
144# configuration files in the format and native sysroot location expected by
145# the phosphor-ipmi-fru build process in the native sysroot.
146PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
147 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}"
Marri Devender Rao7b823182017-06-08 03:17:36 -0500148
Deepak Kodihalli48be0fd2017-02-20 04:55:20 -0600149PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \
Ratan Gupta338899a2017-03-30 14:32:02 +0530150 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-native')}"
Brad Bishop0a544b52017-01-28 12:51:42 -0500151
Marri Devender Rao7b823182017-06-08 03:17:36 -0500152
153PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory ?= \
154 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-read-inventory-mrw-native', 'phosphor-ipmi-fru-read-inventory-example-native')}"
155
Vishwanatha Subbanna7f07e7d2017-02-11 22:10:23 +0530156# The phosphor-led-manager application is data-driven and requires an input
157# yaml of LED group and members.
158# This virtual is a native recipe that provides that mapping by installing
159# configuration files in the format and native sysroot location expected by
160# the phosphor-led-manager build process in the native sysroot.
161PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
162 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}"
163
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530164# The phosphor-host-ipmid application is data-driven and requires an input
165# mapping of IPMI inventory sensor metadata to DBus objects interfaces and properties.
166# This virtual is a native recipe that provides that mapping by installing
167# configuration files in the format and native sysroot location expected by
168# the phosphor-host-ipmid build process in the native sysroot.
169PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \
Ratan Guptacc1b6012017-04-03 07:40:00 +0530170 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-native')}"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530171
Deepak Kodihalli1f09d4a2017-03-16 06:32:12 -0500172# The phosphor-logging application has a data driven plugin that adds FRU
173# callout information to error logs, when applications generating error logs
174# add the requisite callout metadata to the systemd journal. The plugin requires
175# an input mapping of Linux sysfs devices to OpenBMC DBus objects.
176# This virtual is a native recipe that provides that mapping by installing
177# configuration files in the format and native sysroot location expected by
178# the phosphor-logging build process in the native sysroot.
179PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \
180 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-logging-callouts-mrw-native', 'phosphor-logging-callouts-example-native')}"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530181
Matt Spinlerf7d548b2017-03-21 15:02:13 -0500182# The phosphor-fan-presence application is data driven and requires an
183# input YAML that maps fans to their tach sensors.
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-fan-presence build process in the native sysroot.
187PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \
Brad Bishop73b88dd2017-07-10 21:56:17 -0400188 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-presence-mrw-native', 'phosphor-fan-presence-config-native')}"
Matt Spinlerf7d548b2017-03-21 15:02:13 -0500189
Matt Spinler565e3292017-04-17 16:34:24 -0500190# The phosphor-fan-control application is data driven and requires a YAML
191# file to define the fans in the system.
192# This virtual is a native recipe that provides that definition by installing
193# the YAML file in the format and native sysroot location expected by
194# the phosphor-fan-control build process in the native sysroot.
195PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config ?= \
196 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-control-fan-config-mrw-native', 'phosphor-fan-control-fan-config-native')}"
197
Tom Josephcf7e8492017-05-08 11:49:10 +0530198# The phosphor-host-ipmid application is data-driven and requires an input
199# mapping of inventory object path to the sensor number and sensor metadata.
200# This virtual is a native recipe that provides that mapping by installing
201# configuration files in the format and native sysroot location expected by
202# the phosphor-host-ipmid build process in the native sysroot.
203PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel ?= \
204 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-inventory-sel-mrw-native', 'phosphor-ipmi-inventory-sel-native')}"
205
Vishwanatha Subbanna3de84052017-04-28 15:35:10 +0530206# The phosphor-gpio-monitor application is data-driven and requires an input.
207# The application then watches the passed in input event entry for the
208# change in polarity for the value matching user input. Once the required
209# condition is met, it calls into a systemd target file if one is mentioned
210# in input.
211PREFERRED_PROVIDER_virtual/obmc-gpio-monitor ?= "phosphor-gpio-monitor"
212
Vishwanatha Subbanna2d78dd02017-06-12 13:09:10 +0530213# The phosphor-watchdog application is data-driven and requires an input.
214# The application then starts a timer in disabled state. User of this timer
215# needs to first enable and then use it. This also provides a way for changing
216# the timeout if needed.
217PREFERRED_PROVIDER_virtual/obmc-watchdog ?= "phosphor-watchdog"
218
Brad Bishop7e60f162017-01-12 21:25:04 -0500219OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
220OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"