From b6b766527e9303594c4fa7ac8f782cc5859ea2c6 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 20 Oct 2018 16:55:59 +0200 Subject: [PATCH] support/config-fragments/autobuild: test the ARM AArch64 toolchain Signed-off-by: Thomas Petazzoni --- support/config-fragments/autobuild/arm-aarch64.config | 4 ++++ support/config-fragments/autobuild/toolchain-configs.csv | 1 + 2 files changed, 5 insertions(+) create mode 100644 support/config-fragments/autobuild/arm-aarch64.config diff --git a/support/config-fragments/autobuild/arm-aarch64.config b/support/config-fragments/autobuild/arm-aarch64.config new file mode 100644 index 0000000000..bed08dcb1d --- /dev/null +++ b/support/config-fragments/autobuild/arm-aarch64.config @@ -0,0 +1,4 @@ +BR2_aarch64=y +BR2_cortex_a72=y +BR2_TOOLCHAIN_EXTERNAL=y +BR2_TOOLCHAIN_EXTERNAL_ARM_AARCH64=y diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv index d5bba8949e..f24ec9ced0 100644 --- a/support/config-fragments/autobuild/toolchain-configs.csv +++ b/support/config-fragments/autobuild/toolchain-configs.csv @@ -22,6 +22,7 @@ support/config-fragments/autobuild/br-arm-full-static.config,x86_64 support/config-fragments/autobuild/armv5-ctng-linux-gnueabi.config,x86 # Toolchains used by test-pkg only when the '-a' option is passed: +support/config-fragments/autobuild/arm-aarch64.config,x86_64 support/config-fragments/autobuild/armv7-ctng-linux-gnueabihf.config,x86 support/config-fragments/autobuild/br-aarch64-glibc.config,x86_64 support/config-fragments/autobuild/br-arc-full-internal.config,any -- 2.30.2