Lines Matching +full:host +full:- +full:ipmid

5 # obmc-bmc-state-manager
9 VIRTUAL-RUNTIME_obmc-bmc-state-manager ?= "phosphor-state-manager-bmc"
11 # obmc-chassis-state-manager
15 VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "phosphor-state-manager-chassis"
17 # obmc-host-state-manager
19 # Provides an implementation of the xyz.openbmc_project.State.Host
21 VIRTUAL-RUNTIME_obmc-host-state-manager ?= "phosphor-state-manager-host"
23 # obmc-discover-system-state
25 # Provides an implementation of phosphor-discover-system-state, which, if the
26 # host is powered off, will check the current power policy and, if necessary,
27 # power the host back on.
28 VIRTUAL-RUNTIME_obmc-discover-system-state ?= "phosphor-state-manager-discover"
30 # obmc-fan-presence
33 VIRTUAL-RUNTIME_obmc-fan-presence ?= "phosphor-fan-presence-tach"
35 # obmc-fan-control
38 VIRTUAL-RUNTIME_obmc-fan-control ?= "phosphor-fan-control"
40 # obmc-inventory-manager
44 VIRTUAL-RUNTIME_obmc-inventory-manager ?= "phosphor-inventory-manager"
46 # obmc-sensors-hwmon
50 VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "phosphor-hwmon"
52 # phosphor-hwmon-config
54 # The phosphor-hwmon package can have its configuration generated
56 VIRTUAL-RUNTIME_phosphor-hwmon-config ?= ""
58 # Configuration overrides for phosphor-ipmi-fru.
60 # The phosphor-ipmi-fru application is data-driven and requires an input
61 # mapping of how the host firmware reports inventory via IPMI and the mapping
64 # The phosphor-ipmi-fru application is data-driven and requires an input
65 # mapping of how the host firmware reports inventory via IPMI.
68 # the phosphor-ipmi-fru build process.
69 PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru-hostfw-config-exam…
71 # The phosphor-ipmi-fru application is data-driven and requires an input
75 # the phosphor-ipmi-fru build process in the native sysroot.
76 PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= "phosphor-ipmi-fru-inventory-example-nati…
78 PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= "phosphor-ipmi-fru-properties-native"
80 PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory ?= "phosphor-ipmi-fru-read-inventory-ex…
82 # Configuration overrides for phosphor-host-ipmid.
84 # The phosphor-host-ipmid application is data-driven.
86 # The phosphor-host-ipmid application is data-driven and requires an input
90 # the phosphor-host-ipmid build process in the native sysroot.
91 PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= "phosphor-ipmi-sensor-inventory-native"
93 # The phosphor-host-ipmid application is data-driven and requires an input
97 # the phosphor-host-ipmid build process in the native sysroot.
98 PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel ?= "phosphor-ipmi-inventory-sel-native"
102 # The phosphor-led-manager application is data-driven and requires an input
106 # the phosphor-led-manager build process in the native sysroot.
107 PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= "phosphor-led-manager-config-examp…
109 # The phosphor-logging application has a data driven plugin that adds FRU
115 # the phosphor-logging build process in the native sysroot.
116 PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= "phosphor-logging-callouts-example-native"
118 # The phosphor-fan-presence application is data driven and requires an input
121 # sysroot location expected by the phosphor-fan-presence build process in the
123 PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config ?= "phosphor-fan-presence-config"
125 # The phosphor-fan-control application is data driven and requires a YAML file
128 # location expected by the phosphor-fan-control build process in the sysroot.
129 PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config ?= "phosphor-fan-control-fan-config"
134 # VIRTUAL-RUNTIME_phosphor-ipmi-providers are the set of shared library
135 # plugins for the host-ipmid application. By default the IPMI FRU plugin
136 # is enabled. Additionally the host-ipmid recipe uses
137 # VIRTUAL-RUNTIME_phosphor-ipmi-providers to compute a list of potential
140 # VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
142 # Will add a build dependency to host-ipmid on the
143 # phosphor-ipmi-fru-whitelist-native recipe.
144 VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
149 # obmc-libobmc-intf doesn't compile with security flags enabled
150 SECURITY_CFLAGS:pn-obmc-libobmc-intf = ""
153 EXTRA_OEMESON:append:class-target = " -Db_lto=true"
160 # salted and hashed with SHA512 suitable for /etc/shadow or `usermod -p`.
163 EXTRA_USERS_PARAMS:pn-obmc-phosphor-image = " \
164 usermod -p ${DEFAULT_OPENBMC_PASSWORD} root; \