From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe002.messaging.microsoft.com [65.55.88.12]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1C1BBE00AE3 for ; Thu, 13 Mar 2014 07:12:12 -0700 (PDT) Received: from mail114-tx2-R.bigfish.com (10.9.14.238) by TX2EHSOBE010.bigfish.com (10.9.40.30) with Microsoft SMTP Server id 14.1.225.22; Thu, 13 Mar 2014 14:12:11 +0000 Received: from mail114-tx2 (localhost [127.0.0.1]) by mail114-tx2-R.bigfish.com (Postfix) with ESMTP id B764D3E010D; Thu, 13 Mar 2014 14:12:11 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(z21eI579ehz98dI936eI1432Izz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah21bch1fc6hzz1de098h1de097hz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh2222h224fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh22d0h2336h2438h2461h2487h24d7h2516h2545h255eh25cch25f6h2605h1155h) Received: from mail114-tx2 (localhost.localdomain [127.0.0.1]) by mail114-tx2 (MessageSwitch) id 1394719927775434_18080; Thu, 13 Mar 2014 14:12:07 +0000 (UTC) Received: from TX2EHSMHS001.bigfish.com (unknown [10.9.14.236]) by mail114-tx2.bigfish.com (Postfix) with ESMTP id F27373C00BA; Thu, 13 Mar 2014 14:12:02 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS001.bigfish.com (10.9.99.101) with Microsoft SMTP Server (TLS) id 14.16.227.3; Thu, 13 Mar 2014 14:12:02 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.3.158.2; Thu, 13 Mar 2014 14:12:02 +0000 Received: from [10.29.244.15] ([10.29.244.15]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s2DEC02N004845; Thu, 13 Mar 2014 07:12:01 -0700 Message-ID: <5321BB2A.3020300@freescale.com> Date: Thu, 13 Mar 2014 11:05:30 -0300 From: Daiane Angolini Organization: Freescale Semiconductor User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale Mailing List References: <1394719487-7243-1-git-send-email-otavio@ossystems.com.br> <1394719487-7243-2-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1394719487-7243-2-git-send-email-otavio@ossystems.com.br> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: [meta-fsl-arm PATCH v2 2/3] linux-imx: Use 3.10.17 as default X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 14:12:13 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 13-03-2014 11:04, Otavio Salvador wrote: > The new features are going to be added on top of 3.10.17-1.0.0 kernels > so we ought to support it in Yocto Project 1.6 cycle. > > To get faster feedback from regressions we should make it the default. > > Signed-off-by: Otavio Salvador I'm OK with this patch (but it's weird it's a V2) I think this is the right way to go Daiane > --- > > Changes in v2: > - new patch > > recipes-kernel/linux/linux-imx_3.10.17.bb | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-imx_3.10.17.bb b/recipes-kernel/linux/linux-imx_3.10.17.bb > index a2ced8e..03f8f7a 100644 > --- a/recipes-kernel/linux/linux-imx_3.10.17.bb > +++ b/recipes-kernel/linux/linux-imx_3.10.17.bb > @@ -6,8 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc > > DEPENDS += "lzop-native bc-native" > > -DEFAULT_PREFERENCE = "-1" > - > SRCBRANCH = "imx_3.10.17_1.0.0_beta" > SRCREV = "ec1af9f898d234001d8fc7d720382de34cb6580f" > LOCALVERSION = "-1.0.0_beta" > -- Daiane