blob: a505bcdb3f4fc648e2eb14ed00e968dc4a78d797 [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 Bishop51ca97e2017-01-26 10:49:22 -050011PREFERRED_PROVIDER_virtual/obmc-bmc-state-mgmt ?= "phosphor-state-manager"
Brad Bishop345f6962016-09-06 23:27:27 -040012PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt ?= "obmc-phosphor-chassisd"
Brad Bishop51ca97e2017-01-26 10:49:22 -050013PREFERRED_PROVIDER_virtual/obmc-chassis-state-mgmt ?= "phosphor-state-manager"
14PREFERRED_PROVIDER_virtual/obmc-event-mgmt ?= "obmc-phosphor-event"
Brad Bishop345f6962016-09-06 23:27:27 -040015PREFERRED_PROVIDER_virtual/obmc-fan-mgmt ?= "obmc-phosphor-fand"
16PREFERRED_PROVIDER_virtual/obmc-flash-mgmt ?= "obmc-phosphor-flashd"
Brad Bishop51ca97e2017-01-26 10:49:22 -050017PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example"
Patrick Williams9e206392017-01-19 21:20:46 -060018PREFERRED_PROVIDER_virtual/obmc-host-state-mgmt ?= "phosphor-state-manager"
Brad Bishop51ca97e2017-01-26 10:49:22 -050019PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging"
Tom Joseph7b827742017-01-16 16:43:05 +053020PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid"
Brad Bishop51ca97e2017-01-26 10:49:22 -050021PREFERRED_PROVIDER_virtual/obmc-sensor-mgmt ?= "obmc-phosphor-sensord"
22PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings"
23PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd"
24PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user"
25PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent"
Brad Bishop7e60f162017-01-12 21:25:04 -050026
Brad Bishopd19c43d2017-01-17 11:32:02 -050027# virtual/phosphor-ipmi-fru-config
28#
29# The phosphor-ipmi-fru application is data-driven and requires an input
30# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
31# This virtual is a native recipe that provides that mapping by installing
32# configuration files in the format and native sysroot location expected by
33# the phosphor-ipmi-fru build process in the native sysroot.
34PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-config ?= "phosphor-ipmi-fru-config-example-native"
35
Brad Bishop3acb95c2017-01-28 11:53:03 -050036# virtual/phosphor-ipmi-fru-hostfw-config
37#
38# The phosphor-ipmi-fru application is data-driven and requires an input
39# mapping of how the host firmware reports inventory via IPMI.
40# This virtual is a native recipe that provides that mapping by installing
41# configuration files in the format and native sysroot location expected by
42# the phosphor-ipmi-fru build process.
43PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native"
44
Brad Bishop0a544b52017-01-28 12:51:42 -050045# The phosphor-ipmi-fru application is data-driven and requires an input
46# mapping of IPMI inventory metadata to DBus objects interfaces and properties.
47# This virtual is a native recipe that provides that mapping by installing
48# configuration files in the format and native sysroot location expected by
49# the phosphor-ipmi-fru build process in the native sysroot.
50PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \
51 "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}"
52
Brad Bishop7e60f162017-01-12 21:25:04 -050053OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project"
54OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"