From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 63CF1E00779; Thu, 19 Mar 2015 11:53:58 -0700 (PDT) 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 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 * [209.85.220.45 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 46CE4E0076B for ; Thu, 19 Mar 2015 11:53:53 -0700 (PDT) Received: by padcy3 with SMTP id cy3so83484776pad.3 for ; Thu, 19 Mar 2015 11:53:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=4grMbWsyvezfvx0F+KjBvAbc77PJmhnVph0M6x4e9Qc=; b=e2GBLLS2Cygua/pDrZ583jnghq8DrVTJHGEMkcRJ3DMCdabsa6UutrOe9302x0oeuj EZqNcyqGYZ03+Q+iiZe3n8UEq9XJf7cCg4WhoVWslECbsIial3fcOFJnenGbjrLGJCFp kBhglIBmqqUvYogJcjDDHCG40WDTyzt2tvmVlLCfhKHoo7HH5knXKKlGsMCroi4yBtq/ jvqkgyEeRY+bCNvNr9nI6GbGfqQeTtQXIRiKESTKTtUDi6O3oXv3tO4sKUqu0q54cf2W ue+0QIOWul9F2fC1lRPTlEWbq0vIw6irf51Oc/7V456rrMyHGYEcv7PSIQCKxrOZU5Fm +Leg== X-Gm-Message-State: ALoCoQlnbd62WxUuSZzB0XZhVlkFPkvBeAnO/DT2hqyP6mErnQF5mIw2B9PldiAhsVme4xb+tRsc X-Received: by 10.70.91.5 with SMTP id ca5mr89694771pdb.99.1426791233360; Thu, 19 Mar 2015 11:53:53 -0700 (PDT) Received: from [192.168.200.5] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id w1sm4272567pdp.25.2015.03.19.11.53.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Mar 2015 11:53:52 -0700 (PDT) Message-ID: <550B1B3D.9030806@boundarydevices.com> Date: Thu, 19 Mar 2015 11:53:49 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Marco Cavallini References: <550B1211.7030902@boundarydevices.com> <550B1657.5090504@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" , Otavio Salvador Subject: Re: u-boot failed: do_mkimage with Yocto dizzy 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: Thu, 19 Mar 2015 18:53:58 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Marco, On 03/19/2015 11:35 AM, Otavio Salvador wrote: > On Thu, Mar 19, 2015 at 3:32 PM, Eric Nelson > wrote: > > > >> Fixing this is also easy (as shown below). >> >> I'm testing now, but don't have a clean tree, so my machine is >> spinning while building a toolchain... >> Are you in a position to test this? >> From ff6488e154fabec07ca37bed7ec86371c92c0a9a Mon Sep 17 00:00:00 2001 >> From: Eric Nelson >> Date: Thu, 19 Mar 2015 11:19:19 -0700 >> Subject: [PATCH] u-boot-script-boundary: use nitrogen6x boot script for >> MACHINE imx6qsabrelite >> >> Signed-off-by: Eric Nelson >> --- >> recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> index fbb5bc2..27d58d3 100644 >> --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> @@ -13,6 +13,7 @@ S = "${WORKDIR}/git" >> inherit deploy >> >> BOOTSCRIPT ?= "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt" One line needs to be added to u-boot-script-boundary_git.bb: BOOTSCRIPT_imx6qsabrelite ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt"