Brad Bishop | 4c91177 | 2016-08-16 13:23:07 -0400 | [diff] [blame] | 1 | OBMC_BMC_INSTANCES ?= "0" |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 2 | OBMC_CHASSIS_INSTANCES ?= "0" |
| 3 | OBMC_CHECKSTOP_INSTANCES ?= "0" |
Brad Bishop | 4c91177 | 2016-08-16 13:23:07 -0400 | [diff] [blame] | 4 | OBMC_FAN_INSTANCES ?= "" |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 5 | OBMC_HOST_INSTANCES ?= "0" |
| 6 | OBMC_POWER_BUTTON_INSTANCES ?= "0" |
| 7 | OBMC_POWER_INSTANCES ?= "0" |
| 8 | OBMC_RESET_BUTTON_INSTANCES ?= "0" |
| 9 | OBMC_WATCHDOG_INSTANCES ?= "0" |
Brad Bishop | f2dd552 | 2016-08-30 08:54:14 -0400 | [diff] [blame] | 10 | |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 11 | PREFERRED_PROVIDER_virtual/obmc-bmc-state-mgmt ?= "phosphor-state-manager" |
Brad Bishop | 345f696 | 2016-09-06 23:27:27 -0400 | [diff] [blame] | 12 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt ?= "obmc-phosphor-chassisd" |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 13 | PREFERRED_PROVIDER_virtual/obmc-chassis-state-mgmt ?= "phosphor-state-manager" |
| 14 | PREFERRED_PROVIDER_virtual/obmc-event-mgmt ?= "obmc-phosphor-event" |
Brad Bishop | 345f696 | 2016-09-06 23:27:27 -0400 | [diff] [blame] | 15 | PREFERRED_PROVIDER_virtual/obmc-fan-mgmt ?= "obmc-phosphor-fand" |
| 16 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt ?= "obmc-phosphor-flashd" |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 17 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example" |
Patrick Williams | 9e20639 | 2017-01-19 21:20:46 -0600 | [diff] [blame] | 18 | PREFERRED_PROVIDER_virtual/obmc-host-state-mgmt ?= "phosphor-state-manager" |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 19 | PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging" |
Tom Joseph | 7b82774 | 2017-01-16 16:43:05 +0530 | [diff] [blame] | 20 | PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid" |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 21 | PREFERRED_PROVIDER_virtual/obmc-sensor-mgmt ?= "obmc-phosphor-sensord" |
| 22 | PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings" |
| 23 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd" |
| 24 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user" |
| 25 | PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent" |
Brad Bishop | 7e60f16 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 26 | |
Brad Bishop | d19c43d | 2017-01-17 11:32:02 -0500 | [diff] [blame] | 27 | # 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. |
| 34 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-config ?= "phosphor-ipmi-fru-config-example-native" |
| 35 | |
Brad Bishop | 3acb95c | 2017-01-28 11:53:03 -0500 | [diff] [blame^] | 36 | # 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. |
| 43 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native" |
| 44 | |
Brad Bishop | 7e60f16 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 45 | OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" |
| 46 | OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |