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 | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 19 | |
| 20 | # obmc-inventory-manager |
| 21 | # |
| 22 | # Provides an implementation of the xyz.openbmc_project.Inventory.Manager |
| 23 | # interface. |
| 24 | VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager" |
| 25 | |
| 26 | # obmc-led-manager |
| 27 | # |
| 28 | # Provides an implementation of the xyz.openbmc_project.ledmanager interface. |
| 29 | VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager" |
| 30 | |
| 31 | # obmc-led-sysfs |
| 32 | # |
| 33 | # Provides an implementation of xyz.openbmc_project.Led.Physical for |
| 34 | # Linux kernel LED subsystem LEDs. |
| 35 | VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs" |
| 36 | |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 37 | # obmc-bmc-code-mgr |
| 38 | # |
| 39 | # Provides an implementation of the xyz.openbmc_project.Software.BMC.Version |
| 40 | # interface. |
| 41 | VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version" |
| 42 | |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 43 | PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging" |
Tom Joseph | 7b82774 | 2017-01-16 16:43:05 +0530 | [diff] [blame] | 44 | PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid" |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 45 | |
| 46 | # obmc-sensors-hwmon |
| 47 | # |
| 48 | # Provides an implementation of xyz.openbmc_project.Sensor.Value |
| 49 | # for hwmon sensors. |
| 50 | VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon" |
| 51 | |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 52 | PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings" |
| 53 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd" |
| 54 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user" |
| 55 | PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent" |
Brad Bishop | 7e60f16 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 56 | |
Brad Bishop | 3acb95c | 2017-01-28 11:53:03 -0500 | [diff] [blame] | 57 | # virtual/phosphor-ipmi-fru-hostfw-config |
| 58 | # |
| 59 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 60 | # mapping of how the host firmware reports inventory via IPMI. |
| 61 | # This virtual is a native recipe that provides that mapping by installing |
| 62 | # configuration files in the format and native sysroot location expected by |
| 63 | # the phosphor-ipmi-fru build process. |
| 64 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native" |
| 65 | |
Brad Bishop | 0a544b5 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 66 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 67 | # mapping of IPMI inventory metadata to DBus objects interfaces and properties. |
| 68 | # This virtual is a native recipe that provides that mapping by installing |
| 69 | # configuration files in the format and native sysroot location expected by |
| 70 | # the phosphor-ipmi-fru build process in the native sysroot. |
| 71 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ |
| 72 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}" |
Deepak Kodihalli | 48be0fd | 2017-02-20 04:55:20 -0600 | [diff] [blame] | 73 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \ |
| 74 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-example-native')}" |
Brad Bishop | 0a544b5 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 75 | |
Brad Bishop | 7e60f16 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 76 | OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" |
| 77 | OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |