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 1QeWd3-00005Q-3B for openembedded-core@lists.openembedded.org; Wed, 06 Jul 2011 20:15:17 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p66IBQBC017955 for ; Wed, 6 Jul 2011 19:11:26 +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 17374-10 for ; Wed, 6 Jul 2011 19:11:22 +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 p66IBHSr017949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 6 Jul 2011 19:11:17 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: References: <1309939595.20015.766.camel@rex> Date: Wed, 06 Jul 2011 19:10:44 +0100 Message-ID: <1309975844.20015.798.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 18:15:17 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-07-06 at 11:06 -0700, Khem Raj wrote: > On Wed, Jul 6, 2011 at 1:06 AM, Richard Purdie > wrote: > > 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? > > since its master git I have to change SRCREV frquently and if I do not bump > PR it ends up with dependency problems while generating image since > the SHAs are random > and they are getting into PV sometimes opkg thinks the version is > smaller than the previous > one and opkg does not like it. that aside 0.9.32+0.9.33-rc0 explains > the recipes PV better IMO Could you at least add the SRCREV you're using the recipe please? I didn't look really hard but I couldn't seem to find it when I last looked... Cheers, Richard