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 | 345f696 | 2016-09-06 23:27:27 -0400 | [diff] [blame] | 11 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt ?= "obmc-phosphor-chassisd" |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 12 | PREFERRED_PROVIDER_virtual/obmc-event-mgmt ?= "obmc-phosphor-event" |
Brad Bishop | 345f696 | 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 | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 15 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-hw-example" |
Brad Bishop | db32a7c | 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 | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 34 | |
Michael Tritz | b3b5899 | 2017-03-31 12:04:32 -0500 | [diff] [blame] | 35 | # obmc-discover-system-state |
| 36 | # |
| 37 | # Provides an implementation of phosphor-discover-system-state, which, if the |
| 38 | # host is powered off, will check the current power policy and, if necessary, |
| 39 | # power the host back on. |
| 40 | VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover" |
| 41 | |
Matthew Barth | acd9fe4 | 2017-02-24 13:14:43 -0600 | [diff] [blame] | 42 | # obmc-fan-presence |
| 43 | # |
| 44 | # Provides implementations of fan presence detection |
| 45 | VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach" |
| 46 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 47 | # obmc-inventory-manager |
| 48 | # |
| 49 | # Provides an implementation of the xyz.openbmc_project.Inventory.Manager |
| 50 | # interface. |
| 51 | VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager" |
| 52 | |
| 53 | # obmc-led-manager |
| 54 | # |
| 55 | # Provides an implementation of the xyz.openbmc_project.ledmanager interface. |
| 56 | VIRTUAL-RUNTIME_obmc-leds-manager ?= "phosphor-led-manager" |
| 57 | |
| 58 | # obmc-led-sysfs |
| 59 | # |
| 60 | # Provides an implementation of xyz.openbmc_project.Led.Physical for |
| 61 | # Linux kernel LED subsystem LEDs. |
| 62 | VIRTUAL-RUNTIME_obmc-leds-sysfs ?= "phosphor-led-sysfs" |
| 63 | |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 64 | # obmc-bmc-code-mgr |
| 65 | # |
| 66 | # Provides an implementation of the xyz.openbmc_project.Software.BMC.Version |
| 67 | # interface. |
| 68 | VIRTUAL-RUNTIME_obmc-bmc-code-mgr ?= "phosphor-software-manager-version" |
| 69 | |
Deepak Kodihalli | b74ceea | 2017-04-13 23:23:42 -0500 | [diff] [blame^] | 70 | # obmc-bmc-download-mgr |
| 71 | # |
| 72 | # Provides an implementation of the xyz.openbmc_project.Common.TFTP |
| 73 | # interface. |
| 74 | VIRTUAL-RUNTIME_obmc-bmc-download-mgr ?= "phosphor-software-manager-download-mgr" |
| 75 | |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 76 | PREFERRED_PROVIDER_virtual/obmc-logging-mgmt ?= "phosphor-logging" |
Brad Bishop | 792f9b6 | 2017-04-19 21:41:29 -0400 | [diff] [blame] | 77 | PREFERRED_PROVIDER_virtual/obmc-net-ipmi ?= "phosphor-ipmi-net" |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 78 | |
| 79 | # obmc-sensors-hwmon |
| 80 | # |
| 81 | # Provides an implementation of xyz.openbmc_project.Sensor.Value |
| 82 | # for hwmon sensors. |
| 83 | VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon" |
| 84 | |
Brad Bishop | 51ca97e | 2017-01-26 10:49:22 -0500 | [diff] [blame] | 85 | PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings" |
| 86 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd" |
| 87 | PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user" |
| 88 | PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent" |
Brad Bishop | 7e60f16 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 89 | |
Brad Bishop | 3217b27 | 2017-02-22 20:50:13 -0500 | [diff] [blame] | 90 | # phosphor-hwmon-config |
| 91 | # |
| 92 | # The phosphor-hwmon package can have its configuration generated |
| 93 | # automatically if the MRW feature is enabled. |
| 94 | VIRTUAL-RUNTIME_phosphor-hwmon-config ?= \ |
| 95 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-hwmon-config-mrw')}" |
| 96 | |
Brad Bishop | 3acb95c | 2017-01-28 11:53:03 -0500 | [diff] [blame] | 97 | # virtual/phosphor-ipmi-fru-hostfw-config |
| 98 | # |
| 99 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 100 | # mapping of how the host firmware reports inventory via IPMI. |
| 101 | # This virtual is a native recipe that provides that mapping by installing |
| 102 | # configuration files in the format and native sysroot location expected by |
| 103 | # the phosphor-ipmi-fru build process. |
| 104 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-example-native" |
| 105 | |
Brad Bishop | 0a544b5 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 106 | # The phosphor-ipmi-fru application is data-driven and requires an input |
| 107 | # mapping of IPMI inventory metadata to DBus objects interfaces and properties. |
| 108 | # This virtual is a native recipe that provides that mapping by installing |
| 109 | # configuration files in the format and native sysroot location expected by |
| 110 | # the phosphor-ipmi-fru build process in the native sysroot. |
| 111 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ |
| 112 | "${@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] | 113 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \ |
Ratan Gupta | 338899a | 2017-03-30 14:32:02 +0530 | [diff] [blame] | 114 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-native')}" |
Brad Bishop | 0a544b5 | 2017-01-28 12:51:42 -0500 | [diff] [blame] | 115 | |
Vishwanatha Subbanna | 7f07e7d | 2017-02-11 22:10:23 +0530 | [diff] [blame] | 116 | # The phosphor-led-manager application is data-driven and requires an input |
| 117 | # yaml of LED group and members. |
| 118 | # This virtual is a native recipe that provides that mapping by installing |
| 119 | # configuration files in the format and native sysroot location expected by |
| 120 | # the phosphor-led-manager build process in the native sysroot. |
| 121 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \ |
| 122 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}" |
| 123 | |
Ratan Gupta | 3aa591f | 2017-03-06 17:05:11 +0530 | [diff] [blame] | 124 | # The phosphor-host-ipmid application is data-driven and requires an input |
| 125 | # mapping of IPMI inventory sensor metadata to DBus objects interfaces and properties. |
| 126 | # This virtual is a native recipe that provides that mapping by installing |
| 127 | # configuration files in the format and native sysroot location expected by |
| 128 | # the phosphor-host-ipmid build process in the native sysroot. |
| 129 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \ |
Ratan Gupta | cc1b601 | 2017-04-03 07:40:00 +0530 | [diff] [blame] | 130 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-native')}" |
Ratan Gupta | 3aa591f | 2017-03-06 17:05:11 +0530 | [diff] [blame] | 131 | |
Deepak Kodihalli | 1f09d4a | 2017-03-16 06:32:12 -0500 | [diff] [blame] | 132 | # The phosphor-logging application has a data driven plugin that adds FRU |
| 133 | # callout information to error logs, when applications generating error logs |
| 134 | # add the requisite callout metadata to the systemd journal. The plugin requires |
| 135 | # an input mapping of Linux sysfs devices to OpenBMC DBus objects. |
| 136 | # This virtual is a native recipe that provides that mapping by installing |
| 137 | # configuration files in the format and native sysroot location expected by |
| 138 | # the phosphor-logging build process in the native sysroot. |
| 139 | PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \ |
| 140 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-logging-callouts-mrw-native', 'phosphor-logging-callouts-example-native')}" |
Ratan Gupta | 3aa591f | 2017-03-06 17:05:11 +0530 | [diff] [blame] | 141 | |
Matt Spinler | f7d548b | 2017-03-21 15:02:13 -0500 | [diff] [blame] | 142 | # The phosphor-fan-presence application is data driven and requires an |
| 143 | # input YAML that maps fans to their tach sensors. |
| 144 | # This virtual is a native recipe that provides that mapping by installing |
| 145 | # configuration files in the format and native sysroot location expected by |
| 146 | # the phosphor-fan-presence build process in the native sysroot. |
| 147 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= \ |
| 148 | "${@cf_enabled(d, 'obmc-mrw', 'phosphor-fan-presence-mrw-native', 'phosphor-fan-presence-example-native')}" |
| 149 | |
Brad Bishop | 7e60f16 | 2017-01-12 21:25:04 -0500 | [diff] [blame] | 150 | OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" |
| 151 | OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |