All of lore.kernel.org
 help / color / mirror / Atom feed
* atom-pc: Drop glibc --with-tls option, its now the only option for glibc
@ 2012-08-21  7:17 Richard Purdie
  2012-08-21 17:40 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2012-08-21  7:17 UTC (permalink / raw)
  To: poky@yoctoproject.org

This option is unused by (e)glibc since 2011 and is the default. It has been
shown to interact badly with the configure option in ia32-base.inc from meta-intel
causing a rebuild of the whole system despite the only change being an 
assignment with += vs =. The easiest fix is simply to drop it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
index 38db414..92d5938 100644
--- a/meta-yocto/conf/machine/atom-pc.conf
+++ b/meta-yocto/conf/machine/atom-pc.conf
@@ -35,7 +35,6 @@ IMAGE_FSTYPES ?= "ext3.lzma live"
 APPEND += "usbcore.autosuspend=1"
 
 GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
 
 EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
 




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

* Re: atom-pc: Drop glibc --with-tls option, its now the only option for glibc
  2012-08-21  7:17 atom-pc: Drop glibc --with-tls option, its now the only option for glibc Richard Purdie
@ 2012-08-21 17:40 ` Khem Raj
  2012-08-21 22:11   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2012-08-21 17:40 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky@yoctoproject.org

On Tue, Aug 21, 2012 at 12:17 AM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> This option is unused by (e)glibc since 2011 and is the default. It has been
> shown to interact badly with the configure option in ia32-base.inc from meta-intel
> causing a rebuild of the whole system despite the only change being an
> assignment with += vs =. The easiest fix is simply to drop it.

yes, is TLS disabled got atompc somehow ?

>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
> index 38db414..92d5938 100644
> --- a/meta-yocto/conf/machine/atom-pc.conf
> +++ b/meta-yocto/conf/machine/atom-pc.conf
> @@ -35,7 +35,6 @@ IMAGE_FSTYPES ?= "ext3.lzma live"
>  APPEND += "usbcore.autosuspend=1"
>
>  GLIBC_ADDONS = "nptl"
> -GLIBC_EXTRA_OECONF = "--with-tls"
>
>  EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


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

* Re: atom-pc: Drop glibc --with-tls option, its now the only option for glibc
  2012-08-21 17:40 ` Khem Raj
@ 2012-08-21 22:11   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-08-21 22:11 UTC (permalink / raw)
  To: Khem Raj; +Cc: poky@yoctoproject.org

On Tue, 2012-08-21 at 10:40 -0700, Khem Raj wrote:
> On Tue, Aug 21, 2012 at 12:17 AM, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> > This option is unused by (e)glibc since 2011 and is the default. It has been
> > shown to interact badly with the configure option in ia32-base.inc from meta-intel
> > causing a rebuild of the whole system despite the only change being an
> > assignment with += vs =. The easiest fix is simply to drop it.
> 
> yes, is TLS disabled got atompc somehow ?

No, one has GLIBC_EXTRA_OECONF = "--with-tls" and the other
GLIBC_EXTRA_OECONF = " --with-tls" so bitbake sees them as different and
rebuilds things it shouldn't.

I was going to move this to the eglibc recipe but since its not needed
at all, its simpler just to drop it.

Cheers,

Richard


> >
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > ---
> > diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
> > index 38db414..92d5938 100644
> > --- a/meta-yocto/conf/machine/atom-pc.conf
> > +++ b/meta-yocto/conf/machine/atom-pc.conf
> > @@ -35,7 +35,6 @@ IMAGE_FSTYPES ?= "ext3.lzma live"
> >  APPEND += "usbcore.autosuspend=1"
> >
> >  GLIBC_ADDONS = "nptl"
> > -GLIBC_EXTRA_OECONF = "--with-tls"
> >
> >  EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
> >



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

end of thread, other threads:[~2012-08-21 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21  7:17 atom-pc: Drop glibc --with-tls option, its now the only option for glibc Richard Purdie
2012-08-21 17:40 ` Khem Raj
2012-08-21 22:11   ` Richard Purdie

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.