[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Fix build for imx6qsabrelite

Eric Nelson eric.nelson at boundarydevices.com
Fri Jul 25 07:46:30 PDT 2014


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 at 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 at boundarydevices.com>

and

Acked-By: Eric Nelson <eric.nelson at boundarydevices.com>


More information about the meta-freescale mailing list