Brad Bishop | 6491f65 | 2016-08-16 13:23:07 -0400 | [diff] [blame] | 1 | OBMC_BMC_INSTANCES ?= "0" |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 2 | OBMC_CHASSIS_INSTANCES ?= "0" |
| 3 | OBMC_CHECKSTOP_INSTANCES ?= "0" |
Brad Bishop | 6491f65 | 2016-08-16 13:23:07 -0400 | [diff] [blame] | 4 | OBMC_FAN_INSTANCES ?= "" |
Brad Bishop | b6e4512 | 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 | 52d4337 | 2016-08-30 08:54:14 -0400 | [diff] [blame] | 10 | |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 11 | PREFERRED_PROVIDER_virtual/obmc-bmc-state-mgmt ?= "phosphor-state-manager" |
Brad Bishop | 9bfcfcf | 2016-09-06 23:27:27 -0400 | [diff] [blame] | 12 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt ?= "obmc-phosphor-chassisd" |
Brad Bishop | b6e4512 | 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 | 9bfcfcf | 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 | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 17 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example" |
Patrick Williams | 267c0bb | 2017-01-19 21:20:46 -0600 | [diff] [blame] | 18 | PREFERRED_PROVIDER_virtual/obmc-host-state-mgmt ?= "phosphor-state-manager" |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 19 | PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging" |
Tom Joseph | fddc405 | 2017-01-16 16:43:05 +0530 | [diff] [blame] | 20 | PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid" |
Brad Bishop | b6e4512 | 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 | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 26 | |
Brad Bishop | da5923e | 2017-01-28 11:53:03 -0500 | [diff] [blame] | 27 | # virtual/phosphor-ipmi-fru-hostfw-config |
| 28 | # |
| 29 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 30 | # mapping of how the host firmware reports inventory via IPMI. |
| 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. |
| 34 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native" |
| 35 | |
Brad Bishop | 30f7855 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 36 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 37 | # mapping of IPMI inventory metadata to DBus objects interfaces and properties. |
| 38 | # This virtual is a native recipe that provides that mapping by installing |
| 39 | # configuration files in the format and native sysroot location expected by |
| 40 | # the phosphor-ipmi-fru build process in the native sysroot. |
| 41 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ |
| 42 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}" |
| 43 | |
Brad Bishop | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 44 | OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" |
| 45 | OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |