From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Christoph Settgast <christoph.settgast@methodpark.de>,
meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Fix build for imx6qsabrelite
Date: Fri, 25 Jul 2014 07:46:30 -0700 [thread overview]
Message-ID: <53D26DC6.6050904@boundarydevices.com> (raw)
In-Reply-To: <1406277371-9939-1-git-send-email-christoph.settgast@methodpark.de>
Thanks Christoph,
On 07/25/2014 01:36 AM, Christoph Settgast wrote:
> When MACHINE was set to imx6qsabrelite no bootscript.txt was found.
> Fix the same for the 6x_upgrade script while at it. There is only
> one upgrade script shared by all boards, so use it independent of
> the MACHINE.
>
> Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
> ---
> recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 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 df4b76f..53b9c9a 100644
> --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
> +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
> @@ -13,10 +13,10 @@ 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"
>
> -UPGRADESCRIPT = "${S}/board/boundary/${MACHINE}/6x_upgrade.txt"
> -UPGRADESCRIPT_nitrogen6x-lite = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
> +UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
>
> do_mkimage () {
> # allow deploy to use the ${MACHINE} name to simplify things
>
I thought I had done this before, but just re-tested, so:
Tested-By: Eric Nelson <eric.nelson@boundarydevices.com>
and
Acked-By: Eric Nelson <eric.nelson@boundarydevices.com>
prev parent reply other threads:[~2014-07-25 14:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-25 8:36 [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Fix build for imx6qsabrelite Christoph Settgast
2014-07-25 12:14 ` Gary Thomas
2014-07-25 12:26 ` Christoph Settgast
2014-07-25 14:46 ` Eric Nelson [this message]
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=53D26DC6.6050904@boundarydevices.com \
--to=eric.nelson@boundarydevices.com \
--cc=christoph.settgast@methodpark.de \
--cc=meta-freescale@yoctoproject.org \
/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.