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

Fabio Berton fabio.berton at ossystems.com.br
Wed Aug 23 13:23:55 PDT 2017


>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"
 
 IMXBOOTLETS_MACHINE = "cfa10036"
 
-- 
2.11.0



More information about the meta-freescale mailing list