cfa100xx: Use a force assignment for IMAGE_FSTYPES

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@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2016-04-14 12:41:40 -03:00
parent 39eb21c4c2
commit 836bc35416

View File

@ -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"