All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: u-boot failed: do_mkimage with Yocto dizzy
Date: Thu, 19 Mar 2015 11:32:55 -0700	[thread overview]
Message-ID: <550B1657.5090504@boundarydevices.com> (raw)
In-Reply-To: <CAP9ODKqSwcK7UxoCJy2Sh7C3VKf0dOcOdn8Z1JJhKVQisc4O9Q@mail.gmail.com>

Hi Otavio,

On 03/19/2015 11:17 AM, Otavio Salvador wrote:
> On Thu, Mar 19, 2015 at 3:14 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> 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 <ian@boundarydevices.com>
>>> 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 <eric.nelson@boundarydevices.com>
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 <eric.nelson@boundarydevices.com>
---
 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




  reply	other threads:[~2015-03-19 18:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19 15:39 u-boot failed: do_mkimage with Yocto dizzy Marco Cavallini
2015-03-19 18:14 ` Eric Nelson
2015-03-19 18:17   ` Otavio Salvador
2015-03-19 18:32     ` Eric Nelson [this message]
2015-03-19 18:35       ` Otavio Salvador
2015-03-19 18:53         ` Eric Nelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=550B1657.5090504@boundarydevices.com \
    --to=eric.nelson@boundarydevices.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.