All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components
@ 2021-06-21 21:08 Thomas Petazzoni
  2021-06-25 11:45 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2021-06-21 21:08 UTC (permalink / raw)
  To: buildroot

The br-arm-internal-glibc.config is generally used as a configuration
to test the bleeding edge versions of components. However, it has been
lagging behind somewhat, so let's bring it up-to-date:

 - Binutils 2.36.x
 - GCC 11.x

Let the fun begin in the autobuilders!

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 .../config-fragments/autobuild/br-arm-internal-glibc.config   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/config-fragments/autobuild/br-arm-internal-glibc.config b/support/config-fragments/autobuild/br-arm-internal-glibc.config
index ea6df7fbd9..fb930cbef7 100644
--- a/support/config-fragments/autobuild/br-arm-internal-glibc.config
+++ b/support/config-fragments/autobuild/br-arm-internal-glibc.config
@@ -1,6 +1,6 @@
 BR2_arm=y
 BR2_cortex_a8=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
-BR2_BINUTILS_VERSION_2_34_X=y
-BR2_GCC_VERSION_10_X=y
+BR2_BINUTILS_VERSION_2_36_X=y
+BR2_GCC_VERSION_11_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
-- 
2.31.1

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

* [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components
  2021-06-21 21:08 [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components Thomas Petazzoni
@ 2021-06-25 11:45 ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2021-06-25 11:45 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2021-06-21 23:08 +0200, Thomas Petazzoni spake thusly:
> The br-arm-internal-glibc.config is generally used as a configuration
> to test the bleeding edge versions of components. However, it has been
> lagging behind somewhat, so let's bring it up-to-date:
> 
>  - Binutils 2.36.x
>  - GCC 11.x
> 
> Let the fun begin in the autobuilders!

Wee!

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  .../config-fragments/autobuild/br-arm-internal-glibc.config   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/support/config-fragments/autobuild/br-arm-internal-glibc.config b/support/config-fragments/autobuild/br-arm-internal-glibc.config
> index ea6df7fbd9..fb930cbef7 100644
> --- a/support/config-fragments/autobuild/br-arm-internal-glibc.config
> +++ b/support/config-fragments/autobuild/br-arm-internal-glibc.config
> @@ -1,6 +1,6 @@
>  BR2_arm=y
>  BR2_cortex_a8=y
>  BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
> -BR2_BINUTILS_VERSION_2_34_X=y
> -BR2_GCC_VERSION_10_X=y
> +BR2_BINUTILS_VERSION_2_36_X=y
> +BR2_GCC_VERSION_11_X=y
>  BR2_TOOLCHAIN_BUILDROOT_CXX=y
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* Re: [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components
  2023-04-28 23:06 ` [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components Romain Naour
  2023-05-21 17:00   ` Yann E. MORIN
@ 2023-05-29  6:54   ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2023-05-29  6:54 UTC (permalink / raw)
  To: Romain Naour; +Cc: Thomas Petazzoni, buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > The br-arm-internal-glibc.config used to be generally used as a configuration
 > to test the bleeding edge versions of components. However, it has been
 > lagging behind somewhat and produce invalid configuration since binutils 2.36
 > removal... so let's bring it up-to-date:

 > - Binutils 2.39.x
 > - GCC 12.x

 > Since Buildroot 2022.02, the autobuilders doesn't use the csv file anymore
 > but the test-pkg script still use it.

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2023.02.x, thanks.

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

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

* Re: [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components
  2023-04-28 23:06 ` [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components Romain Naour
@ 2023-05-21 17:00   ` Yann E. MORIN
  2023-05-29  6:54   ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2023-05-21 17:00 UTC (permalink / raw)
  To: Romain Naour; +Cc: Thomas Petazzoni, buildroot

Romain, All,

On 2023-04-29 01:06 +0200, Romain Naour spake thusly:
> The br-arm-internal-glibc.config used to be generally used as a configuration
> to test the bleeding edge versions of components. However, it has been
> lagging behind somewhat and produce invalid configuration since binutils 2.36
> removal... so let's bring it up-to-date:
> 
> - Binutils 2.39.x
> - GCC 12.x
> 
> Since Buildroot 2022.02, the autobuilders doesn't use the csv file anymore
> but the test-pkg script still use it.
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  .../config-fragments/autobuild/br-arm-internal-glibc.config   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/support/config-fragments/autobuild/br-arm-internal-glibc.config b/support/config-fragments/autobuild/br-arm-internal-glibc.config
> index fb930cbef7..cd148f32e6 100644
> --- a/support/config-fragments/autobuild/br-arm-internal-glibc.config
> +++ b/support/config-fragments/autobuild/br-arm-internal-glibc.config
> @@ -1,6 +1,6 @@
>  BR2_arm=y
>  BR2_cortex_a8=y
>  BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
> -BR2_BINUTILS_VERSION_2_36_X=y
> -BR2_GCC_VERSION_11_X=y
> +BR2_BINUTILS_VERSION_2_39_X=y
> +BR2_GCC_VERSION_12_X=y
>  BR2_TOOLCHAIN_BUILDROOT_CXX=y
> -- 
> 2.34.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components
  2023-04-28 23:06 [Buildroot] [PATCH] Config.in.legacy: add missing binutils 2.36.x entry Romain Naour
@ 2023-04-28 23:06 ` Romain Naour
  2023-05-21 17:00   ` Yann E. MORIN
  2023-05-29  6:54   ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Romain Naour @ 2023-04-28 23:06 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Thomas Petazzoni

The br-arm-internal-glibc.config used to be generally used as a configuration
to test the bleeding edge versions of components. However, it has been
lagging behind somewhat and produce invalid configuration since binutils 2.36
removal... so let's bring it up-to-date:

- Binutils 2.39.x
- GCC 12.x

Since Buildroot 2022.02, the autobuilders doesn't use the csv file anymore
but the test-pkg script still use it.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 .../config-fragments/autobuild/br-arm-internal-glibc.config   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/config-fragments/autobuild/br-arm-internal-glibc.config b/support/config-fragments/autobuild/br-arm-internal-glibc.config
index fb930cbef7..cd148f32e6 100644
--- a/support/config-fragments/autobuild/br-arm-internal-glibc.config
+++ b/support/config-fragments/autobuild/br-arm-internal-glibc.config
@@ -1,6 +1,6 @@
 BR2_arm=y
 BR2_cortex_a8=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
-BR2_BINUTILS_VERSION_2_36_X=y
-BR2_GCC_VERSION_11_X=y
+BR2_BINUTILS_VERSION_2_39_X=y
+BR2_GCC_VERSION_12_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
-- 
2.34.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-05-29  6:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 21:08 [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components Thomas Petazzoni
2021-06-25 11:45 ` Yann E. MORIN
2023-04-28 23:06 [Buildroot] [PATCH] Config.in.legacy: add missing binutils 2.36.x entry Romain Naour
2023-04-28 23:06 ` [Buildroot] [PATCH] support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components Romain Naour
2023-05-21 17:00   ` Yann E. MORIN
2023-05-29  6:54   ` 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.