| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* switch to libtinyxml2
* add streaming helper
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* switch to libarchive to handle a larger decompression schemes
* implement own sha256 hashing and drop openssl dependency
* compute maximum buffer size before writing each range
* bmap file optional: if not provided, it will be searched in the same path as the input
* print time/speed of the writing operation
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
* fix xz decompression
* add zstd decompression
Signed-off-by: ayoub.zaki@embetrix.com
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
this is an 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.
it is C++ based does not require Python and focuses solely on writing an image.
Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|