From 7c5f8839ec3d71a2170b8f3514a16a67c69d1c7c Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Wed, 27 Jan 2021 11:47:14 -0800 Subject: Update to internal 0.29 Signed-off-by: Jason M. Bills --- meta-openbmc-mods/meta-ast2600/conf/layer.conf | 2 +- .../meta-ast2600/conf/machine/include/obmc-bsp-si-common.inc | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-openbmc-mods/meta-ast2600/conf') diff --git a/meta-openbmc-mods/meta-ast2600/conf/layer.conf b/meta-openbmc-mods/meta-ast2600/conf/layer.conf index e269ae5a5..967bff8c7 100644 --- a/meta-openbmc-mods/meta-ast2600/conf/layer.conf +++ b/meta-openbmc-mods/meta-ast2600/conf/layer.conf @@ -9,7 +9,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "ast2600" BBFILE_PATTERN_ast2600 = "" BBFILE_PRIORITY_ast2600 = "4" -LAYERSERIES_COMPAT_ast2600 = "zeus dunfell" +LAYERSERIES_COMPAT_ast2600 = "dunfell gatesgarth" INHERIT += "extrausers" #INHERIT += " cve-check" diff --git a/meta-openbmc-mods/meta-ast2600/conf/machine/include/obmc-bsp-si-common.inc b/meta-openbmc-mods/meta-ast2600/conf/machine/include/obmc-bsp-si-common.inc index f5a0d9ad0..06e4a2ed3 100644 --- a/meta-openbmc-mods/meta-ast2600/conf/machine/include/obmc-bsp-si-common.inc +++ b/meta-openbmc-mods/meta-ast2600/conf/machine/include/obmc-bsp-si-common.inc @@ -7,6 +7,7 @@ EXTRA_IMAGEDEPENDS += "u-boot" IMAGE_FSTYPES += "squashfs-xz" IMAGE_FSTYPES += "mtd-auto" +INITRAMFS_FSTYPES = "squashfs-xz" EXTRA_IMAGECMD_squashfs-xz_append = "-processors ${BB_NUMBER_THREADS} -b 262144 -Xdict-size 100% -Xbcj arm" KERNEL_CLASSES ?= "kernel-fitimage" @@ -36,6 +37,9 @@ QB_SYSTEM_NAME = "qemu-system-arm" QB_DEFAULT_FSTYPE = "mtd" QB_ROOTFS_OPT = "-drive file=@ROOTFS@,format=raw,if=mtd" QB_MACHINE = "-M intel-ast2600" -QB_OPT_APPEND += " -nographic" +QB_OPT_APPEND += " -nographic -serial mon:stdio -serial none" +QB_OPT_APPEND += " -global driver=aspeed.gpio-ast2600,property=gpioC0,value=true" QB_NETWORK_DEVICE = "-net nic,macaddr=C0:FF:EE:00:00:02,model=ftgmac100" QB_DEFAULT_KERNEL = "none" +QB_RNG = "" +QB_MEM = "1024" -- cgit v1.2.3