All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] support/config-fragments/autobuild/bootlin-armv7m-uclibc.config: specify configuration more precisely
@ 2022-09-17 12:45 Thomas Petazzoni
  2022-09-22 12:33 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2022-09-17 12:45 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=43fc826d82acc089991d561ebca37feaf1aa421d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Due to a bug in the CodeSourcery ARM toolchain packaging, this
toolchain currently appears as available even for noMMU
configurations, which is obviously wrong. Due to this, the
bootlin-armv7m-uclibc.config fragment ends up using the CodeSourcery
ARM toolchain, which is obviously wrong for an ARM noMMU
configuration, causing a build failure when matching the toolchain
capabilities with the configuration.

Even though we will separately fix the CodeSourcery ARM toolchain
packaging, it makes sense to ensure that the
bootlin-armv7m-uclibc.config fragment explicitly selects the Bootlin
toolchain.

Reported-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 support/config-fragments/autobuild/bootlin-armv7m-uclibc.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/config-fragments/autobuild/bootlin-armv7m-uclibc.config b/support/config-fragments/autobuild/bootlin-armv7m-uclibc.config
index 8d05409647..48f2bb3488 100644
--- a/support/config-fragments/autobuild/bootlin-armv7m-uclibc.config
+++ b/support/config-fragments/autobuild/bootlin-armv7m-uclibc.config
@@ -1,4 +1,5 @@
 BR2_arm=y
 BR2_cortex_m4=y
 BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
 BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE=y
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [git commit] support/config-fragments/autobuild/bootlin-armv7m-uclibc.config: specify configuration more precisely
  2022-09-17 12:45 [Buildroot] [git commit] support/config-fragments/autobuild/bootlin-armv7m-uclibc.config: specify configuration more precisely Thomas Petazzoni
@ 2022-09-22 12:33 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-09-22 12:33 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=43fc826d82acc089991d561ebca37feaf1aa421d
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Due to a bug in the CodeSourcery ARM toolchain packaging, this
 > toolchain currently appears as available even for noMMU
 > configurations, which is obviously wrong. Due to this, the
 > bootlin-armv7m-uclibc.config fragment ends up using the CodeSourcery
 > ARM toolchain, which is obviously wrong for an ARM noMMU
 > configuration, causing a build failure when matching the toolchain
 > capabilities with the configuration.

 > Even though we will separately fix the CodeSourcery ARM toolchain
 > packaging, it makes sense to ensure that the
 > bootlin-armv7m-uclibc.config fragment explicitly selects the Bootlin
 > toolchain.

 > Reported-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2022.02.x, 2022.05.x and 2022.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-22 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 12:45 [Buildroot] [git commit] support/config-fragments/autobuild/bootlin-armv7m-uclibc.config: specify configuration more precisely Thomas Petazzoni
2022-09-22 12:33 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.