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 5752BE00735 for ; Thu, 24 Nov 2011 02:52:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pAOAqnme023652 for ; Thu, 24 Nov 2011 10:52:49 GMT 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 22565-08 for ; Thu, 24 Nov 2011 10:52:45 +0000 (GMT) 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 pAOAqf7M023646 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 24 Nov 2011 10:52:43 GMT Message-ID: <1322131968.24143.6.camel@ted> From: Richard Purdie To: yocto Date: Thu, 24 Nov 2011 10:52:48 +0000 X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Build Time Update X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2011 10:52:57 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Just to update on build time at the moment, we did regress pretty badly recently. I'm fairly sure this was down to a useradd change which meant dbus-native was depending on a target package and holding up a significant portion of the build and this has been fixed. I just did a build of a qemuarm "core-image-sato" on my 12 way system in 43 minutes. I usually benchmark qemux86 which was at around 51 minutes for the same configuration. I suspect the recent pseudo and libtool linking changes have given us some good speedups. More work remains but we have made some good progress there! Cheers, Richard