From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id DC53B6E2E9 for ; Wed, 15 Jan 2014 15:06:56 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s0FF6pWq000852; Wed, 15 Jan 2014 15:06:51 GMT 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 1EZArZa9ySRV; Wed, 15 Jan 2014 15:06:51 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s0FF6kLb000841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Jan 2014 15:06:48 GMT Message-ID: <1389798400.14987.81.camel@ted> From: Richard Purdie To: Bruce Ashfield Date: Wed, 15 Jan 2014 15:06:40 +0000 In-Reply-To: References: X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 2/3] linux-yocto/3.10: update to 3.10.25 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list 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, 15 Jan 2014 15:06:58 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2014-01-15 at 00:57 -0500, Bruce Ashfield wrote: > Updating the 3.10 tree to the 3.10.25 korg -stable release. > > Signed-off-by: Bruce Ashfield > --- > meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 10 ++++------ > meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++--- > meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++++++--------- > 3 files changed, 16 insertions(+), 18 deletions(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb > index e81a77ba4ea5..d301c06eae37 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb > @@ -3,13 +3,11 @@ require recipes-kernel/linux/linux-yocto.inc > KBRANCH = "standard/preempt-rt/base" > KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" > > -SRCREV_machine ?= "ee9480cd91b2b46325a2da9aa6ae779d8e4163c0" > -SRCREV_machine_qemuppc ?= "5c126504c0a2f72d80bae9d96cea7eb9d7854290" > -SRCREV_meta ?= "d9cd83c0292bd4e2a6754a96761027252e726a42" > +SRCREV_machine ?= "957ba6ae6c1d81b57da6a36b93f1b2a0ced2f45d" > +SRCREV_machine_qemuppc ?= "37e40b7017a9c78d676b19716011494dc7cb6369" > +SRCREV_meta ?= "778d5f6259f0b8e28a46d8a764979e20e5a8ffc4" > > -SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" > - I'm guessing this shouldn't remove the above line? It triggers parse failures... CHeers, Richard > -LINUX_VERSION ?= "3.10.19" > +LINUX_VERSION ?= "3.10.25" > > PV = "${LINUX_VERSION}+git${SRCPV}" >