From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co1outboundpool.messaging.microsoft.com (co1ehsobe004.messaging.microsoft.com [216.32.180.187]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 22C39E016A2 for ; Mon, 14 Oct 2013 10:41:47 -0700 (PDT) Received: from mail184-co1-R.bigfish.com (10.243.78.247) by CO1EHSOBE040.bigfish.com (10.243.66.105) with Microsoft SMTP Server id 14.1.225.22; Mon, 14 Oct 2013 17:41:47 +0000 Received: from mail184-co1 (localhost [127.0.0.1]) by mail184-co1-R.bigfish.com (Postfix) with ESMTP id D51DE480094; Mon, 14 Oct 2013 17:41:46 +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: -11 X-BigFish: VS-11(zzbb2dI98dI9371I1432I11f6N14ffIzz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de097hz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail184-co1 (localhost.localdomain [127.0.0.1]) by mail184-co1 (MessageSwitch) id 1381772505206740_25448; Mon, 14 Oct 2013 17:41:45 +0000 (UTC) Received: from CO1EHSMHS002.bigfish.com (unknown [10.243.78.253]) by mail184-co1.bigfish.com (Postfix) with ESMTP id 2F07A100077; Mon, 14 Oct 2013 17:41:45 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO1EHSMHS002.bigfish.com (10.243.66.12) with Microsoft SMTP Server (TLS) id 14.16.227.3; Mon, 14 Oct 2013 17:41:45 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-005.039d.mgd.msft.net (10.84.1.17) with Microsoft SMTP Server (TLS) id 14.3.158.2; Mon, 14 Oct 2013 17:41:29 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r9EHfRHw022282; Mon, 14 Oct 2013 10:41:28 -0700 Message-ID: <525C2B99.8070207@freescale.com> Date: Mon, 14 Oct 2013 14:36:25 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Flavio Castro Alves Filho , References: In-Reply-To: X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: Building newer versions of kernel and u-boot 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, 14 Oct 2013 17:41:50 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 10/14/2013 02:29 PM, Flavio Castro Alves Filho wrote: > Hello all, > > I intend to build a newer version of U-Boot and Kernel for imx28evk. > > Is there any local.conf variable where I could set in order to have > newer versions of kernel and u-boot. > > I did the replacemente manually, but I believe that should have an > automatic option using Yocto. First thing would be determinate what you call "newer version" On master, the default linux for imx28 is 2.6.35. And it's the "newest kernel from freescale" for this board. If you intent to use kernel mainline, the newst version is 3.11 and you need only to change your PREFERRED_PROVIDER, add the following line to local.conf: PREFERRED_PROVIDER_virtual/kernel = "linux-fslc" For u-boot you are already using "newst" version as the default points to 2013.10 What do you realy need? > > Thank you very much. > > Best regards, > > Flavio > -- Daiane