From 1263adf7a97b2cbc943b0c947f24401a59716aa6 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Tue, 21 May 2024 23:38:14 +0200 Subject: [PATCH] support/config-fragments: fix bootlin-x86-i686-musl Commit a8be4a04ad "support/config-fragments: replace br-i386-pentium-mmx-musl" replaced this old toolchain by bootlin-x86-i686-musl. When using test-pkg with all toolchains, bootlin-x86-i686-musl is always failing. The issue can be reproduced with for example: utils/test-pkg -a -p busybox The issue can also be reproduced with a simple config like: cat > .config < [Romain: add the link to the Bootlin toolchain fragment] Signed-off-by: Romain Naour --- support/config-fragments/autobuild/bootlin-x86-i686-musl.config | 1 + 1 file changed, 1 insertion(+) diff --git a/support/config-fragments/autobuild/bootlin-x86-i686-musl.config b/support/config-fragments/autobuild/bootlin-x86-i686-musl.config index 2afe096f32..697e9c625e 100644 --- a/support/config-fragments/autobuild/bootlin-x86-i686-musl.config +++ b/support/config-fragments/autobuild/bootlin-x86-i686-musl.config @@ -1,4 +1,5 @@ BR2_i386=y +BR2_x86_i686=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE=y