Skip to content

Commit

Permalink
support/config-fragments/autobuild: use Bootlin toolchain for x86-64 …
Browse files Browse the repository at this point in the history
…uclibc

Instead of using an external toolchain built specifically for the
autobuilders to test x86-64/uclibc, use a pre-built Bootlin toolchain.

The previous configuration was for Core2 platform, but the Bootlin
toolchains only provide a Core i7 configuration. Since this is close
enough, we change to use this Core i7 configuration.

Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
tpetazzoni authored and yann-morin-1998 committed Feb 3, 2021
1 parent 9e56f77 commit 5679e58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BR2_x86_64=y
BR2_x86_corei7=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE=y
11 changes: 0 additions & 11 deletions support/config-fragments/autobuild/br-x86-64-core2-full.config

This file was deleted.

2 changes: 1 addition & 1 deletion support/config-fragments/autobuild/toolchain-configs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ support/config-fragments/autobuild/bootlin-sh4-uclibc.config,x86_64
support/config-fragments/autobuild/bootlin-sparc-uclibc.config,x86_64
support/config-fragments/autobuild/bootlin-sparc64-glibc.config,x86_64
support/config-fragments/autobuild/bootlin-x86-64-glibc.config,x86_64
support/config-fragments/autobuild/bootlin-x86-64-uclibc.config,x86_64
support/config-fragments/autobuild/br-arc-full-internal.config,any
support/config-fragments/autobuild/br-arc-internal-glibc.config,any
support/config-fragments/autobuild/br-arm-basic.config,x86_64
Expand All @@ -60,7 +61,6 @@ support/config-fragments/autobuild/br-riscv64.config,x86_64
support/config-fragments/autobuild/br-riscv64-full-internal.config,any
support/config-fragments/autobuild/br-riscv64-musl.config,x86_64
support/config-fragments/autobuild/br-s390x-z13-internal-glibc.config,any
support/config-fragments/autobuild/br-x86-64-core2-full.config,x86_64
support/config-fragments/autobuild/br-xtensa-full.config,x86_64
support/config-fragments/autobuild/br-xtensa-full-internal.config,any
support/config-fragments/autobuild/linaro-aarch64.config,x86
Expand Down

0 comments on commit 5679e58

Please sign in to comment.