* [Buildroot] [PATCH v3] glibc: add version 2.24
@ 2016-08-09 8:55 Vicente Olivert Riera
2016-08-09 19:34 ` Yann E. MORIN
0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-08-09 8:55 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
Changes v2 -> v3:
- Add kernel headers >= 3.2 dependency
Changes v1 -> v2:
- Fix typo in glibc.hash: 2.23 -> 2.24 (Thanks Khem Raj)
package/glibc/Config.in | 9 +++++++++
package/glibc/glibc.hash | 1 +
2 files changed, 10 insertions(+)
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index f86822d..643ebef 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -22,6 +22,14 @@ config BR2_GLIBC_VERSION_2_23
# No support for pthread barriers on < v9 ISA
depends on !BR2_sparc
+config BR2_GLIBC_VERSION_2_24
+ bool "2.24"
+ # No support for pthread barriers on < v9 ISA
+ depends on !BR2_sparc
+ # Linux 3.2 or later kernel headers are required on all arches.
+ # See: https://sourceware.org/ml/libc-alpha/2016-08/msg00212.html
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
+
endchoice
endif
@@ -30,3 +38,4 @@ config BR2_GLIBC_VERSION_STRING
string
default "2.22" if BR2_GLIBC_VERSION_2_22
default "2.23" if BR2_GLIBC_VERSION_2_23
+ default "2.24" if BR2_GLIBC_VERSION_2_24
diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash
index 052f281..befe80c 100644
--- a/package/glibc/glibc.hash
+++ b/package/glibc/glibc.hash
@@ -1,3 +1,4 @@
# Locally calculated after checking pgp signature (glibc)
sha256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 glibc-2.22.tar.xz
sha256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 glibc-2.23.tar.xz
+sha256 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3 glibc-2.24.tar.xz
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v3] glibc: add version 2.24
2016-08-09 8:55 [Buildroot] [PATCH v3] glibc: add version 2.24 Vicente Olivert Riera
@ 2016-08-09 19:34 ` Yann E. MORIN
2016-08-10 9:18 ` Vicente Olivert Riera
0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2016-08-09 19:34 UTC (permalink / raw)
To: buildroot
Vicente, All,
On 2016-08-09 09:55 +0100, Vicente Olivert Riera spake thusly:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> Changes v2 -> v3:
> - Add kernel headers >= 3.2 dependency
> Changes v1 -> v2:
> - Fix typo in glibc.hash: 2.23 -> 2.24 (Thanks Khem Raj)
>
> package/glibc/Config.in | 9 +++++++++
> package/glibc/glibc.hash | 1 +
> 2 files changed, 10 insertions(+)
>
> diff --git a/package/glibc/Config.in b/package/glibc/Config.in
> index f86822d..643ebef 100644
> --- a/package/glibc/Config.in
> +++ b/package/glibc/Config.in
> @@ -22,6 +22,14 @@ config BR2_GLIBC_VERSION_2_23
> # No support for pthread barriers on < v9 ISA
> depends on !BR2_sparc
>
> +config BR2_GLIBC_VERSION_2_24
> + bool "2.24"
> + # No support for pthread barriers on < v9 ISA
> + depends on !BR2_sparc
> + # Linux 3.2 or later kernel headers are required on all arches.
> + # See: https://sourceware.org/ml/libc-alpha/2016-08/msg00212.html
> + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
You forgot the comment:
comment "glibc-2.24 needs kernel headers >= 3.2"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
Regards,
Yann E. MORIN.
> endchoice
>
> endif
> @@ -30,3 +38,4 @@ config BR2_GLIBC_VERSION_STRING
> string
> default "2.22" if BR2_GLIBC_VERSION_2_22
> default "2.23" if BR2_GLIBC_VERSION_2_23
> + default "2.24" if BR2_GLIBC_VERSION_2_24
> diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash
> index 052f281..befe80c 100644
> --- a/package/glibc/glibc.hash
> +++ b/package/glibc/glibc.hash
> @@ -1,3 +1,4 @@
> # Locally calculated after checking pgp signature (glibc)
> sha256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 glibc-2.22.tar.xz
> sha256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 glibc-2.23.tar.xz
> +sha256 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3 glibc-2.24.tar.xz
> --
> 2.7.3
>
> _______________________________________________
> 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 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v3] glibc: add version 2.24
2016-08-09 19:34 ` Yann E. MORIN
@ 2016-08-10 9:18 ` Vicente Olivert Riera
0 siblings, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-08-10 9:18 UTC (permalink / raw)
To: buildroot
Hello Yann,
On 09/08/16 20:34, Yann E. MORIN wrote:
> Vicente, All,
>
> On 2016-08-09 09:55 +0100, Vicente Olivert Riera spake thusly:
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>> Changes v2 -> v3:
>> - Add kernel headers >= 3.2 dependency
>> Changes v1 -> v2:
>> - Fix typo in glibc.hash: 2.23 -> 2.24 (Thanks Khem Raj)
>>
>> package/glibc/Config.in | 9 +++++++++
>> package/glibc/glibc.hash | 1 +
>> 2 files changed, 10 insertions(+)
>>
>> diff --git a/package/glibc/Config.in b/package/glibc/Config.in
>> index f86822d..643ebef 100644
>> --- a/package/glibc/Config.in
>> +++ b/package/glibc/Config.in
>> @@ -22,6 +22,14 @@ config BR2_GLIBC_VERSION_2_23
>> # No support for pthread barriers on < v9 ISA
>> depends on !BR2_sparc
>>
>> +config BR2_GLIBC_VERSION_2_24
>> + bool "2.24"
>> + # No support for pthread barriers on < v9 ISA
>> + depends on !BR2_sparc
>> + # Linux 3.2 or later kernel headers are required on all arches.
>> + # See: https://sourceware.org/ml/libc-alpha/2016-08/msg00212.html
>> + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
>
> You forgot the comment:
>
> comment "glibc-2.24 needs kernel headers >= 3.2"
> depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
certainly I'm not in my best days :-(
Thanks for spotting that; I'll cook a v4.
Regards,
Vincent.
> Regards,
> Yann E. MORIN.
>
>> endchoice
>>
>> endif
>> @@ -30,3 +38,4 @@ config BR2_GLIBC_VERSION_STRING
>> string
>> default "2.22" if BR2_GLIBC_VERSION_2_22
>> default "2.23" if BR2_GLIBC_VERSION_2_23
>> + default "2.24" if BR2_GLIBC_VERSION_2_24
>> diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash
>> index 052f281..befe80c 100644
>> --- a/package/glibc/glibc.hash
>> +++ b/package/glibc/glibc.hash
>> @@ -1,3 +1,4 @@
>> # Locally calculated after checking pgp signature (glibc)
>> sha256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 glibc-2.22.tar.xz
>> sha256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 glibc-2.23.tar.xz
>> +sha256 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3 glibc-2.24.tar.xz
>> --
>> 2.7.3
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-10 9:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 8:55 [Buildroot] [PATCH v3] glibc: add version 2.24 Vicente Olivert Riera
2016-08-09 19:34 ` Yann E. MORIN
2016-08-10 9:18 ` Vicente Olivert Riera
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.