summaryrefslogtreecommitdiff
path: root/meta-amd/conf/machine/include/amd.inc
blob: 4a025cbc97853e180798352afe58c25b9080f2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MACHINE_FEATURES += "\
        obmc-bmc-state-mgmt \
        obmc-phosphor-fan-mgmt \
        obmc-phosphor-flash-mgmt \
        "

VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "dbus-sensors"
VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"

PREFERRED_PROVIDER_virtual/obmc-inventory-data = "entity-manager"
PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-amd-apps"
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-amd-apps"
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-amd-apps"

OVERRIDES .= ":amd"