From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 23615E0086F; Tue, 9 Dec 2014 07:51:10 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.41 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 789F5E0082F for ; Tue, 9 Dec 2014 07:50:59 -0800 (PST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id sB9FosO2008029; Tue, 9 Dec 2014 09:50:54 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id sB9Fos8c027782; Tue, 9 Dec 2014 09:50:54 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.174.1; Tue, 9 Dec 2014 09:50:53 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id sB9ForNv014326; Tue, 9 Dec 2014 09:50:53 -0600 Date: Tue, 9 Dec 2014 10:50:53 -0500 From: Denys Dmytriyenko To: Maciej Borzecki Message-ID: <20141209155053.GN5113@edge> References: <1418139871-21134-1-git-send-email-maciej.borzecki@open-rnd.pl> MIME-Version: 1.0 In-Reply-To: <1418139871-21134-1-git-send-email-maciej.borzecki@open-rnd.pl> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: yocto@yoctoproject.org, Maciek Borzecki Subject: Re: [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 15:51:10 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Dec 09, 2014 at 04:44:31PM +0100, Maciej Borzecki wrote: > U-boot 2014.07 in Poky expects a zImage kernel image, thus a build done with > current machien config will not be directly useable. Update machine config to > produce a zImage. > > Signed-off-by: Maciej Borzecki > Signed-off-by: Maciek Borzecki Acked-by: Denys Dmytriyenko This was sitting in my tree pending fixed update to U-boot 2014.10... > --- > meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf > index a316207..fb0189d 100644 > --- a/meta-yocto-bsp/conf/machine/beaglebone.conf > +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf > @@ -24,7 +24,7 @@ SERIAL_CONSOLE = "115200 ttyO0" > PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" > PREFERRED_VERSION_linux-yocto ?= "3.14%" > > -KERNEL_IMAGETYPE = "uImage" > +KERNEL_IMAGETYPE = "zImage" > KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" > KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" > > -- > 1.9.3 >