From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B06ABE0074A for ; Sun, 26 Feb 2012 21:18:59 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q1R5Icuk018771 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 26 Feb 2012 21:18:39 -0800 (PST) Received: from bruce-ashfields-macbook.local (128.224.20.219) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Sun, 26 Feb 2012 21:18:38 -0800 Message-ID: <4F4B122C.60406@windriver.com> Date: Mon, 27 Feb 2012 00:18:36 -0500 From: Bruce Ashfield User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Darren Hart References: <4F4B0FC8.7030807@windriver.com> <4F4B1101.5080907@linux.intel.com> In-Reply-To: <4F4B1101.5080907@linux.intel.com> Cc: Yocto Project Subject: Re: [PATCH 1/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18 X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 05:18:59 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-02-27 12:13 AM, Darren Hart wrote: > > > On 02/26/2012 09:08 PM, Bruce Ashfield wrote: >> On 12-02-27 12:04 AM, Darren Hart wrote: >>> Bring linux-yocto-tiny inline with the other 3.0 linux-yocto-* recipes. >>> Built and booted for qemux86. >> >> I'm just about to pull the trigger (i.e. a matter of hours) on 3.0.22. If >> you want to wait for that, or let this stand, either is fine with me, but >> I thought I'd warn :) >> > > If you do 3.0.22, would you just bump this recipe too along with the > other linux-yocto*3.0 recipes? Yep. I meant to offer that. I'll do some quick build tests so I can push that out with everything else. Bruce > > Thanks, > > Darren > >> Cheers, >> >> Bruce >> >>> >>> Signed-off-by: Darren Hart >>> --- >>> meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 6 +++--- >>> 1 files changed, 3 insertions(+), 3 deletions(-) >>> >>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb >>> index 061476c..fe4033b 100644 >>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb >>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb >>> @@ -5,10 +5,10 @@ require recipes-kernel/linux/linux-yocto.inc >>> KMACHINE = "yocto/standard/base" >>> KBRANCH = "${KMACHINE}" >>> >>> -LINUX_VERSION ?= "3.0.12" >>> +LINUX_VERSION ?= "3.0.18" >>> >>> -SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe" >>> -SRCREV_meta ?= "04a52a32cbdf0972033b97b83eaa83eb275dfdc9" >>> +SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8" >>> +SRCREV_meta ?= "b78a519841bd8b477cad599af8d38df6760445c1" >>> >>> PR = "r1" >>> PV = "${LINUX_VERSION}+git${SRCPV}" >> >