[meta-freescale] [meta-fsl-arm][PATCH] u-boot-ls1: Fix 'nand' builds

Luo Zhenhua zhenhua.luo at freescale.com
Thu Jul 16 03:17:52 PDT 2015


ACK. 

> -----Original Message-----
> From: meta-freescale-bounces at yoctoproject.org [mailto:meta-freescale-
> bounces at yoctoproject.org] On Behalf Of Gary Thomas
> Sent: Thursday, July 16, 2015 1:08 AM
> To: meta-freescale at yoctoproject.org
> Cc: Gary Thomas
> Subject: [meta-freescale] [meta-fsl-arm][PATCH] u-boot-ls1: Fix 'nand' builds
> 
> Builds for 'nand' booting were failing because of an incorrect path during
> compilation.
> 
> Signed-off-by: Gary Thomas <gary at mlbassoc.com>
> ---
>  recipes-bsp/u-boot/u-boot-ls1_2015.01.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb b/recipes-bsp/u-boot/u-
> boot-ls1_2015.01.bb
> index 716105f..0a1fb80 100644
> --- a/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
> +++ b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
> @@ -30,8 +30,7 @@ do_compile_append () {
>              case "${config}" in
>                  *spi*) tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl
> ${S}/${config}/u-boot-dtb.bin ${S}/${config}/u-boot.swap.bin 8
>                  mv ${S}/${config}/u-boot.swap.bin ${S}/u-boot-
> ${type}.${UBOOT_SUFFIX};;
> -                *sdcard*)  mv ${S}/${config}/u-boot-with-spl-pbl.bin
> ${S}/${config}/u-boot.bin;;
> -                *nand*)  mv ${S}/u-boot-with-spl-pbl.bin  ${S}/u-boot.bin;;
> +                *nand* | *sdcard*)  mv
> + ${S}/${config}/u-boot-with-spl-pbl.bin  ${S}/${config}/u-boot.bin;;
>              esac
>          done
>      fi
> --
> 1.9.1
> 
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list