From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 692CFE007E7; Thu, 1 Jan 2015 23:30:32 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [80.91.229.3 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 907 seconds by postgrey-1.32 at yocto-www; Thu, 01 Jan 2015 23:30:15 PST Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 70A8EE006EF for ; Thu, 1 Jan 2015 23:30:15 -0800 (PST) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y6wRq-0006rt-UZ for meta-freescale@yoctoproject.org; Fri, 02 Jan 2015 08:15:03 +0100 Received: from 253.218.233.220.static.exetel.com.au ([220.233.218.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2015 08:15:02 +0100 Received: from cmoloney by 253.218.233.220.static.exetel.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2015 08:15:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: meta-freescale@yoctoproject.org From: Colin Moloney Date: Fri, 2 Jan 2015 07:10:32 +0000 (UTC) Message-ID: References: <5461AF84.2000700@beamcommunications.com> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 220.233.218.253 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0) Subject: Re: CLOCAL bit for console ttyAMA0 on imx28evk with 3.14 kernel 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: Fri, 02 Jan 2015 07:30:32 -0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Craig McQueen writes: > > I'm doing a Yocto build of core-image-minimal for imx28evk with > linux-fslc kernel provider (thus 3.14.19 kernel). > ... snip > > Regards, > Craig McQueen Hi Craig, I want to do exactly the same thing but as a newcomer to Yocto I'm lost in the mass of configuration. In my extract of "repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b daisy" I can only find the imx28evk under "sources/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3" and only the "mxs" under other ".../linux/linux-..." directories. The 'machine/conf' file sources/meta-fsl-arm/conf/machine/imx28evk.conf refers to conf/machine/include/mxs-base.inc which has: PREFERRED_PROVIDER_virtual/kernel_mx23 ?= "linux-fslc" but I get linux-imx-2.6.35.3 when I build. Do you know where I can find an explanation of how to change the imx28evk to a more recent kernel (3.14 or 3.10.17) ? Regards Colin Moloney