-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support/config-fragments/autobuild: use external toolchains in RISC-V…
… configs This commit replaces the two RISC-V configurations used for the autobuilders to use pre-built external toolchains rather than internal toolchains. This saves quite a bit of build time in the autobuilders, and also allows people to reproduce build issues in a much more efficient way, since rebuilding the toolchain is not needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Mark Corbin <mark.corbin@embecosm.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
- Loading branch information
1 parent
71e449d
commit 78596e3
Showing
5 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
support/config-fragments/autobuild/br-riscv32-internal-glibc.config
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
BR2_riscv=y | ||
BR2_RISCV_32=y | ||
BR2_TOOLCHAIN_EXTERNAL=y | ||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y | ||
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.net/toolchains/tarballs/br-riscv32-2019.02-rc1.tar.bz2" | ||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19=y | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y | ||
BR2_TOOLCHAIN_EXTERNAL_CXX=y |
3 changes: 0 additions & 3 deletions
3
support/config-fragments/autobuild/br-riscv64-internal-glibc.config
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
BR2_riscv=y | ||
BR2_TOOLCHAIN_EXTERNAL=y | ||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y | ||
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.net/toolchains/tarballs/br-riscv64-2019.02-rc1.tar.bz2" | ||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19=y | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y | ||
BR2_TOOLCHAIN_EXTERNAL_CXX=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters