[meta-freescale] [meta-fsl-arm][PATCH 1/2] barebox: Add defconfig only for imx53qsb

Eric Bénard eric at eukrea.com
Fri Jan 4 05:48:22 PST 2013


Hi Andrei,

Le Fri, 4 Jan 2013 14:49:06 +0200,
Andrei Gherzan <andrei.gherzan at windriver.com> a écrit :

> Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
> ---
>  recipes-bsp/barebox/barebox_2012.02.0.bb |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/barebox/barebox_2012.02.0.bb b/recipes-bsp/barebox/barebox_2012.02.0.bb
> index 3fad26f..0ba260f 100644
> --- a/recipes-bsp/barebox/barebox_2012.02.0.bb
> +++ b/recipes-bsp/barebox/barebox_2012.02.0.bb
> @@ -1,11 +1,12 @@
>  require barebox.inc
>  
> -PR = "r1"
> +PR = "r2"
>  
>  SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
> -	file://defconfig \
>  	"
>  
> +SRC_URI_append_imx53qsb = " file://defconfig"
> +
>  SRC_URI[md5sum] = "ce876bb3ba1f60b5ee08f13dc648f702"
>  SRC_URI[sha256sum] = "5cd1fcbd6596d3fad1b25a79706a9a76508e8c0d2a85e79ef2d91754caa6667b"
>  
I would prefer that you add a COMPATIBLE_MACHINE = "imx53qsb" as the
defconfig is generic for all supported boards and not specific to a
board.

Thanks
Eric



More information about the meta-freescale mailing list