| # KMACHINE = "aspeed" |
| # KERNEL_DEVICETREE = "${KMACHINE}-bmc-quanta-${MACHINE}.dtb" |
| KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb" |
| |
| UBOOT_MACHINE = "ast2600_openbmc_defconfig" |
| UBOOT_DEVICETREE = "ast2600a1-evb" |
| |
| require conf/machine/include/ast2600.inc |
| require conf/machine/include/obmc-bsp-common.inc |
| |
| FLASH_SIZE = "65536" |
| |
| MACHINE_FEATURES += "\ |
| obmc-bmc-state-mgmt \ |
| obmc-chassis-state-mgmt \ |
| obmc-host-ipmi \ |
| obmc-host-state-mgmt \ |
| obmc-phosphor-chassis-mgmt \ |
| obmc-phosphor-fan-mgmt \ |
| obmc-phosphor-flash-mgmt \ |
| bonding \ |
| " |
| |
| VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager" |
| PREFERRED_PROVIDER_virtual/obmc-inventory-data = "entity-manager" |
| VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control" |
| VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control" |
| PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-s6q-apps" |
| PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-s6q-apps" |
| PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-s6q-apps" |
| PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs" |
| PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-s6q-apps" |