1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "ast_g5_ncsi_config"
5
6require conf/machine/include/ast2500.inc
7require conf/machine/include/obmc-bsp-common.inc
8
9OBMC_MACHINE_FEATURES += "\
10        obmc-phosphor-fan-mgmt \
11        obmc-phosphor-chassis-mgmt \
12        obmc-phosphor-flash-mgmt \
13        obmc-host-ipmi \
14        obmc-host-ctl \
15        obmc-host-state-mgmt \
16        obmc-chassis-state-mgmt \
17        obmc-bmc-state-mgmt \
18        "
19PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
20PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-fb-apps"
21PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
22FLASH_SIZE = "32768"
23VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
24
25