From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8933DE00346 for ; Tue, 21 Aug 2012 00:17:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q7L7HWoJ027996 for ; Tue, 21 Aug 2012 08:17:32 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25597-10 for ; Tue, 21 Aug 2012 08:17:23 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q7L7HKfQ027990 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Tue, 21 Aug 2012 08:17:21 +0100 Message-ID: <1345533440.3907.43.camel@ted> From: Richard Purdie To: "poky@yoctoproject.org" Date: Tue, 21 Aug 2012 08:17:20 +0100 X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: atom-pc: Drop glibc --with-tls option, its now the only option for glibc X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 07:17:33 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 --- 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"