All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Nelson <eric.nelson@boundarydevices.com>
To: meta-freescale@yoctoproject.org,
	Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts
Date: Tue, 17 Mar 2015 12:27:28 -0700	[thread overview]
Message-ID: <55088020.6090401@boundarydevices.com> (raw)
In-Reply-To: <1426613716-23335-1-git-send-email-ian@boundarydevices.com>

Hi Otavio,

On 03/17/2015 10:35 AM, Ian Coolidge wrote:
> Removes redundant BOOTSCRIPT line
> Changed BOOTSCRIPT to allow choice in local.conf
> 
> Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
> ---

Did you miss the "dizzy" here?

>  For Master and Dizzy branches
>  recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> 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 5c91471..fbb5bc2 100644
> --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
> +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
> @@ -12,9 +12,8 @@ S = "${WORKDIR}/git"
>  
>  inherit deploy
>  
> -BOOTSCRIPT = "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt"
> -BOOTSCRIPT_nitrogen6x = "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt"
> -BOOTSCRIPT_nitrogen6x-lite = "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt"
> +BOOTSCRIPT ?= "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt"
> +BOOTSCRIPT_nitrogen6x-lite ?= "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt"
>  
>  UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
>  
> 



  reply	other threads:[~2015-03-17 19:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 17:35 [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts Ian Coolidge
2015-03-17 19:27 ` Eric Nelson [this message]
2015-03-17 19:30   ` Otavio Salvador
2015-03-17 19:42     ` 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=55088020.6090401@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.