forked from OpenDingux/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
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 Bootlin toolchain for x86-64 …
…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
1 parent
9e56f77
commit 5679e58
Showing
3 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
support/config-fragments/autobuild/bootlin-x86-64-uclibc.config
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,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
11
support/config-fragments/autobuild/br-x86-64-core2-full.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