summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
blob: b8f40e26195ef921cfdff89c7554c7e52c77a36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OBMC_MACHINE_FEATURES += "\
        obmc-phosphor-fan-mgmt \
        obmc-phosphor-chassis-mgmt \
        obmc-phosphor-sensor-mgmt \
        obmc-phosphor-flash-mgmt \
        "

VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
       skeleton \
       "
VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
       skeleton \
       "
VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
       skeleton \
       "
VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
       skeleton \
       "

PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged"
PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton"
PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "skeleton"
PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton"
PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton"
PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "skeleton"
PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton"
PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton"
OpenPOWER on IntegriCloud