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 | 9bfcfcf | 2016-09-06 23:27:27 -0400 | [diff] [blame] | 11 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt ?= "obmc-phosphor-chassisd" |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 12 | PREFERRED_PROVIDER_virtual/obmc-event-mgmt ?= "obmc-phosphor-event" |
Brad Bishop | 9bfcfcf | 2016-09-06 23:27:27 -0400 | [diff] [blame] | 13 | PREFERRED_PROVIDER_virtual/obmc-fan-mgmt ?= "obmc-phosphor-fand" |
| 14 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt ?= "obmc-phosphor-flashd" |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 15 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example" |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 16 | |
| 17 | # obmc-bmc-state-manager |
| 18 | # |
| 19 | # Provides an implementation of the xyz.openbmc_project.State.BMC |
| 20 | # interface. |
| 21 | VIRTUAL-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. |
| 27 | VIRTUAL-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. |
| 33 | VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host" |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 34 | |
| 35 | # obmc-inventory-manager |
| 36 | # |
| 37 | # Provides an implementation of the xyz.openbmc_project.Inventory.Manager |
| 38 | # interface. |
| 39 | VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager" |
| 40 | |
| 41 | # obmc-led-manager |
| 42 | # |
| 43 | # Provides an implementation of the xyz.openbmc_project.ledmanager interface. |
| 44 | VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager" |
| 45 | |
| 46 | # obmc-led-sysfs |
| 47 | # |
| 48 | # Provides an implementation of xyz.openbmc_project.Led.Physical for |
| 49 | # Linux kernel LED subsystem LEDs. |
| 50 | VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs" |
| 51 | |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 52 | # obmc-bmc-code-mgr |
| 53 | # |
| 54 | # Provides an implementation of the xyz.openbmc_project.Software.BMC.Version |
| 55 | # interface. |
| 56 | VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version" |
| 57 | |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 58 | PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging" |
Tom Joseph | fddc405 | 2017-01-16 16:43:05 +0530 | [diff] [blame] | 59 | PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid" |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 60 | |
| 61 | # obmc-sensors-hwmon |
| 62 | # |
| 63 | # Provides an implementation of xyz.openbmc_project.Sensor.Value |
| 64 | # for hwmon sensors. |
| 65 | VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon" |
| 66 | |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 67 | PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings" |
| 68 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd" |
| 69 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user" |
| 70 | PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent" |
Brad Bishop | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 71 | |
Brad Bishop | fe7871c | 2017-02-22 20:50:13 -0500 | [diff] [blame] | 72 | # phosphor-hwmon-config |
| 73 | # |
| 74 | # The phosphor-hwmon package can have its configuration generated |
| 75 | # automatically if the MRW feature is enabled. |
| 76 | VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \ |
| 77 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}" |
| 78 | |
Brad Bishop | da5923e | 2017-01-28 11:53:03 -0500 | [diff] [blame] | 79 | # virtual/phosphor-ipmi-fru-hostfw-config |
| 80 | # |
| 81 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 82 | # mapping of how the host firmware reports inventory via IPMI. |
| 83 | # This virtual is a native recipe that provides that mapping by installing |
| 84 | # configuration files in the format and native sysroot location expected by |
| 85 | # the phosphor-ipmi-fru build process. |
| 86 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native" |
| 87 | |
Brad Bishop | 30f7855 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 88 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 89 | # mapping of IPMI inventory metadata to DBus objects interfaces and properties. |
| 90 | # This virtual is a native recipe that provides that mapping by installing |
| 91 | # configuration files in the format and native sysroot location expected by |
| 92 | # the phosphor-ipmi-fru build process in the native sysroot. |
| 93 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ |
| 94 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}" |
Deepak Kodihalli | 5b183e0 | 2017-02-20 04:55:20 -0600 | [diff] [blame] | 95 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \ |
| 96 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-example-native')}" |
Brad Bishop | 30f7855 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 97 | |
Vishwanatha Subbanna | 8bec825 | 2017-02-11 22:10:23 +0530 | [diff] [blame] | 98 | # The phosphor-led-manager application is data-driven and requires an input |
| 99 | # yaml of LED group and members. |
| 100 | # This virtual is a native recipe that provides that mapping by installing |
| 101 | # configuration files in the format and native sysroot location expected by |
| 102 | # the phosphor-led-manager build process in the native sysroot. |
| 103 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \ |
| 104 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}" |
| 105 | |
Brad Bishop | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 106 | OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" |
| 107 | OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |