]> code.ossystems Code Review - openembedded-core.git/commit
bmap-tools: initial commit, version 3.2
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 2 May 2016 12:22:32 +0000 (15:22 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 06:26:43 +0000 (07:26 +0100)
commitd18429a5b899de95fa2896aa46ce6c4a04739be5
treeab0f4a33592cc24070836a1b68c4b601f35f711c
parent27764738aa928959ca564e7299cf205c08684661
bmap-tools: initial commit, version 3.2

Bmap-tools - tools to generate block map (AKA bmap) and flash images
using bmap. 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".

[YOCTO #9414]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bmap-tools/bmap-tools_3.2.bb [new file with mode: 0644]