From c1398d86aa94fe0514235e4b0066a9c76c59c7c6 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 20 Aug 2025 21:18:36 -0500 Subject: [PATCH] configs: Add QEU aarch64 config for testing --- configs/aimeeos_qemu_aarch64_defconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configs/aimeeos_qemu_aarch64_defconfig diff --git a/configs/aimeeos_qemu_aarch64_defconfig b/configs/aimeeos_qemu_aarch64_defconfig new file mode 100644 index 0000000..4e54602 --- /dev/null +++ b/configs/aimeeos_qemu_aarch64_defconfig @@ -0,0 +1,18 @@ +BR2_aarch64=y +BR2_TOOLCHAIN_BUILDROOT_VENDOR="aimeeos" +BR2_GLOBAL_PATCH_DIR="board/qemu/patches" +BR2_DOWNLOAD_FORCE_CHECK_HASHES=y +BR2_INIT_SYSTEMD=y +# BR2_INIT_SYSTEMD_POPULATE_TMPFILES is not set +# BR2_TARGET_ENABLE_ROOT_LOGIN is not set +# BR2_TARGET_GENERIC_GETTY is not set +# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config" +BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_AIMEEOS_PATH)/kernel/config" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y +# BR2_PACKAGE_BUSYBOX is not set +# BR2_TARGET_ROOTFS_TAR is not set +AIMEEOS=y +BR2_TARGET_GRUB2_BUILTIN_MODULES_EFI="boot configfile echo efi_gop fat gzio linux loadenv minicmd normal part_gpt probe regexp squash4 test zstd"