summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-21 08:17:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-21 12:15:33 +0100
commit603f6c631e9454d10517599e229943f2b26d08a5 (patch)
tree6f142837348e71f250f3d562fd06838ad9761b5e
parentfe9a576e8d27460468dfe5eac90aad49ab26a8d3 (diff)
downloadpoky-603f6c631e9454d10517599e229943f2b26d08a5.tar.gz
atom-pc: Drop glibc --with-tls option, its now the only option for glibc
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. (From meta-yocto rev: d9596aaab2854a3b21e4d6c4c4587f878b8391dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto/conf/machine/atom-pc.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
index 73aba58291..46bc71b75d 100644
--- a/meta-yocto/conf/machine/atom-pc.conf
+++ b/meta-yocto/conf/machine/atom-pc.conf
@@ -33,7 +33,6 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz live"
33APPEND += "usbcore.autosuspend=1" 33APPEND += "usbcore.autosuspend=1"
34 34
35GLIBC_ADDONS = "nptl" 35GLIBC_ADDONS = "nptl"
36GLIBC_EXTRA_OECONF = "--with-tls"
37 36
38EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" 37EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
39 38