From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RDMoh-00066k-Du for openembedded-core@lists.openembedded.org; Mon, 10 Oct 2011 22:51:19 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9AKqEoD013489 for ; Mon, 10 Oct 2011 21:52:14 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sLVshNBX1mh0 for ; Mon, 10 Oct 2011 21:52:14 +0100 (BST) Received: from [192.168.1.66] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9AKqBhZ013485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 10 Oct 2011 21:52:13 +0100 From: Richard Purdie To: openembedded-core Date: Mon, 10 Oct 2011 21:45:30 +0100 X-Mailer: Evolution 3.1.91- Message-ID: <1318279539.23801.68.camel@ted> Mime-Version: 1.0 Subject: Some further build dependency timings X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 20:51:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Just for reference, with a base configuration, sato image: real 50m8.223s user 298m41.450s sys 52m42.200s adding: ASSUME_PROVIDED =+ "bison-native flex-native sqlite3-native git-native" (and hacking the pseudo recipe to use a sqlite3-native): real 42m6.740s user 296m21.940s sys 52m25.220s We continue to have real dependency issues around gettext in both the native and target builds... Cheers, Richard