]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: Enable wic.bmap image generation as default
authorFabio Berton <fabio.berton@ossystems.com.br>
Fri, 18 Jan 2019 11:30:10 +0000 (09:30 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 31 Jan 2019 12:27:59 +0000 (10:27 -0200)
Bmaptool is a generic tool for creating the block map (bmap) for a
file and copying files using the block map. Is faster than use dd
to flash images to SD Cards. More info about bmap here [1].

[1] - https://github.com/intel/bmap-tools

Change-Id: I727d63104baa3669e83db127b03b3b0af6cd45b9
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/include/imx-base.inc

index cc4207888099c1186b75d2a8a70aba6d4693dbf2..92959ee2ad76427d2031a6b733f2d0cbf76ec574 100644 (file)
@@ -280,7 +280,7 @@ IMX_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
 
 PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}"
 
-SOC_DEFAULT_IMAGE_FSTYPES = "wic.gz"
+SOC_DEFAULT_IMAGE_FSTYPES = "wic.bmap wic.gz"
 SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.gz"
 
 # Do not update fstab file when using wic images