Host bmap-tools runs using host-python3, but did not select it, leading to the confusing situation that BR2_PACKAGE_HOST_PYTHON3=n even though it was built and working. Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit dbb019db73d8d78466c04b1847f501317a7aa214) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
569 B
Plaintext
14 lines
569 B
Plaintext
config BR2_PACKAGE_HOST_BMAP_TOOLS
|
|
bool "host bmap-tools"
|
|
select BR2_PACKAGE_HOST_PYTHON3 # runtime
|
|
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
|