From 4f0c76c14bdcb96b96de3f2e62828223ed1a23a5 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sun, 7 Nov 2021 20:29:30 +0100 Subject: [PATCH] configs/qemu_aarch64_sbsa_defconfig: add gitlab runtime testing tag Enable the runtime testing by adding the tag in the readme.txt Signed-off-by: Romain Naour Cc: Dick Olsson Reviewed-by: Dick Olsson Signed-off-by: Yann E. MORIN (cherry picked from commit 0bd07a0cc63c0933fcda5c78fbda6df99c4aaa29) Signed-off-by: Peter Korsgaard --- board/qemu/aarch64-sbsa/readme.txt | 2 +- configs/qemu_aarch64_sbsa_defconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/qemu/aarch64-sbsa/readme.txt b/board/qemu/aarch64-sbsa/readme.txt index b62947f55f..cf5f66d4d6 100644 --- a/board/qemu/aarch64-sbsa/readme.txt +++ b/board/qemu/aarch64-sbsa/readme.txt @@ -23,7 +23,7 @@ Run the emulation with: -nographic \ -pflash output/images/SBSA_FLASH0.fd \ -pflash output/images/SBSA_FLASH1.fd \ - -hda output/images/disk.img + -hda output/images/disk.img # qemu_aarch64_sbsa_defconfig Note that if you want to run sbsa-ref emulation with QEMU provided by your distro (i.e., not host-qemu by Buildroot) then you may need to diff --git a/configs/qemu_aarch64_sbsa_defconfig b/configs/qemu_aarch64_sbsa_defconfig index 9285ad7586..2eb75cbe87 100644 --- a/configs/qemu_aarch64_sbsa_defconfig +++ b/configs/qemu_aarch64_sbsa_defconfig @@ -15,8 +15,8 @@ BR2_TARGET_ROOTFS_EXT2_4=y # BR2_TARGET_ROOTFS_TAR is not set # Image -BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/aarch64-sbsa/assemble-flash-images support/scripts/genimage.sh" -BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/qemu/aarch64-sbsa/genimage.cfg" +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh board/qemu/aarch64-sbsa/assemble-flash-images support/scripts/genimage.sh" +BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG) -c board/qemu/aarch64-sbsa/genimage.cfg" # Linux headers same as kernel, a 5.10 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y