* [Buildroot] [PATCH next] package/musl: bump to version 1.2.5
@ 2024-03-03 8:41 Thomas Petazzoni via buildroot
2024-03-03 9:55 ` Yann E. MORIN
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-03-03 8:41 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
This release adds two new ports: loongarch64 and riscv32. The former
is not supported in Buildroot, but the latter is, so it gets enabled
in this commit.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/musl/Config.in | 2 +-
package/musl/musl.hash | 4 ++--
package/musl/musl.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/musl/Config.in b/package/musl/Config.in
index 89f41d2ff1..7fba85bcd9 100644
--- a/package/musl/Config.in
+++ b/package/musl/Config.in
@@ -15,7 +15,7 @@ config BR2_PACKAGE_MUSL_ARCH_SUPPORTS
default y if BR2_powerpc
default y if BR2_powerpc64
default y if BR2_powerpc64le
- default y if BR2_RISCV_64
+ default y if BR2_riscv
default y if BR2_sh
default y if BR2_x86_64
depends on !BR2_POWERPC_CPU_HAS_SPE # not supported, build breaks
diff --git a/package/musl/musl.hash b/package/musl/musl.hash
index 3b5fccc9e2..b105320bac 100644
--- a/package/musl/musl.hash
+++ b/package/musl/musl.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature from
-# http://musl.libc.org/releases/musl-1.2.4.tar.gz.asc
-sha256 7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039 musl-1.2.4.tar.gz
+# http://musl.libc.org/releases/musl-1.2.5.tar.gz.asc
+sha256 a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4 musl-1.2.5.tar.gz
sha256 f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af COPYRIGHT
diff --git a/package/musl/musl.mk b/package/musl/musl.mk
index 08706c139f..783a103fcd 100644
--- a/package/musl/musl.mk
+++ b/package/musl/musl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MUSL_VERSION = 1.2.4
+MUSL_VERSION = 1.2.5
MUSL_SITE = http://musl.libc.org/releases
MUSL_LICENSE = MIT
MUSL_LICENSE_FILES = COPYRIGHT
--
2.43.0
_______________________________________________
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 next] package/musl: bump to version 1.2.5
2024-03-03 8:41 [Buildroot] [PATCH next] package/musl: bump to version 1.2.5 Thomas Petazzoni via buildroot
@ 2024-03-03 9:55 ` Yann E. MORIN
2024-03-03 10:25 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2024-03-03 9:55 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
Thomas, All,
On 2024-03-03 09:41 +0100, Thomas Petazzoni via buildroot spake thusly:
> This release adds two new ports: loongarch64 and riscv32. The former
> is not supported in Buildroot, but the latter is, so it gets enabled
> in this commit.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
I did a simple arm build, it worked. Let's see what autobuilders will
have to say about this, now.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/musl/Config.in | 2 +-
> package/musl/musl.hash | 4 ++--
> package/musl/musl.mk | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/musl/Config.in b/package/musl/Config.in
> index 89f41d2ff1..7fba85bcd9 100644
> --- a/package/musl/Config.in
> +++ b/package/musl/Config.in
> @@ -15,7 +15,7 @@ config BR2_PACKAGE_MUSL_ARCH_SUPPORTS
> default y if BR2_powerpc
> default y if BR2_powerpc64
> default y if BR2_powerpc64le
> - default y if BR2_RISCV_64
> + default y if BR2_riscv
> default y if BR2_sh
> default y if BR2_x86_64
> depends on !BR2_POWERPC_CPU_HAS_SPE # not supported, build breaks
> diff --git a/package/musl/musl.hash b/package/musl/musl.hash
> index 3b5fccc9e2..b105320bac 100644
> --- a/package/musl/musl.hash
> +++ b/package/musl/musl.hash
> @@ -1,4 +1,4 @@
> # Locally calculated after checking pgp signature from
> -# http://musl.libc.org/releases/musl-1.2.4.tar.gz.asc
> -sha256 7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039 musl-1.2.4.tar.gz
> +# http://musl.libc.org/releases/musl-1.2.5.tar.gz.asc
> +sha256 a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4 musl-1.2.5.tar.gz
> sha256 f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af COPYRIGHT
> diff --git a/package/musl/musl.mk b/package/musl/musl.mk
> index 08706c139f..783a103fcd 100644
> --- a/package/musl/musl.mk
> +++ b/package/musl/musl.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -MUSL_VERSION = 1.2.4
> +MUSL_VERSION = 1.2.5
> MUSL_SITE = http://musl.libc.org/releases
> MUSL_LICENSE = MIT
> MUSL_LICENSE_FILES = COPYRIGHT
> --
> 2.43.0
>
> _______________________________________________
> 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] 4+ messages in thread
* Re: [Buildroot] [PATCH next] package/musl: bump to version 1.2.5
2024-03-03 9:55 ` Yann E. MORIN
@ 2024-03-03 10:25 ` Thomas Petazzoni via buildroot
2024-03-03 10:32 ` Yann E. MORIN
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-03-03 10:25 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: buildroot
On Sun, 3 Mar 2024 10:55:34 +0100
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> I did a simple arm build, it worked. Let's see what autobuilders will
> have to say about this, now.
>
> Applied to master, thanks.
To master? This was intended for next.
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 next] package/musl: bump to version 1.2.5
2024-03-03 10:25 ` Thomas Petazzoni via buildroot
@ 2024-03-03 10:32 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2024-03-03 10:32 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
Thomas, All,
On 2024-03-03 11:25 +0100, Thomas Petazzoni via buildroot spake thusly:
> On Sun, 3 Mar 2024 10:55:34 +0100
> "Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> > I did a simple arm build, it worked. Let's see what autobuilders will
> > have to say about this, now.
> > Applied to master, thanks.
> To master? This was intended for next.
Yes, yes, yes: Applied to next!
Sorry for the confusion...
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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] 4+ messages in thread
end of thread, other threads:[~2024-03-03 10:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 8:41 [Buildroot] [PATCH next] package/musl: bump to version 1.2.5 Thomas Petazzoni via buildroot
2024-03-03 9:55 ` Yann E. MORIN
2024-03-03 10:25 ` Thomas Petazzoni via buildroot
2024-03-03 10:32 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox