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".

This package provides Python API, which can be used to generate
bmaps for Yocto images produced by bitbake and wic.

Signed-off-by: Ed Bartosh <ed.bart...@linux.intel.com>
---
 meta/recipes-extended/bmap-tools/bmap-tools_3.2.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta/recipes-extended/bmap-tools/bmap-tools_3.2.bb

diff --git a/meta/recipes-extended/bmap-tools/bmap-tools_3.2.bb 
b/meta/recipes-extended/bmap-tools/bmap-tools_3.2.bb
new file mode 100644
index 0000000..79a2aa9
--- /dev/null
+++ b/meta/recipes-extended/bmap-tools/bmap-tools_3.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Tools to generate block map (AKA bmap) and flash images using 
bmap."
+HOMEPAGE = 
"http://source.tizen.org/documentation/reference/bmaptool/bmap-tools-project";
+SECTION = "console/tools"
+LICENSE = "GPLv2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "ftp://ftp.infradead.org/pub/${BPN}/${BPN}-${PV}.tgz";
+SRC_URI[md5sum] = "92cdad1cb4dfa0cca7176c8e22752616"
+SRC_URI[sha256sum] = 
"cc6c7f7dc0a37e2a32deb127308e24e6c4b80bfb54f3803c308efab02bf2d434"
+
+RDEPENDS_${PN} = "bzip2 gzip lzop pigz python tar xz"
+
+inherit setuptools
+
+BBCLASSEXTEND = "native"
-- 
2.1.4

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to