blob: 3dc3d3ce6fc29f1254a5332060c51d4d65015421 [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"
Brad Bishop51ca97e2017-01-26 10:49:22 -050012PREFERRED_PROVIDER_virtual/obmc-event-mgmt ?= "obmc-phosphor-event"
Brad Bishop345f6962016-09-06 23:27:27 -040013PREFERRED_PROVIDER_virtual/obmc-fan-mgmt ?= "obmc-phosphor-fand"
14PREFERRED_PROVIDER_virtual/obmc-flash-mgmt ?= "obmc-phosphor-flashd"
Brad Bishop51ca97e2017-01-26 10:49:22 -050015PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example"
Brad Bishopdb32a7c2017-03-01 16:16:06 -050016
17# obmc-bmc-state-manager
18#
19# Provides an implementation of the xyz.openbmc_project.State.BMC
20# interface.
21VIRTUAL-RUNTIME_obmc-bmc-state-manager ?= "phosphor-state-manager-bmc"
22
23# obmc-chassis-state-manager
24#
25# Provides an implementation of the xyz.openbmc_project.State.Chassis
26# interface.
27VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "phosphor-state-manager-chassis"
28
29# obmc-host-state-manager
30#
31# Provides an implementation of the xyz.openbmc_project.State.Host
32# interface.
33VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host"
Brad Bishop4f12f722017-02-01 21:04:14 -050034
Michael Tritzb3b58992017-03-31 12:04:32 -050035# obmc-discover-system-state
36#
37# Provides an implementation of phosphor-discover-system-state, which, if the
38# host is powered off, will check the current power policy and, if necessary,
39# power the host back on.
40VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover"
41
Andrew Geisslerb1afecc2017-05-08 15:58:01 -050042# obmc-host-check
43#
44# Provides an implementation of phosphor-host-check, which will determine
45# if the host is running after a BMC reboot and create the necessary file
46# to indicate to host services that the host is running
47VIRTUAL-RUNTIME_obmc-host-check ?= "phosphor-state-manager-host-check"
48
Matthew Barthacd9fe42017-02-24 13:14:43 -060049# obmc-fan-presence
50#
51# Provides implementations of fan presence detection
52VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach"
53
Matt Spinler565e3292017-04-17 16:34:24 -050054# obmc-fan-control
55#
56# Provides implementations of fan control
57VIRTUAL-RUNTIME_obmc-fan-control ?= "phosphor-fan-control"
58
Brad Bishop4f12f722017-02-01 21:04:14 -050059# obmc-inventory-manager
60#
61# Provides an implementation of the xyz.openbmc_project.Inventory.Manager
62# interface.
63VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager"
64
65# obmc-led-manager
66#
67# Provides an implementation of the xyz.openbmc_project.ledmanager interface.
Dhruvaraj Subhashchandran6a1b0fc2017-04-27 05:29:56 -050068VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager-ledmanager"
69
70# obmc-led-monitor
71#
72# Provides an implementation of the FRU fault monitor.
73VIRTUAL-RUNTIME_obmc-led-monitor ?= "phosphor-led-manager-faultmonitor"
Brad Bishop4f12f722017-02-01 21:04:14 -050074
75# obmc-led-sysfs
76#
77# Provides an implementation of xyz.openbmc_project.Led.Physical for
78# Linux kernel LED subsystem LEDs.
79VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs"
80
Gunnar Mills058788a2017-02-15 16:01:45 -060081# obmc-bmc-code-mgr
82#
Gunnar Millscfe00842017-05-15 15:40:58 -050083# Provides an implementation of the xyz.openbmc_project.Software.Version
Gunnar Mills058788a2017-02-15 16:01:45 -060084# interface.
85VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version"
86
Deepak Kodihallib74ceea2017-04-13 23:23:42 -050087# obmc-bmc-download-mgr
88#
89# Provides an implementation of the xyz.openbmc_project.Common.TFTP
90# interface.
91VIRTUAL-RUNTIME_obmc-bmc-download-mgr ?= "phosphor-software-manager-download-mgr"
92
Gunnar Millscfe00842017-05-15 15:40:58 -050093# obmc-bmc-updater
94#
95# Provides an implementation of the xyz.openbmc_project.Software.Activation
96# interface.
97VIRTUAL-RUNTIME_obmc-bmc-updater ?= "phosphor-software-manager-updater"
98
Brad Bishop51ca97e2017-01-26 10:49:22 -050099PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging"
Brad Bishop792f9b62017-04-19 21:41:29 -0400100PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net"
Brad Bishop4f12f722017-02-01 21:04:14 -0500101
102# obmc-sensors-hwmon
103#
104# Provides an implementation of xyz.openbmc_project.Sensor.Value
105# for hwmon sensors.
106VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
107
Jayanth Othayoth9be81b12017-05-08 09:25:05 -0500108# obmc-debug-collector
Vishwanatha Subbannadfd5bf32017-05-12 23:31:55 +0530109# The phosphor-debug-collector used for collecting and managing dumps
110VIRTUAL-RUNTIME_obmc-debug-collector ?= "phosphor-debug-collector"
Jayanth Othayoth9be81b12017-05-08 09:25:05 -0500111
Brad Bishop51ca97e2017-01-26 10:49:22 -0500112PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings"
113PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
114PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user"
115PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishop7e60f162017-01-12 21:25:04 -0500116
Brad Bishop3217b272017-02-22 20:50:13 -0500117# phosphor-hwmon-config
118#
119# The phosphor-hwmon package can have its configuration generated
120# automatically if the MRW feature is enabled.
121VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \
122 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}"
123
Brad Bishop3acb95c2017-01-28 11:53:03 -0500124# virtual/phosphor-ipmi-fru-hostfw-config
125#
126# The phosphor-ipmi-fru application is data-driven and requires an input
127# mapping of how the host firmware reports inventory via IPMI.
128# This virtual is a native recipe that provides that mapping by installing
129# configuration files in the format and native sysroot location expected by
130# the phosphor-ipmi-fru build process.
131PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
132
Brad Bishop0a544b52017-01-28 12:51:42 -0500133# The phosphor-ipmi-fru application is data-driven and requires an input
134# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
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 in the native sysroot.
138PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
139 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}"
Deepak Kodihalli48be0fd2017-02-20 04:55:20 -0600140PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \
Ratan Gupta338899a2017-03-30 14:32:02 +0530141 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-native')}"
Brad Bishop0a544b52017-01-28 12:51:42 -0500142
Vishwanatha Subbanna7f07e7d2017-02-11 22:10:23 +0530143# The phosphor-led-manager application is data-driven and requires an input
144# yaml of LED group and members.
145# This virtual is a native recipe that provides that mapping by installing
146# configuration files in the format and native sysroot location expected by
147# the phosphor-led-manager build process in the native sysroot.
148PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
149 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}"
150
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530151# The phosphor-host-ipmid application is data-driven and requires an input
152# mapping of IPMI inventory sensor metadata to DBus objects interfaces and properties.
153# This virtual is a native recipe that provides that mapping by installing
154# configuration files in the format and native sysroot location expected by
155# the phosphor-host-ipmid build process in the native sysroot.
156PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \
Ratan Guptacc1b6012017-04-03 07:40:00 +0530157 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-native')}"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530158
Deepak Kodihalli1f09d4a2017-03-16 06:32:12 -0500159# The phosphor-logging application has a data driven plugin that adds FRU
160# callout information to error logs, when applications generating error logs
161# add the requisite callout metadata to the systemd journal. The plugin requires
162# an input mapping of Linux sysfs devices to OpenBMC DBus objects.
163# This virtual is a native recipe that provides that mapping by installing
164# configuration files in the format and native sysroot location expected by
165# the phosphor-logging build process in the native sysroot.
166PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \
167 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-logging-callouts-mrw-native', 'phosphor-logging-callouts-example-native')}"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530168
Matt Spinlerf7d548b2017-03-21 15:02:13 -0500169# The phosphor-fan-presence application is data driven and requires an
170# input YAML that maps fans to their tach sensors.
171# This virtual is a native recipe that provides that mapping by installing
172# configuration files in the format and native sysroot location expected by
173# the phosphor-fan-presence build process in the native sysroot.
174PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \
175 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-presence-mrw-native', 'phosphor-fan-presence-example-native')}"
176
Matt Spinler565e3292017-04-17 16:34:24 -0500177# The phosphor-fan-control application is data driven and requires a YAML
178# file to define the fans in the system.
179# This virtual is a native recipe that provides that definition by installing
180# the YAML file in the format and native sysroot location expected by
181# the phosphor-fan-control build process in the native sysroot.
182PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config ?= \
183 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-control-fan-config-mrw-native', 'phosphor-fan-control-fan-config-native')}"
184
Tom Josephcf7e8492017-05-08 11:49:10 +0530185# The phosphor-host-ipmid application is data-driven and requires an input
186# mapping of inventory object path to the sensor number and sensor metadata.
187# This virtual is a native recipe that provides that mapping by installing
188# configuration files in the format and native sysroot location expected by
189# the phosphor-host-ipmid build process in the native sysroot.
190PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel ?= \
191 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-inventory-sel-mrw-native', 'phosphor-ipmi-inventory-sel-native')}"
192
Brad Bishop7e60f162017-01-12 21:25:04 -0500193OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
194OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"