]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: Enable wic.bmap image generation for mxs
authorNicola Lunghi <nick83ola@gmail.com>
Tue, 24 Mar 2020 20:10:27 +0000 (20:10 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 25 Mar 2020 12:16:25 +0000 (09:16 -0300)
See similar commit fb753d427add595d9c425fab9d4720a041db1b6d:
  imx-base: Enable wic.bmap image generation as default

  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].

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
conf/machine/include/imx-base.inc

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