* Signoff needed from dev on core glibc change
@ 2009-09-30 7:58 Graeme Gregory
2009-09-30 7:58 ` [PATCH] glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch Graeme Gregory
0 siblings, 1 reply; 4+ messages in thread
From: Graeme Gregory @ 2009-09-30 7:58 UTC (permalink / raw)
To: openembedded-devel
This change in glibc is needed to get oabi compiling working, the change
is already in eglibc so is low risk.
Graeme
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch
2009-09-30 7:58 Signoff needed from dev on core glibc change Graeme Gregory
@ 2009-09-30 7:58 ` Graeme Gregory
2009-09-30 10:59 ` Philip Balister
2009-09-30 21:17 ` Khem Raj
0 siblings, 2 replies; 4+ messages in thread
From: Graeme Gregory @ 2009-09-30 7:58 UTC (permalink / raw)
To: openembedded-devel
This is required to get glibc 2.9 to build on arm oabi. eglibc already
includes this patch and the patch is already in OE
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
---
recipes/glibc/glibc_2.9.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
index c3ebc16..56a6ff8 100644
--- a/recipes/glibc/glibc_2.9.bb
+++ b/recipes/glibc/glibc_2.9.bb
@@ -64,6 +64,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
file://march-i686.patch;patch=1;pnum=0 \
file://tls_i486.patch;patch=1 \
file://glibc-2.9-use-_begin.patch;patch=1 \
+ file://arm-lowlevellock-include-tls.patch;patch=1 \
"
# Build fails on sh3 and sh4 without additional patches
--
1.6.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch
2009-09-30 7:58 ` [PATCH] glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch Graeme Gregory
@ 2009-09-30 10:59 ` Philip Balister
2009-09-30 21:17 ` Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: Philip Balister @ 2009-09-30 10:59 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 948 bytes --]
Acked-by: Philip Balister <philip@balister.org>
On 09/30/2009 03:58 AM, Graeme Gregory wrote:
> This is required to get glibc 2.9 to build on arm oabi. eglibc already
> includes this patch and the patch is already in OE
>
> Signed-off-by: Graeme Gregory<dp@xora.org.uk>
> ---
> recipes/glibc/glibc_2.9.bb | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
> index c3ebc16..56a6ff8 100644
> --- a/recipes/glibc/glibc_2.9.bb
> +++ b/recipes/glibc/glibc_2.9.bb
> @@ -64,6 +64,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
> file://march-i686.patch;patch=1;pnum=0 \
> file://tls_i486.patch;patch=1 \
> file://glibc-2.9-use-_begin.patch;patch=1 \
> + file://arm-lowlevellock-include-tls.patch;patch=1 \
> "
>
> # Build fails on sh3 and sh4 without additional patches
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3316 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch
2009-09-30 7:58 ` [PATCH] glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch Graeme Gregory
2009-09-30 10:59 ` Philip Balister
@ 2009-09-30 21:17 ` Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2009-09-30 21:17 UTC (permalink / raw)
To: openembedded-devel
On Wed, Sep 30, 2009 at 12:58 AM, Graeme Gregory <dp@xora.org.uk> wrote:
> This is required to get glibc 2.9 to build on arm oabi. eglibc already
> includes this patch and the patch is already in OE
>
> Signed-off-by: Graeme Gregory <dp@xora.org.uk>
> ---
> recipes/glibc/glibc_2.9.bb | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
> index c3ebc16..56a6ff8 100644
> --- a/recipes/glibc/glibc_2.9.bb
> +++ b/recipes/glibc/glibc_2.9.bb
> @@ -64,6 +64,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
> file://march-i686.patch;patch=1;pnum=0 \
> file://tls_i486.patch;patch=1 \
> file://glibc-2.9-use-_begin.patch;patch=1 \
> + file://arm-lowlevellock-include-tls.patch;patch=1 \
> "
>
> # Build fails on sh3 and sh4 without additional patches
> --
> 1.6.2.5
>
you need to bump PR otherwise ok
Acked-by: Khem Raj <raj.khem@gmail.com>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-30 21:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 7:58 Signoff needed from dev on core glibc change Graeme Gregory
2009-09-30 7:58 ` [PATCH] glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch Graeme Gregory
2009-09-30 10:59 ` Philip Balister
2009-09-30 21:17 ` Khem Raj
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.