From 603f6c631e9454d10517599e229943f2b26d08a5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Aug 2012 08:17:20 +0100 Subject: 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 --- meta-yocto/conf/machine/atom-pc.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-yocto') 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" APPEND += "usbcore.autosuspend=1" GLIBC_ADDONS = "nptl" -GLIBC_EXTRA_OECONF = "--with-tls" EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" -- cgit v1.2.3-54-g00ecf