[meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] cfa100xx: Use a force assignment for IMAGE_FSTYPES

Otavio Salvador otavio at ossystems.com.br
Fri Apr 15 11:22:27 PDT 2016


The IMAGE_FSTYPES uses a force assignment in the imx-base.inc file so
we ought to override it in the machine file. This ensures we use the
right value even if we include it after imx-base.inc inclusion.

While moving the code around we also drop the explicit ext3 generation
as the it is queued due the filesystem generation dependency chain.

Change-Id: Icb04838b7ca659b056b57a02cc51ffd1657de579
Signed-off-by: Otavio Salvador <otavio 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 faeee36..113d983 100644
--- a/conf/machine/include/cfa10036.inc
+++ b/conf/machine/include/cfa10036.inc
@@ -1,6 +1,5 @@
 # Common definitions for cfa-10036 boards
 
-IMAGE_FSTYPES_mxs ?= "tar.bz2 ext3 barebox.mxsboot-sdcard sdcard"
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-arm926ejs.inc
 
@@ -11,6 +10,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "barebox"
 
 IMAGE_BOOTLOADER = "barebox"
 BAREBOX_BINARY = "barebox"
+IMAGE_FSTYPES_mxs = "tar.bz2 barebox.mxsboot-sdcard sdcard"
 
 IMXBOOTLETS_MACHINE = "cfa10036"
 
-- 
2.8.0



More information about the meta-freescale mailing list