blob: 954264d453fbe58d83e490629ff026a3404568c0 [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
Matthew Barthacd9fe42017-02-24 13:14:43 -060035# obmc-fan-presence
36#
37# Provides implementations of fan presence detection
38VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach"
39
Brad Bishop4f12f722017-02-01 21:04:14 -050040# obmc-inventory-manager
41#
42# Provides an implementation of the xyz.openbmc_project.Inventory.Manager
43# interface.
44VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager"
45
46# obmc-led-manager
47#
48# Provides an implementation of the xyz.openbmc_project.ledmanager interface.
49VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager"
50
51# obmc-led-sysfs
52#
53# Provides an implementation of xyz.openbmc_project.Led.Physical for
54# Linux kernel LED subsystem LEDs.
55VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs"
56
Gunnar Mills058788a2017-02-15 16:01:45 -060057# obmc-bmc-code-mgr
58#
59# Provides an implementation of the xyz.openbmc_project.Software.BMC.Version
60# interface.
61VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version"
62
Brad Bishop51ca97e2017-01-26 10:49:22 -050063PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging"
Tom Joseph7b827742017-01-16 16:43:05 +053064PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid"
Brad Bishop4f12f722017-02-01 21:04:14 -050065
66# obmc-sensors-hwmon
67#
68# Provides an implementation of xyz.openbmc_project.Sensor.Value
69# for hwmon sensors.
70VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
71
Brad Bishop51ca97e2017-01-26 10:49:22 -050072PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings"
73PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
74PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user"
75PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishop7e60f162017-01-12 21:25:04 -050076
Brad Bishop3217b272017-02-22 20:50:13 -050077# phosphor-hwmon-config
78#
79# The phosphor-hwmon package can have its configuration generated
80# automatically if the MRW feature is enabled.
81VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \
82 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}"
83
Brad Bishop3acb95c2017-01-28 11:53:03 -050084# virtual/phosphor-ipmi-fru-hostfw-config
85#
86# The phosphor-ipmi-fru application is data-driven and requires an input
87# mapping of how the host firmware reports inventory via IPMI.
88# This virtual is a native recipe that provides that mapping by installing
89# configuration files in the format and native sysroot location expected by
90# the phosphor-ipmi-fru build process.
91PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
92
Brad Bishop0a544b52017-01-28 12:51:42 -050093# The phosphor-ipmi-fru application is data-driven and requires an input
94# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
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 in the native sysroot.
98PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
99 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}"
Deepak Kodihalli48be0fd2017-02-20 04:55:20 -0600100PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \
101 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-example-native')}"
Brad Bishop0a544b52017-01-28 12:51:42 -0500102
Vishwanatha Subbanna7f07e7d2017-02-11 22:10:23 +0530103# The phosphor-led-manager application is data-driven and requires an input
104# yaml of LED group and members.
105# This virtual is a native recipe that provides that mapping by installing
106# configuration files in the format and native sysroot location expected by
107# the phosphor-led-manager build process in the native sysroot.
108PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
109 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}"
110
Brad Bishop7e60f162017-01-12 21:25:04 -0500111OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
112OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"