blob: 75d51db62b8737b560b8e7843d8597ddf2a9042d [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
Matthew Barthacd9fe42017-02-24 13:14:43 -060042# obmc-fan-presence
43#
44# Provides implementations of fan presence detection
45VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach"
46
Brad Bishop4f12f722017-02-01 21:04:14 -050047# obmc-inventory-manager
48#
49# Provides an implementation of the xyz.openbmc_project.Inventory.Manager
50# interface.
51VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager"
52
53# obmc-led-manager
54#
55# Provides an implementation of the xyz.openbmc_project.ledmanager interface.
56VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager"
57
58# obmc-led-sysfs
59#
60# Provides an implementation of xyz.openbmc_project.Led.Physical for
61# Linux kernel LED subsystem LEDs.
62VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs"
63
Gunnar Mills058788a2017-02-15 16:01:45 -060064# obmc-bmc-code-mgr
65#
66# Provides an implementation of the xyz.openbmc_project.Software.BMC.Version
67# interface.
68VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version"
69
Brad Bishop51ca97e2017-01-26 10:49:22 -050070PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging"
Brad Bishop792f9b62017-04-19 21:41:29 -040071PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net"
Brad Bishop4f12f722017-02-01 21:04:14 -050072
73# obmc-sensors-hwmon
74#
75# Provides an implementation of xyz.openbmc_project.Sensor.Value
76# for hwmon sensors.
77VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
78
Brad Bishop51ca97e2017-01-26 10:49:22 -050079PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings"
80PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
81PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user"
82PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishop7e60f162017-01-12 21:25:04 -050083
Brad Bishop3217b272017-02-22 20:50:13 -050084# phosphor-hwmon-config
85#
86# The phosphor-hwmon package can have its configuration generated
87# automatically if the MRW feature is enabled.
88VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \
89 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}"
90
Brad Bishop3acb95c2017-01-28 11:53:03 -050091# virtual/phosphor-ipmi-fru-hostfw-config
92#
93# The phosphor-ipmi-fru application is data-driven and requires an input
94# mapping of how the host firmware reports inventory via IPMI.
95# This virtual is a native recipe that provides that mapping by installing
96# configuration files in the format and native sysroot location expected by
97# the phosphor-ipmi-fru build process.
98PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
99
Brad Bishop0a544b52017-01-28 12:51:42 -0500100# The phosphor-ipmi-fru application is data-driven and requires an input
101# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
102# This virtual is a native recipe that provides that mapping by installing
103# configuration files in the format and native sysroot location expected by
104# the phosphor-ipmi-fru build process in the native sysroot.
105PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
106 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}"
Deepak Kodihalli48be0fd2017-02-20 04:55:20 -0600107PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \
Ratan Gupta338899a2017-03-30 14:32:02 +0530108 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-native')}"
Brad Bishop0a544b52017-01-28 12:51:42 -0500109
Vishwanatha Subbanna7f07e7d2017-02-11 22:10:23 +0530110# The phosphor-led-manager application is data-driven and requires an input
111# yaml of LED group and members.
112# This virtual is a native recipe that provides that mapping by installing
113# configuration files in the format and native sysroot location expected by
114# the phosphor-led-manager build process in the native sysroot.
115PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
116 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}"
117
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530118# The phosphor-host-ipmid application is data-driven and requires an input
119# mapping of IPMI inventory sensor metadata to DBus objects interfaces and properties.
120# This virtual is a native recipe that provides that mapping by installing
121# configuration files in the format and native sysroot location expected by
122# the phosphor-host-ipmid build process in the native sysroot.
123PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \
Ratan Guptacc1b6012017-04-03 07:40:00 +0530124 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-native')}"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530125
Deepak Kodihalli1f09d4a2017-03-16 06:32:12 -0500126# The phosphor-logging application has a data driven plugin that adds FRU
127# callout information to error logs, when applications generating error logs
128# add the requisite callout metadata to the systemd journal. The plugin requires
129# an input mapping of Linux sysfs devices to OpenBMC DBus objects.
130# This virtual is a native recipe that provides that mapping by installing
131# configuration files in the format and native sysroot location expected by
132# the phosphor-logging build process in the native sysroot.
133PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \
134 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-logging-callouts-mrw-native', 'phosphor-logging-callouts-example-native')}"
Ratan Gupta3aa591f2017-03-06 17:05:11 +0530135
Matt Spinlerf7d548b2017-03-21 15:02:13 -0500136# The phosphor-fan-presence application is data driven and requires an
137# input YAML that maps fans to their tach sensors.
138# This virtual is a native recipe that provides that mapping by installing
139# configuration files in the format and native sysroot location expected by
140# the phosphor-fan-presence build process in the native sysroot.
141PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \
142 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-presence-mrw-native', 'phosphor-fan-presence-example-native')}"
143
Brad Bishop7e60f162017-01-12 21:25:04 -0500144OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
145OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"