blob: 82a9b1c8301b2ce0ab477f135b36813fba4e1533 [file] [log] [blame]
Patrick Williamsec2047c2015-09-29 14:24:02 -05001OBMC_MACHINE_FEATURES += "\
2 obmc-phosphor-fan-mgmt \
3 obmc-phosphor-chassis-mgmt \
4 obmc-phosphor-sensor-mgmt \
5 obmc-phosphor-flash-mgmt \
6 "
7
8VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
9 obmc-phosphor-example-sdbus \
10 "
11VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
12 obmc-phosphor-example-sdbus \
13 "
14VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
15 obmc-phosphor-example-pydbus \
16 "
17VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
18 obmc-phosphor-example-pydbus \
19 "
20
21# UBOOT_MACHINE_${MACHINE} = "${MACHINE}_config
Brad Bishop2a26e7f2015-10-06 01:53:40 -040022KMACHINE = "aspeed"
23KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
Patrick Williamsec2047c2015-09-29 14:24:02 -050024
25require conf/machine/include/ast2400.inc
26require conf/machine/include/obmc-bsp-common.inc