From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo3.mail-out.ovh.net (10.mo3.mail-out.ovh.net [87.98.165.232]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 98A04E01484 for ; Wed, 9 Jan 2013 01:10:28 -0800 (PST) Received: from mail417.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo3.mail-out.ovh.net (Postfix) with SMTP id 088D3FFB529 for ; Wed, 9 Jan 2013 10:23:38 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 9 Jan 2013 11:10:26 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 9 Jan 2013 11:10:25 +0200 Date: Wed, 9 Jan 2013 10:10:25 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Jeff Horn X-Ovh-Mailout: 178.32.228.3 (mo3.mail-out.ovh.net) Message-ID: <20130109101025.6a53029f@e6520eb> In-Reply-To: References: Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 3747276366806298010 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrgedvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrgedvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: meta-freescale@yoctoproject.org Subject: Re: Use barebox instead of 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: Wed, 09 Jan 2013 09:10:28 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Jeff, Le Tue, 8 Jan 2013 17:22:23 -0800, Jeff Horn a =C3=A9crit : > How can I change the imx53qsb build to use barebox? Maybe that will help. > Also, am I on the right track to add my own layer so I can add additional > patches to barebox and the kernel. >=20 bitbake barebox -> will build barebox set IMAGE_BOOTLOADER =3D "barebox" in your local.conf and you will get barebox in the SDCard image when you build it. > I only need to patch barebox and the kernel to boot my board. I could ju= st > hack the imx53qsb build but I want to learn how to do this the yocto way. If you create your overlay to support your board, you can simply add a barebox_2012.02.0.bbappend and add your patch & defconfig from there BTW : I plan to update barebox support in meta-fsl-arm in the coming weeks. Best regards Eric