[meta-freescale] Checksum for barebox

Eric Bénard eric at eukrea.com
Mon Sep 16 13:34:15 PDT 2013


Hi Fabio,

Le Mon, 16 Sep 2013 17:15:01 -0300,
Fabio Estevam <festevam at gmail.com> a écrit :
> On Mon, Sep 16, 2013 at 4:35 PM, Eric Bénard <eric at eukrea.com> wrote:
> 
> > add COMPATIBLE_MACHINE = "the_machine_supported_by_the_recipe"
> > as it was done in 2012.02.0
> 
> Like this?
> 
> --- a/recipes-bsp/barebox/barebox_2013.08.0.bb
> +++ b/recipes-bsp/barebox/barebox_2013.08.0.bb
> @@ -6,3 +6,5 @@ SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
>  SRC_URI[md5sum] = "a61b97a2fedebc808d4b182c2ca18a0c"
>  SRC_URI[sha256sum] = "d9e46dd3c68b04ab4cbc37135dc34907dbebef393da4b3e54abb203c2
> 
> +COMPATIBLE_MACHINE = "imx53qsb"
> +
> 
no because imx53qsb is no more supported (yet) so the message will
still appear when building for imx53qsb.

If you add COMPATIBLE_MACHINE = "Invalid!"
that will remove the message and people using bbappend can override
COMPATIBLE_MACHINE_theirmachine = "theirmachine" in their bbappend.

BTW, I've started again working on bringing back barebox to
meta-fsl-arm for i.MX28, 53 and 6 but that won't make it for this
release.

Eric



More information about the meta-freescale mailing list