Files
rpi-buildroot/package/bmap-tools/Config.in.host
Thomas Petazzoni d39d9b53ec package/bmap-tools: bump to 3.9.0
Upstream changelog:

https://github.com/yoctoproject/bmaptool/releases/tag/v3.9.0

Two important changes from a packaging point of view:

- Switch to using hatch to build
- Remove six from production code

So we do adjust our packaging accordingly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2025-04-14 21:42:34 +02:00

13 lines
528 B
Plaintext

config BR2_PACKAGE_HOST_BMAP_TOOLS
bool "host bmap-tools"
select BR2_PACKAGE_HOST_PYTHON3 # 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