summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Lunghi <nick83ola@gmail.com>2020-03-24 20:10:27 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-03-25 09:16:25 -0300
commitfd0b22e3298cd78c82bea8832cb4657103343e90 (patch)
tree305bec8154710f716e8d6b8e61d5e021e63c4c90
parent340f3f2bcc7bcf7f5f3abad9973ac745571fd571 (diff)
downloadmeta-freescale-fd0b22e3298cd78c82bea8832cb4657103343e90.tar.gz
imx-base: Enable wic.bmap image generation for mxs
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>
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 2dc9d923..2edb9a31 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -298,7 +298,7 @@ IMX_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
298PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" 298PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}"
299 299
300SOC_DEFAULT_IMAGE_FSTYPES = "wic.bmap wic.gz" 300SOC_DEFAULT_IMAGE_FSTYPES = "wic.bmap wic.gz"
301SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.gz" 301SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.bmap wic.gz"
302 302
303# Do not update fstab file when using wic images 303# Do not update fstab file when using wic images
304WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" 304WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"