From 03450999c5b17bbc57acb43eb89ce329daaf92bf Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 1 Apr 2021 05:57:36 +0000 Subject: conf/machine: k3: Lets build bmap files by default Lets generate bmap files for bmaptool to use as well as default to use with wic files. NOTE: bmaptool can speed up flashing SD cards by 2x-3x by skipping empty blocks of the image. https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#flashing-images-using-bmaptool Signed-off-by: Nishanth Menon Reviewed-by: Denys Dmytriyenko --- conf/machine/include/k3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index 56ad40c3..e0970698 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc @@ -38,7 +38,7 @@ UBI_VOLNAME = "rootfs" # List common SoC features, may need to add touchscreen for specific machines MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet pci" -IMAGE_FSTYPES += "tar.xz wic.xz" +IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" IMAGE_BOOT_FILES_LEGACY = "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} tiboot3.bin sysfw.itb" IMAGE_BOOT_FILES_MULTI_CERT = "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} tiboot3.bin" -- cgit v1.2.3-54-g00ecf