From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7E747E0120C for ; Tue, 4 Dec 2012 12:05:49 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 12D71F811FE; Tue, 4 Dec 2012 13:05:49 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, NML_ADSP_CUSTOM_MED, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 86E89F811FD; Tue, 4 Dec 2012 13:05:48 -0700 (MST) Message-ID: <50BE579F.5030300@gmail.com> Date: Tue, 04 Dec 2012 13:05:51 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <50BE426E.5010806@freescale.com> In-Reply-To: Subject: Re: iMX53 Query 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: Tue, 04 Dec 2012 20:05:49 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-12-04 12:56, Tejas Shah wrote: > Hello, > > I cloned meta-fsl-arm on my laptop to build images for iMX53 board. So first of all, I added this BSP layer to bblayers.conf and I also added iMX53 as a machine in layer.conf file > to be able to build using bitbake. > > The command I used to build using bitbake is the following: > > $bitbake -k core-image-minimal > > But I end up with this error: > > *pshah9@ubuntu:~/poky-danny-8.0/build$ bitbake -k core-image-minimal > Parsing recipes: 100% |#########################################| Time: 00:02:18 > Parsing of 863 .bb files complete (0 cached, 863 parsed). 1175 targets, 58 skipped, 0 masked, 0 errors. > ERROR: No recipes available for: > /home/pshah9/poky-danny-8.0/meta-fsl-arm/recipes-core/udev/udev_173.bbappend > ERROR: Command execution failed: Exited with 1 > > Summary: There were 2 ERROR messages shown, returning a non-zero exit code*. What branch of OE-core are you using? Did you look at the README in meta-fsl-arm? It has notes on how to handle this error. > > > On 4 December 2012 11:35, Daiane Angolini > wrote: > > On 12/04/2012 04:09 PM, Tejas Shah wrote: > > UBOOT_MACHINE = "omap3_beagle_config" > *UBOOT_ENTRYPOINT = "0x70800000" > UBOOT_LOADADDRESS = "0x70800000"* > > For sure you need to change the UBOOT_MACHINE. > > Take a look at meta-fsl-arm and if you face any error, please, send the log to mainlist. > > > Daiane > > > > > > -- > Tejas > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale >