mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
configs/qemu_aarch64_{ebbr, sbsa}_defconfig: switch to Bootlin stable toolchain
Update the qemu aarch64 ebbr/sbsa configurations to use the Bootlin glibc stable prebuilt external toolchain, as recommended in the Buildroot meeting report from ELCE 2024: https://elinux.org/Buildroot:DeveloperDaysELCE2024 This will reduce the number of Gilab-CI minutes by ~20 minutes. https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913979 (qemu_aarch64_ebbr_defconfig) https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913980 (qemu_aarch64_sbsa_defconfig) Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
dbe0896826
commit
1b6450e41f
@@ -1,5 +1,7 @@
|
|||||||
BR2_aarch64=y
|
BR2_aarch64=y
|
||||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
|
BR2_TOOLCHAIN_EXTERNAL=y
|
||||||
|
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
|
||||||
|
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
|
||||||
BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
|
BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
|
||||||
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh board/qemu/aarch64-ebbr/post-image.sh support/scripts/genimage.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh board/qemu/aarch64-ebbr/post-image.sh support/scripts/genimage.sh"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
BR2_aarch64=y
|
BR2_aarch64=y
|
||||||
BR2_neoverse_n2=y
|
BR2_neoverse_n2=y
|
||||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
|
BR2_TOOLCHAIN_EXTERNAL=y
|
||||||
|
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
|
||||||
|
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
|
||||||
BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
|
BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
|
||||||
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
||||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
||||||
|
|||||||
Reference in New Issue
Block a user