[meta-freescale] [3rdparty][PATCH] cfa10036: Fix IMAGE_FSTYPES barebox-mxsboot-sdcard

Alexandre Belloni alexandre.belloni at free-electrons.com
Wed Aug 23 13:49:21 PDT 2017


Hi,

On 23/08/2017 at 17:23:55 -0300, Fabio Berton wrote:
> From OE-Core commit 8a9f249a9166347cc0468191ce130003e3d306e1:
> 
> If image type "foo" depends on image type "bar.xz", then dependencies
> should be collected from the base image type (ie "IMAGE_DEPENDS_bar")
> not from "IMAGE_DEPENDS_bar.xz".
> 
> Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
> ---
>  conf/machine/include/cfa10036.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/machine/include/cfa10036.inc b/conf/machine/include/cfa10036.inc
> index 8c79765..b495e36 100644
> --- a/conf/machine/include/cfa10036.inc
> +++ b/conf/machine/include/cfa10036.inc
> @@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "barebox"
>  
>  IMAGE_BOOTLOADER = "barebox"
>  BAREBOX_BINARY = "barebox"
> -IMAGE_FSTYPES_mxs = "tar.bz2 barebox.mxsboot-sdcard sdcard.gz"
> +IMAGE_FSTYPES_mxs = "tar.bz2 barebox-mxsboot-sdcard sdcard.gz"

I don't think the commit message really explains that change.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the meta-freescale mailing list