diff mbox series

support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components

Message ID 20230428230618.261911-2-romain.naour@gmail.com
State Accepted
Headers show
Series support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components | expand

Commit Message

Romain Naour April 28, 2023, 11:06 p.m. UTC
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(-)

Comments

Yann E. MORIN May 21, 2023, 5 p.m. UTC | #1
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
Peter Korsgaard May 29, 2023, 6:54 a.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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