Files
buildroot/package/bmap-writer/Config.in
Ayoub Zaki ebb65fcf2c package/bmap-writer: bump to version 1.0.2
Switch from libxml2 to tinyxml2

Add http(s)/ftp stream wrapper script

Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-02-05 16:13:46 +01:00

20 lines
707 B
Plaintext

config BR2_PACKAGE_BMAP_WRITER
bool "bmap-writer"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # libarchive
select BR2_PACKAGE_LIBARCHIVE
select BR2_PACKAGE_TINYXML2
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
comment "bmap-writer needs a toolchain w/ C++, wchar"
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP