From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by mx1.pokylinux.org (Postfix) with ESMTP id 699B44C81065 for ; Tue, 18 Jan 2011 16:33:23 -0600 (CST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 18 Jan 2011 14:33:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,340,1291622400"; d="scan'208";a="376422562" Received: from unknown (HELO [10.255.14.114]) ([10.255.14.114]) by azsmga001.ch.intel.com with ESMTP; 18 Jan 2011 14:33:19 -0800 Message-ID: <4D36152F.7020501@intel.com> Date: Tue, 18 Jan 2011 14:33:19 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: Mark Hatle References: <4D2FD707.4080509@windriver.com> In-Reply-To: <4D2FD707.4080509@windriver.com> Cc: poky Subject: Re: [PATCH 0/1] pseudo: Update to the latest upstream version X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2011 22:33:23 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/13/2011 08:54 PM, Mark Hatle wrote: > Update pseudo to the latest version to resolve a number of optimization defects. > > The problems were present on both 64-bit and 32-bit systems, but generally only > caused issues on 32-bit hosts. > > Note: once you upgrade you need to be sure to clean out pseudo. In order to do > this ../bitbake/bin/bitbake -c cleanall pseudo-native > > Followed by ../bitbake/bin/bitbake pseudo-native > > Otherwise you can end up in a wierd situation where the old pseudo is being > used to build the new one. > > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: mhatle/pseudo > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo > > Thanks, > Mark Hatle > --- > > > Mark Hatle (1): > pseudo: Update to the latest upstream version > > .../conf/distro/include/poky-default-revisions.inc | 2 +- > .../895fa7e359e8026a608fba052c2994e42901e45f.patch | 235 -------------------- > meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- > 3 files changed, 2 insertions(+), 237 deletions(-) > delete mode 100644 > meta/recipes-devtools/pseudo/pseudo/895fa7e359e8026a608fba052c2994e42901e45f.patch > Pulled into Master, with the patch Thanks Sau!