diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-01-18 09:30:10 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-31 10:27:59 -0200 |
commit | fb753d427add595d9c425fab9d4720a041db1b6d (patch) | |
tree | d26d4dda1d120c7a0047f5ac3ead30f91df1d8d8 /conf | |
parent | 60df6bc2b69a7f405f4b14fee1d53e8b3b84c054 (diff) | |
download | meta-freescale-fb753d427add595d9c425fab9d4720a041db1b6d.tar.gz |
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].
[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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index cc420788..92959ee2 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -280,7 +280,7 @@ IMX_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc" | |||
280 | 280 | ||
281 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" | 281 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" |
282 | 282 | ||
283 | SOC_DEFAULT_IMAGE_FSTYPES = "wic.gz" | 283 | SOC_DEFAULT_IMAGE_FSTYPES = "wic.bmap wic.gz" |
284 | SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.gz" | 284 | SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.gz" |
285 | 285 | ||
286 | # Do not update fstab file when using wic images | 286 | # Do not update fstab file when using wic images |