* [Buildroot] [PATCH v1 0/1] Fix buildroot build - binutils missing update
@ 2025-02-05 2:01 Vincent Jardin
2025-02-05 2:01 ` [Buildroot] [PATCH v1 1/1] package/binutils: bump to 2.44 Vincent Jardin
0 siblings, 1 reply; 4+ messages in thread
From: Vincent Jardin @ 2025-02-05 2:01 UTC (permalink / raw)
To: buildroot; +Cc: Romain Naour, Thomas Petazzoni, Vincent Jardin
v1:
- since the commit a42041575e5, it seems 2.44 should have been used
- example of build failure: https://gitlab.com/vjardin/buildroot/-/jobs/9043815781
ERROR: No hash found for binutils-2.43.tar.xz
Vincent Jardin (1):
package/binutils: bump to 2.44
package/binutils/binutils.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v1 1/1] package/binutils: bump to 2.44
2025-02-05 2:01 [Buildroot] [PATCH v1 0/1] Fix buildroot build - binutils missing update Vincent Jardin
@ 2025-02-05 2:01 ` Vincent Jardin
2025-02-05 6:51 ` Thomas Petazzoni
2025-02-05 6:57 ` Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Vincent Jardin @ 2025-02-05 2:01 UTC (permalink / raw)
To: buildroot; +Cc: Romain Naour, Thomas Petazzoni, Vincent Jardin
From the commit a42041575e5, it seem that the intend was 2.44
There is no hash for the version 2.43, but 2.43.1
Signed-off-by: Vincent Jardin <vjardin@free.fr>
---
package/binutils/binutils.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 227eeefc4f..8581e1ee0c 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y)
BINUTILS_VERSION = arc-2023.09-release
else
-BINUTILS_VERSION = 2.43
+BINUTILS_VERSION = 2.44
endif
endif # BINUTILS_VERSION
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] package/binutils: bump to 2.44
2025-02-05 2:01 ` [Buildroot] [PATCH v1 1/1] package/binutils: bump to 2.44 Vincent Jardin
@ 2025-02-05 6:51 ` Thomas Petazzoni
2025-02-05 6:57 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2025-02-05 6:51 UTC (permalink / raw)
To: Vincent Jardin; +Cc: buildroot, Romain Naour
On Wed, 5 Feb 2025 03:01:43 +0100
Vincent Jardin <vjardin@free.fr> wrote:
> else
> -BINUTILS_VERSION = 2.43
> +BINUTILS_VERSION = 2.44
> endif
Thanks for the fix, but the correct fix is to change to 2.43.1, not
2.44. Indeed our default version now is the 2.43.x series. My mistake
was to switch from 2.42 to 2.43, I should have switched from 2.42 to
2.43.1.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] package/binutils: bump to 2.44
2025-02-05 2:01 ` [Buildroot] [PATCH v1 1/1] package/binutils: bump to 2.44 Vincent Jardin
2025-02-05 6:51 ` Thomas Petazzoni
@ 2025-02-05 6:57 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2025-02-05 6:57 UTC (permalink / raw)
To: Vincent Jardin; +Cc: buildroot, Romain Naour
On Wed, 5 Feb 2025 03:01:43 +0100
Vincent Jardin <vjardin@free.fr> wrote:
> From the commit a42041575e5, it seem that the intend was 2.44
> There is no hash for the version 2.43, but 2.43.1
>
> Signed-off-by: Vincent Jardin <vjardin@free.fr>
> ---
> package/binutils/binutils.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied after fixing the change to update to 2.43.1, and improving the
commit log.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-05 6:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 2:01 [Buildroot] [PATCH v1 0/1] Fix buildroot build - binutils missing update Vincent Jardin
2025-02-05 2:01 ` [Buildroot] [PATCH v1 1/1] package/binutils: bump to 2.44 Vincent Jardin
2025-02-05 6:51 ` Thomas Petazzoni
2025-02-05 6:57 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox