Files
OpenBMC/meta-luxshare/meta-bhs/conf/machine/bhs-ast2600.conf
T
2026-04-23 17:07:55 +08:00

39 lines
1.6 KiB
Plaintext
Executable File

KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
UBOOT_DEVICETREE = "ast2600-evb"
SPL_BINARY = "spl/u-boot-spl.bin"
SOCSEC_SIGN_ENABLE = "0"
require conf/machine/include/bmc-common.inc
require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-evb-common.inc
SERIAL_CONSOLES = "115200;ttyS4"
FLASH_SIZE = "65536"
MACHINE_FEATURES += "\
obmc-bmc-state-mgmt \
obmc-chassis-state-mgmt \
obmc-host-state-mgmt \
obmc-phosphor-chassis-mgmt \
obmc-host-ipmi \
obmc-phosphor-fan-mgmt \
obmc-phosphor-flash-mgmt \
"
VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "dbus-sensors"
VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"
PREFERRED_PROVIDER_virtual/obmc-inventory-data = "entity-manager"
PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-luxshare-apps"
#PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-luxshare-apps"
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-luxshare-apps"
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-luxshare-apps"
PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "led-manager-config-native"
default_user_commands = "\
useradd -p '\$1\$UGMqyqdg\$iuxCzWsMmQru3a31HxoEb/' -u 1000 -M -d /tmp -G priv-admin,web,redfish,ipmi ADMIN; \
"
EXTRA_USERS_PARAMS:append:pn-obmc-phosphor-image = "${default_user_commands}"