Files
buildroot/package/bmap-writer/Config.in.host
Ayoub Zaki 02c765af35 package/bmap-writer: add initial package
Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-02-05 11:10:12 +01:00

13 lines
476 B
Plaintext

config BR2_PACKAGE_HOST_BMAP_WRITER
bool "host bmap-writer"
help
bmap-writer is a command-line utility designed to
efficiently write disk images to storage devices using block
mapping (BMAP). It serves as a lightweight alternative to
the Yocto BMAP tool, specifically for embedded
systems. Unlike the Yocto BMAP tool, bmap-writer is C++
based, does not require Python, and focuses solely on
writing an image.
https://github.com/embetrix/bmap-writer