As reported in the README file of the old GitHub URL (i.e. https://github.com/intel/bmap-tools), "The code at this location is no longer maintained and will likely be removed in the future. This project has moved to https://github.com/yoctoproject/bmaptool". Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
config BR2_PACKAGE_HOST_BMAP_TOOLS
|
|
bool "host bmap-tools"
|
|
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/yoctoproject/bmaptool
|