[Buildroot] [git commit] support/config-fragments: add a bootlin s390x toolchain

Peter Korsgaard peter at korsgaard.com
Wed Feb 15 09:23:35 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=740d923423f18d94d62e60d0efe8200c7bd889d6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

I do constantly get mails that fluent-bit fails to build for s390x.
So added this to ensure that the s390x architecture is checked as well
if I manually do:

$ ./utils/test-pkg -p fluent-bit -a

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 support/config-fragments/autobuild/bootlin-s390x-z13-glibc.config | 5 +++++
 support/config-fragments/autobuild/toolchain-configs.csv          | 1 +
 2 files changed, 6 insertions(+)

diff --git a/support/config-fragments/autobuild/bootlin-s390x-z13-glibc.config b/support/config-fragments/autobuild/bootlin-s390x-z13-glibc.config
new file mode 100644
index 0000000000..fe3f0380c9
--- /dev/null
+++ b/support/config-fragments/autobuild/bootlin-s390x-z13-glibc.config
@@ -0,0 +1,5 @@
+BR2_s390x=y
+BR2_s390x_z13=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_BLEEDING_EDGE=y
diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv
index 0b19051543..a65e9bacc3 100644
--- a/support/config-fragments/autobuild/toolchain-configs.csv
+++ b/support/config-fragments/autobuild/toolchain-configs.csv
@@ -38,6 +38,7 @@ support/config-fragments/autobuild/bootlin-powerpc-e500mc-uclibc.config,x86_64
 support/config-fragments/autobuild/bootlin-riscv32-glibc.config,x86_64
 support/config-fragments/autobuild/bootlin-riscv64-glibc.config,x86_64
 support/config-fragments/autobuild/bootlin-riscv64-musl.config,x86_64
+support/config-fragments/autobuild/bootlin-s390x-z13-glibc.config,x86_64
 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



More information about the buildroot mailing list