Initial commit
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
KMACHINE = "aspeed"
|
||||
KERNEL_DEVICETREE = "${KMACHINE}-bmc-ampere-mtmitchell.dtb"
|
||||
UBOOT_DEVICETREE = "ast2600-bletchley"
|
||||
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
|
||||
SPL_BINARY = "spl/u-boot-spl.bin"
|
||||
SOCSEC_SIGN_ENABLE = "0"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyS4"
|
||||
|
||||
require conf/machine/include/ast2600.inc
|
||||
require conf/machine/include/obmc-bsp-common.inc
|
||||
|
||||
FLASH_SIZE = "65536"
|
||||
VOLATILE_LOG_DIR = "no"
|
||||
|
||||
MACHINE_FEATURES += "\
|
||||
obmc-bmc-state-mgmt \
|
||||
obmc-chassis-state-mgmt \
|
||||
obmc-host-ipmi \
|
||||
obmc-host-state-mgmt \
|
||||
obmc-phosphor-chassis-mgmt \
|
||||
obmc-phosphor-flash-mgmt \
|
||||
"
|
||||
|
||||
OBMC_IMAGE_EXTRA_INSTALL:append = " \
|
||||
ampere-utils \
|
||||
ampere-usbnet \
|
||||
phosphor-misc-usb-ctrl \
|
||||
ampere-platform-init \
|
||||
ampere-ipmi-oem \
|
||||
ampere-hostctrl \
|
||||
ampere-driver-binder \
|
||||
ampere-mac-update \
|
||||
phosphor-gpio-monitor-monitor \
|
||||
phosphor-ipmi-blobs \
|
||||
phosphor-ipmi-blobs-binarystore \
|
||||
util-linux \
|
||||
ampere-sysfw-hang-handler \
|
||||
ampere-fault-monitor \
|
||||
"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-obmc-ampere-apps"
|
||||
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-obmc-ampere-apps"
|
||||
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-obmc-ampere-apps"
|
||||
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"
|
||||
PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ampere-led-manager-config-native"
|
||||
|
||||
OVERRIDES .= ":ampere"
|
||||
Reference in New Issue
Block a user