[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts

Eric Nelson eric.nelson at boundarydevices.com
Tue Mar 17 12:27:28 PDT 2015


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 at 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"
>  
> 



More information about the meta-freescale mailing list