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 | |
Matthew Barth | 9146042 | 2017-02-24 13:14:43 -0600 | [diff] [blame] | 35 | # obmc-fan-presence |
| 36 | # |
| 37 | # Provides implementations of fan presence detection |
| 38 | VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach" |
| 39 | |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 40 | # obmc-inventory-manager |
| 41 | # |
| 42 | # Provides an implementation of the xyz.openbmc_project.Inventory.Manager |
| 43 | # interface. |
| 44 | VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager" |
| 45 | |
| 46 | # obmc-led-manager |
| 47 | # |
| 48 | # Provides an implementation of the xyz.openbmc_project.ledmanager interface. |
| 49 | VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager" |
| 50 | |
| 51 | # obmc-led-sysfs |
| 52 | # |
| 53 | # Provides an implementation of xyz.openbmc_project.Led.Physical for |
| 54 | # Linux kernel LED subsystem LEDs. |
| 55 | VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs" |
| 56 | |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 57 | # obmc-bmc-code-mgr |
| 58 | # |
| 59 | # Provides an implementation of the xyz.openbmc_project.Software.BMC.Version |
| 60 | # interface. |
| 61 | VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version" |
| 62 | |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 63 | PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging" |
Tom Joseph | fddc405 | 2017-01-16 16:43:05 +0530 | [diff] [blame] | 64 | PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-net-ipmid" |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 65 | |
| 66 | # obmc-sensors-hwmon |
| 67 | # |
| 68 | # Provides an implementation of xyz.openbmc_project.Sensor.Value |
| 69 | # for hwmon sensors. |
| 70 | VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon" |
| 71 | |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 72 | PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings" |
| 73 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd" |
| 74 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user" |
| 75 | PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent" |
Brad Bishop | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 76 | |
Brad Bishop | fe7871c | 2017-02-22 20:50:13 -0500 | [diff] [blame] | 77 | # phosphor-hwmon-config |
| 78 | # |
| 79 | # The phosphor-hwmon package can have its configuration generated |
| 80 | # automatically if the MRW feature is enabled. |
| 81 | VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \ |
| 82 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}" |
| 83 | |
Brad Bishop | da5923e | 2017-01-28 11:53:03 -0500 | [diff] [blame] | 84 | # virtual/phosphor-ipmi-fru-hostfw-config |
| 85 | # |
| 86 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 87 | # mapping of how the host firmware reports inventory via IPMI. |
| 88 | # This virtual is a native recipe that provides that mapping by installing |
| 89 | # configuration files in the format and native sysroot location expected by |
| 90 | # the phosphor-ipmi-fru build process. |
| 91 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native" |
| 92 | |
Brad Bishop | 30f7855 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 93 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 94 | # mapping of IPMI inventory metadata to DBus objects interfaces and properties. |
| 95 | # This virtual is a native recipe that provides that mapping by installing |
| 96 | # configuration files in the format and native sysroot location expected by |
| 97 | # the phosphor-ipmi-fru build process in the native sysroot. |
| 98 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ |
| 99 | "${@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] | 100 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \ |
| 101 | "${@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] | 102 | |
Vishwanatha Subbanna | 8bec825 | 2017-02-11 22:10:23 +0530 | [diff] [blame] | 103 | # The phosphor-led-manager application is data-driven and requires an input |
| 104 | # yaml of LED group and members. |
| 105 | # This virtual is a native recipe that provides that mapping by installing |
| 106 | # configuration files in the format and native sysroot location expected by |
| 107 | # the phosphor-led-manager build process in the native sysroot. |
| 108 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \ |
| 109 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}" |
| 110 | |
Ratan Gupta | b92d0ec | 2017-03-06 17:05:11 +0530 | [diff] [blame] | 111 | # The phosphor-host-ipmid application is data-driven and requires an input |
| 112 | # mapping of IPMI inventory sensor metadata to DBus objects interfaces and properties. |
| 113 | # This virtual is a native recipe that provides that mapping by installing |
| 114 | # configuration files in the format and native sysroot location expected by |
| 115 | # the phosphor-host-ipmid build process in the native sysroot. |
| 116 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \ |
| 117 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-example-native')}" |
| 118 | |
Deepak Kodihalli | 44b1c52 | 2017-03-16 06:32:12 -0500 | [diff] [blame] | 119 | # The phosphor-logging application has a data driven plugin that adds FRU |
| 120 | # callout information to error logs, when applications generating error logs |
| 121 | # add the requisite callout metadata to the systemd journal. The plugin requires |
| 122 | # an input mapping of Linux sysfs devices to OpenBMC DBus objects. |
| 123 | # This virtual is a native recipe that provides that mapping by installing |
| 124 | # configuration files in the format and native sysroot location expected by |
| 125 | # the phosphor-logging build process in the native sysroot. |
| 126 | PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \ |
| 127 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-logging-callouts-mrw-native', 'phosphor-logging-callouts-example-native')}" |
Ratan Gupta | b92d0ec | 2017-03-06 17:05:11 +0530 | [diff] [blame] | 128 | |
Brad Bishop | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 129 | OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" |
| 130 | OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |