2021-06-21 23:01:07 +02:00
|
|
|
config BR2_PACKAGE_HOST_BMAP_TOOLS
|
|
|
|
bool "host bmap-tools"
|
2024-11-18 12:20:07 +01:00
|
|
|
select BR2_PACKAGE_HOST_PYTHON3 # runtime
|
2021-06-21 23:01:07 +02:00
|
|
|
select BR2_PACKAGE_HOST_PYTHON_SIX # runtime
|
|
|
|
help
|
|
|
|
Tool to flash image files to block devices using the block map
|
|
|
|
bmaptool is a generic tool for creating the block map (bmap)
|
|
|
|
for a file, and copying files using the block map. The idea is
|
|
|
|
that large file containing unused blocks, like raw system
|
|
|
|
image files, can be copied or flashed a lot faster with
|
|
|
|
bmaptool than with traditional tools like "dd" or "cp".
|
|
|
|
|
|
|
|
https://github.com/intel/bmap-tools
|