From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1AC71E00779; Thu, 19 Mar 2015 11:33:01 -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.54 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D1C26E0076B for ; Thu, 19 Mar 2015 11:32:59 -0700 (PDT) Received: by padcy3 with SMTP id cy3so83002166pad.3 for ; Thu, 19 Mar 2015 11:32:59 -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=Bx5f8hSyNRGEjLa+FNinCH80Z8vKmx0V65kijI0LIQc=; b=GNmE8PXmuTgiGO6rljCbnxoLMMh4nHSbrJLrXlFbbs8H06Lj8JNJRxGFQx3jFUe5/e Mjdrlw0z9CBe08bvbZ62Bar529mE4D2v/RJ64spJSJNIMlQJHqhqLjtz30UIuE3DoMqD rEsf13+ZKd23Z0ZxMpQOtuYfhzL25fPP7eBwitxt3Y1Dq0W/bfniD7alwJJjtqmznj1g 6WSvF3OUDqdyG7Oe0AilFbAYlItcHPM3PIcZt5vUUwqUcja1E/Xr//6G20pIen8Sx2Ze Bz41//5RtMrDYc1XJy8Zk+/i7UDzMYy/atwtCjEfxvEHvoPKZ82jjigeH/Vv35uBoeS+ fbNA== X-Gm-Message-State: ALoCoQkDZG4GwdNqODJsyGOgcUGWxgTlENuSGdPbIFmy9BK2hMh3w6j+B4E12USZcSqJt69SxCC7 X-Received: by 10.66.233.35 with SMTP id tt3mr104835344pac.36.1426789978881; Thu, 19 Mar 2015 11:32:58 -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 x1sm4229329pdr.17.2015.03.19.11.32.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Mar 2015 11:32:57 -0700 (PDT) Message-ID: <550B1657.5090504@boundarydevices.com> Date: Thu, 19 Mar 2015 11:32:55 -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: Otavio Salvador References: <550B1211.7030902@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" 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:33:01 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Otavio, On 03/19/2015 11:17 AM, Otavio Salvador wrote: > On Thu, Mar 19, 2015 at 3:14 PM, Eric Nelson > wrote: >> Hi Marco, >> >> On 03/19/2015 08:39 AM, Marco Cavallini wrote: >>> Hello, >>> this commit breaks u-boot creation with Yocto dizzy and MACHINE = imx6qsabrelite >>> >>> commit 44e1e7f23cd9fa4345d664acfa0a635a80caa3d6 >>> Author: Ian Coolidge >>> Date: Tue Mar 17 10:35:16 2015 -0700 >>> >> >> Sorry about that. We didn't realize that anyone used >> 'MACHINE = imx6qsabrelite', since it's mostly an alias >> for nitrogen6x (only difference is in image naming). >> >> Patch forthcoming. > > This makes me think about dropping the alias for 1.8. Do you have any > opinion about it? > The alias is nice for those that only work with the SABRE Lite (like customers of the other folks manufacturing them). Marco's probably a better person to ask (the consumer). 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... >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" +BOOTSCRIPT_imx6qsabrelite ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt" BOOTSCRIPT_nitrogen6x-lite ?= "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt" UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt" -- 1.9.1