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" |
| 12 | PREFERRED_PROVIDER_virtual/obmc-fan-mgmt ?= "obmc-phosphor-fand" |
| 13 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt ?= "obmc-phosphor-flashd" |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 14 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example" |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 15 | |
| 16 | # obmc-bmc-state-manager |
| 17 | # |
| 18 | # Provides an implementation of the xyz.openbmc_project.State.BMC |
| 19 | # interface. |
| 20 | VIRTUAL-RUNTIME_obmc-bmc-state-manager ?= "phosphor-state-manager-bmc" |
| 21 | |
| 22 | # obmc-chassis-state-manager |
| 23 | # |
| 24 | # Provides an implementation of the xyz.openbmc_project.State.Chassis |
| 25 | # interface. |
| 26 | VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "phosphor-state-manager-chassis" |
| 27 | |
| 28 | # obmc-host-state-manager |
| 29 | # |
| 30 | # Provides an implementation of the xyz.openbmc_project.State.Host |
| 31 | # interface. |
| 32 | VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host" |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 33 | |
Michael Tritz | 1f792e0 | 2017-03-31 12:04:32 -0500 | [diff] [blame] | 34 | # obmc-discover-system-state |
| 35 | # |
| 36 | # Provides an implementation of phosphor-discover-system-state, which, if the |
| 37 | # host is powered off, will check the current power policy and, if necessary, |
| 38 | # power the host back on. |
| 39 | VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover" |
| 40 | |
Andrew Geissler | a94faf4 | 2017-05-08 15:58:01 -0500 | [diff] [blame] | 41 | # obmc-host-check |
| 42 | # |
| 43 | # Provides an implementation of phosphor-host-check, which will determine |
| 44 | # if the host is running after a BMC reboot and create the necessary file |
| 45 | # to indicate to host services that the host is running |
| 46 | VIRTUAL-RUNTIME_obmc-host-check ?= "phosphor-state-manager-host-check" |
| 47 | |
Matthew Barth | 9146042 | 2017-02-24 13:14:43 -0600 | [diff] [blame] | 48 | # obmc-fan-presence |
| 49 | # |
| 50 | # Provides implementations of fan presence detection |
| 51 | VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach" |
| 52 | |
Matt Spinler | b89b9e7 | 2017-04-17 16:34:24 -0500 | [diff] [blame] | 53 | # obmc-fan-control |
| 54 | # |
| 55 | # Provides implementations of fan control |
| 56 | VIRTUAL-RUNTIME_obmc-fan-control ?= "phosphor-fan-control" |
| 57 | |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 58 | # obmc-inventory-manager |
| 59 | # |
| 60 | # Provides an implementation of the xyz.openbmc_project.Inventory.Manager |
| 61 | # interface. |
| 62 | VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager" |
| 63 | |
| 64 | # obmc-led-manager |
| 65 | # |
| 66 | # Provides an implementation of the xyz.openbmc_project.ledmanager interface. |
Dhruvaraj Subhashchandran | e1266ad | 2017-04-27 05:29:56 -0500 | [diff] [blame] | 67 | VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager-ledmanager" |
| 68 | |
| 69 | # obmc-led-monitor |
| 70 | # |
| 71 | # Provides an implementation of the FRU fault monitor. |
| 72 | VIRTUAL-RUNTIME_obmc-led-monitor ?= "phosphor-led-manager-faultmonitor" |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 73 | |
| 74 | # obmc-led-sysfs |
| 75 | # |
| 76 | # Provides an implementation of xyz.openbmc_project.Led.Physical for |
| 77 | # Linux kernel LED subsystem LEDs. |
| 78 | VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs" |
| 79 | |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 80 | # obmc-bmc-code-mgr |
| 81 | # |
Gunnar Mills | 30131f7 | 2017-05-15 15:40:58 -0500 | [diff] [blame] | 82 | # Provides an implementation of the xyz.openbmc_project.Software.Version |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 83 | # interface. |
| 84 | VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version" |
| 85 | |
Deepak Kodihalli | 60d1de5 | 2017-04-13 23:23:42 -0500 | [diff] [blame] | 86 | # obmc-bmc-download-mgr |
| 87 | # |
| 88 | # Provides an implementation of the xyz.openbmc_project.Common.TFTP |
| 89 | # interface. |
| 90 | VIRTUAL-RUNTIME_obmc-bmc-download-mgr ?= "phosphor-software-manager-download-mgr" |
| 91 | |
Gunnar Mills | 30131f7 | 2017-05-15 15:40:58 -0500 | [diff] [blame] | 92 | # obmc-bmc-updater |
| 93 | # |
| 94 | # Provides an implementation of the xyz.openbmc_project.Software.Activation |
| 95 | # interface. |
| 96 | VIRTUAL-RUNTIME_obmc-bmc-updater ?= "phosphor-software-manager-updater" |
| 97 | |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 98 | PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging" |
Brad Bishop | 1db014f | 2017-04-19 21:41:29 -0400 | [diff] [blame] | 99 | PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net" |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 100 | |
| 101 | # obmc-sensors-hwmon |
| 102 | # |
| 103 | # Provides an implementation of xyz.openbmc_project.Sensor.Value |
| 104 | # for hwmon sensors. |
| 105 | VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon" |
| 106 | |
Jayanth Othayoth | 9d21d6c | 2017-05-31 06:25:55 -0500 | [diff] [blame] | 107 | # obmc-dump-manager |
| 108 | # Provide support for managing dump |
| 109 | VIRTUAL-RUNTIME_obmc-dump-manager ?= "phosphor-debug-collector-manager" |
| 110 | |
| 111 | # obmc-dump-monitor |
| 112 | # Provide support for monitoring BMC core dumps |
| 113 | VIRTUAL-RUNTIME_obmc-dump-monitor ?= "phosphor-debug-collector-monitor" |
Jayanth Othayoth | 9963d17 | 2017-05-08 09:25:05 -0500 | [diff] [blame] | 114 | |
Brad Bishop | b6e4512 | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 115 | PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings" |
| 116 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd" |
| 117 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user" |
| 118 | PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent" |
Brad Bishop | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 119 | |
Brad Bishop | fe7871c | 2017-02-22 20:50:13 -0500 | [diff] [blame] | 120 | # phosphor-hwmon-config |
| 121 | # |
| 122 | # The phosphor-hwmon package can have its configuration generated |
| 123 | # automatically if the MRW feature is enabled. |
| 124 | VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \ |
| 125 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}" |
| 126 | |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 127 | # obmc-settings-mgr |
| 128 | # |
| 129 | # Provides a manager for user settings. |
| 130 | VIRTUAL-RUNTIME_obmc-settings-mgr ?= "phosphor-settings-manager" |
| 131 | |
Ratan Gupta | b6de45c | 2017-07-06 21:09:14 +0530 | [diff] [blame] | 132 | # obmc-network-manager |
| 133 | # |
| 134 | # Provide support for managing network |
| 135 | VIRTUAL-RUNTIME_obmc-network-manager ?= "network" |
| 136 | |
Brad Bishop | da5923e | 2017-01-28 11:53:03 -0500 | [diff] [blame] | 137 | # virtual/phosphor-ipmi-fru-hostfw-config |
| 138 | # |
| 139 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 140 | # mapping of how the host firmware reports inventory via IPMI. |
| 141 | # This virtual is a native recipe that provides that mapping by installing |
| 142 | # configuration files in the format and native sysroot location expected by |
| 143 | # the phosphor-ipmi-fru build process. |
| 144 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native" |
| 145 | |
Marri Devender Rao | 5add234 | 2017-06-08 03:17:36 -0500 | [diff] [blame] | 146 | |
Brad Bishop | 30f7855 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 147 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 148 | # mapping of IPMI inventory metadata to DBus objects interfaces and properties. |
| 149 | # This virtual is a native recipe that provides that mapping by installing |
| 150 | # configuration files in the format and native sysroot location expected by |
| 151 | # the phosphor-ipmi-fru build process in the native sysroot. |
| 152 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ |
| 153 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}" |
Marri Devender Rao | 5add234 | 2017-06-08 03:17:36 -0500 | [diff] [blame] | 154 | |
Deepak Kodihalli | 5b183e0 | 2017-02-20 04:55:20 -0600 | [diff] [blame] | 155 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \ |
Ratan Gupta | dccf5ad | 2017-03-30 14:32:02 +0530 | [diff] [blame] | 156 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-native')}" |
Brad Bishop | 30f7855 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 157 | |
Marri Devender Rao | 5add234 | 2017-06-08 03:17:36 -0500 | [diff] [blame] | 158 | |
| 159 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory ?= \ |
| 160 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-read-inventory-mrw-native', 'phosphor-ipmi-fru-read-inventory-example-native')}" |
| 161 | |
Vishwanatha Subbanna | 8bec825 | 2017-02-11 22:10:23 +0530 | [diff] [blame] | 162 | # The phosphor-led-manager application is data-driven and requires an input |
| 163 | # yaml of LED group and members. |
| 164 | # This virtual is a native recipe that provides that mapping by installing |
| 165 | # configuration files in the format and native sysroot location expected by |
| 166 | # the phosphor-led-manager build process in the native sysroot. |
| 167 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \ |
| 168 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}" |
| 169 | |
Ratan Gupta | b92d0ec | 2017-03-06 17:05:11 +0530 | [diff] [blame] | 170 | # The phosphor-host-ipmid application is data-driven and requires an input |
| 171 | # mapping of IPMI inventory sensor metadata to DBus objects interfaces and properties. |
| 172 | # This virtual is a native recipe that provides that mapping by installing |
| 173 | # configuration files in the format and native sysroot location expected by |
| 174 | # the phosphor-host-ipmid build process in the native sysroot. |
| 175 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \ |
Ratan Gupta | f7b74d6 | 2017-04-03 07:40:00 +0530 | [diff] [blame] | 176 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-native')}" |
Ratan Gupta | b92d0ec | 2017-03-06 17:05:11 +0530 | [diff] [blame] | 177 | |
Deepak Kodihalli | 44b1c52 | 2017-03-16 06:32:12 -0500 | [diff] [blame] | 178 | # The phosphor-logging application has a data driven plugin that adds FRU |
| 179 | # callout information to error logs, when applications generating error logs |
| 180 | # add the requisite callout metadata to the systemd journal. The plugin requires |
| 181 | # an input mapping of Linux sysfs devices to OpenBMC DBus objects. |
| 182 | # This virtual is a native recipe that provides that mapping by installing |
| 183 | # configuration files in the format and native sysroot location expected by |
| 184 | # the phosphor-logging build process in the native sysroot. |
| 185 | PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \ |
| 186 | "${@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] | 187 | |
Matt Spinler | c943de3 | 2017-03-21 15:02:13 -0500 | [diff] [blame] | 188 | # The phosphor-fan-presence application is data driven and requires an |
| 189 | # input YAML that maps fans to their tach sensors. |
| 190 | # This virtual is a native recipe that provides that mapping by installing |
| 191 | # configuration files in the format and native sysroot location expected by |
| 192 | # the phosphor-fan-presence build process in the native sysroot. |
| 193 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \ |
Brad Bishop | c642e5c | 2017-07-10 21:56:17 -0400 | [diff] [blame] | 194 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-presence-mrw-native', 'phosphor-fan-presence-config-native')}" |
Matt Spinler | c943de3 | 2017-03-21 15:02:13 -0500 | [diff] [blame] | 195 | |
Matt Spinler | b89b9e7 | 2017-04-17 16:34:24 -0500 | [diff] [blame] | 196 | # The phosphor-fan-control application is data driven and requires a YAML |
| 197 | # file to define the fans in the system. |
| 198 | # This virtual is a native recipe that provides that definition by installing |
| 199 | # the YAML file in the format and native sysroot location expected by |
| 200 | # the phosphor-fan-control build process in the native sysroot. |
| 201 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config ?= \ |
| 202 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-control-fan-config-mrw-native', 'phosphor-fan-control-fan-config-native')}" |
| 203 | |
Tom Joseph | f2614f9 | 2017-05-08 11:49:10 +0530 | [diff] [blame] | 204 | # The phosphor-host-ipmid application is data-driven and requires an input |
| 205 | # mapping of inventory object path to the sensor number and sensor metadata. |
| 206 | # This virtual is a native recipe that provides that mapping by installing |
| 207 | # configuration files in the format and native sysroot location expected by |
| 208 | # the phosphor-host-ipmid build process in the native sysroot. |
| 209 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel ?= \ |
| 210 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-inventory-sel-mrw-native', 'phosphor-ipmi-inventory-sel-native')}" |
| 211 | |
Vishwanatha Subbanna | b463f22 | 2017-04-28 15:35:10 +0530 | [diff] [blame] | 212 | # The phosphor-gpio-monitor application is data-driven and requires an input. |
| 213 | # The application then watches the passed in input event entry for the |
| 214 | # change in polarity for the value matching user input. Once the required |
| 215 | # condition is met, it calls into a systemd target file if one is mentioned |
| 216 | # in input. |
| 217 | PREFERRED_PROVIDER_virtual/obmc-gpio-monitor ?= "phosphor-gpio-monitor" |
| 218 | |
Vishwanatha Subbanna | 55c545a | 2017-06-12 13:09:10 +0530 | [diff] [blame] | 219 | # The phosphor-watchdog application is data-driven and requires an input. |
| 220 | # The application then starts a timer in disabled state. User of this timer |
| 221 | # needs to first enable and then use it. This also provides a way for changing |
| 222 | # the timeout if needed. |
| 223 | PREFERRED_PROVIDER_virtual/obmc-watchdog ?= "phosphor-watchdog" |
| 224 | |
Brad Bishop | d4d99d4 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 225 | OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" |
| 226 | OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |