From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co1outboundpool.messaging.microsoft.com (co1ehsobe006.messaging.microsoft.com [216.32.180.189]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BBCBDE014C8 for ; Mon, 29 Apr 2013 07:30:38 -0700 (PDT) Received: from mail171-co1-R.bigfish.com (10.243.78.233) by CO1EHSOBE010.bigfish.com (10.243.66.73) with Microsoft SMTP Server id 14.1.225.23; Mon, 29 Apr 2013 14:30:37 +0000 Received: from mail171-co1 (localhost [127.0.0.1]) by mail171-co1-R.bigfish.com (Postfix) with ESMTP id 355B5B400FF; Mon, 29 Apr 2013 14:30:37 +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: -5 X-BigFish: VS-5(z21eIzbb2dI98dI9371I1432Izz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahz8dhz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1155h) Received: from mail171-co1 (localhost.localdomain [127.0.0.1]) by mail171-co1 (MessageSwitch) id 1367245835514273_2432; Mon, 29 Apr 2013 14:30:35 +0000 (UTC) Received: from CO1EHSMHS017.bigfish.com (unknown [10.243.78.249]) by mail171-co1.bigfish.com (Postfix) with ESMTP id 7A33AD00042; Mon, 29 Apr 2013 14:30:35 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO1EHSMHS017.bigfish.com (10.243.66.27) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 29 Apr 2013 14:30:35 +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.2.328.11; Mon, 29 Apr 2013 14:30:34 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r3TEUW5l009365; Mon, 29 Apr 2013 07:30:32 -0700 Message-ID: <517E83C6.1030809@freescale.com> Date: Mon, 29 Apr 2013 11:29:26 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Fabio Estevam References: <1367243931-20854-1-git-send-email-Mahesh.Mahadevan@freescale.com> In-Reply-To: X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org, Otavio Salvador Subject: Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT 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: Mon, 29 Apr 2013 14:30:38 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 04/29/2013 11:05 AM, Fabio Estevam wrote: > On Mon, Apr 29, 2013 at 10:58 AM, Mahesh Mahadevan > wrote: > >> -# Revision of imx_2.6.35_1.1.0 branch >> -SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715" >> -LOCALVERSION_mx28 = "-1.1.0+yocto" >> - >> -# Revision of imx_2.6.35_11.09.01 branch >> -SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a" >> -LOCALVERSION_mx5 = "-11.09.01+yocto" >> +# Revision of imx_2.6.35_maintain branch >> +SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609" >> +LOCALVERSION = "+yocto" > > Should't this be: > > # Revision of imx_2.6.35_maintain branch > SRCREV_mx28 = "a8e0615aab26a69b306c50d27409d732869e6609" > SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609" > LOCALVERSION_mx28 = "-maintain-branch+yocto" > LOCALVERSION_mx5 = "-maintain-branch+yocto" I prefer LOCALVERSION_mx28 = "-imx_2.6.35_maintain+yocto" LOCALVERSION_mx5 = "-imx_2.6.35_maintain+yocto" if possible. Daiane