From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (unknown [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id C52506FB80 for ; Wed, 28 May 2014 08:36:58 +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 s4S8arFt024260; Wed, 28 May 2014 09:36:53 +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 0t1f3J_cHeHB; Wed, 28 May 2014 09:36:53 +0100 (BST) 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 s4S8amLo024255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 28 May 2014 09:36:50 +0100 Message-ID: <1401266199.2607.15.camel@ted> From: Richard Purdie To: Bruce Ashfield Date: Wed, 28 May 2014 09:36:39 +0100 In-Reply-To: <81e37d5db466c157a8ca0069c60102eb12616532.1401124899.git.bruce.ashfield@windriver.com> References: <81e37d5db466c157a8ca0069c60102eb12616532.1401124899.git.bruce.ashfield@windriver.com> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40 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, 28 May 2014 08:37:00 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote: > diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > index 7081cd18aa57..b1b80341d6d2 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > @@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}" > LINUX_KERNEL_TYPE = "tiny" > KCONFIG_MODE = "--allnoconfig" > > -LINUX_VERSION ?= "3.10.38" > +LINUX_VERSION ?= "3.10.40" > > KMETA = "meta" > > -SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388" > -SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599" > +SRCREV_machine ?= "f53a6114b3a6e8c03ca4752de829887015f4c942" > +SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d" We're seeing failures since "13ae75f4a26fcd65abe526ef5f1dcde0583f453d" doesn't appear to exist in the 3.10 tree meta branch. "bitbake -b linux-yocto-tiny_3.10 -c fetch" reproduces. Did you miss pushing something? We're seeing failures on the autobuilder as I've merged this :/. Cheers, Richard