20 lines
889 B
Plaintext
20 lines
889 B
Plaintext
|
|
KMACHINE = "aspeed"
|
||
|
|
KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
|
||
|
|
|
||
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
|
||
|
|
PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
|
||
|
|
PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
|
||
|
|
UBOOT_MACHINE = "ast_g5_ncsi_config"
|
||
|
|
|
||
|
|
require conf/machine/include/ast2500.inc
|
||
|
|
require conf/machine/include/obmc-bsp-common.inc
|
||
|
|
require conf/machine/include/openpower.inc
|
||
|
|
require conf/machine/include/p9.inc
|
||
|
|
|
||
|
|
IMAGE_FEATURES:remove = " obmc-fan-control obmc-fan-mgmt"
|
||
|
|
|
||
|
|
PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "nicole-openpower-fru-vpd-layout-native"
|
||
|
|
PREFERRED_PROVIDER_virtual/openpower-fru-inventory = "nicole-openpower-fru-inventory-native"
|
||
|
|
PREFERRED_PROVIDER_virtual/openpower-fru-properties = "nicole-openpower-fru-properties-native"
|
||
|
|
PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "nicole-led-manager-config-native"
|