From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QeNCI-0004mC-Jg for openembedded-core@lists.openembedded.org; Wed, 06 Jul 2011 10:11:02 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p6687CEe011766 for ; Wed, 6 Jul 2011 09:07:12 +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 11472-06 for ; Wed, 6 Jul 2011 09:07:08 +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 p66877mZ011760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 6 Jul 2011 09:07:07 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: References: Date: Wed, 06 Jul 2011 09:06:35 +0100 Message-ID: <1309939595.20015.766.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 0/5] Add recipes for 0.9.32 release 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: Wed, 06 Jul 2011 08:11:02 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-07-05 at 23:48 -0700, Khem Raj wrote: > On Tue, Jul 5, 2011 at 2:09 PM, Khem Raj wrote: > > With this changeset we add new recipes for 0.9.32 and make that default > > preference. Then the git recipe are moved to track the latest master. > > systemd related fixes are separately applied to both git recipe and 0.9.32 > > recipes > > > > Both sets work for arm,mips,ppc,x86,x86-64 > > > > Thanks > > -Khem > > > > > > The following changes since commit 4eb3abaa5f4b5df0314dc0d503298d65cd203259: > > > > uclibc-0.9.32: Implement execvpe and refresh scheduler functions (2011-07-05 13:53:05 -0700) > > > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-0.9.32 > > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-0.9.32 > > > > Khem Raj (5): > > uclibc: Add recipes for 0.9.32 release > > tcmode-default: Define UCLIBCVERSION and set it to 0.9.32 > > uclibc_git: Move SRCREV past 0.9.32 release > > I have update PV in above commit to 0.9.32+0.9.33-rc0 instead of > 0.9.32+gitr${SRCPV} which is troublesome to use with git Can you expand a little more about what was troublesome with it? Is there a revision being specified for the uclibc git recipe? Cheers, Richard