diff options
Diffstat (limited to 'meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb')
-rw-r--r-- | meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb new file mode 100644 index 0000000000..f49aa480da --- /dev/null +++ b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "bmaptool alternative written in C++" | ||
2 | DESCRIPTION = "bmap-writer is a command-line utility designed to efficiently write disk images \ | ||
3 | to storage devices using block mapping (BMAP). It serves as \ | ||
4 | a lightweight alternative to the Yocto BMAP tool, \ | ||
5 | bmap-writer is C++ based does not require Python and focuses solely on writing an image." | ||
6 | HOMEPAGE = "https://github.com/embetrix/bmap-writer" | ||
7 | SECTION = "console/utils" | ||
8 | LICENSE = "GPL-3.0-only" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" | ||
10 | |||
11 | SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" | ||
12 | SRCREV = "7489280a7a1247f23543343aba4e95bf2f2e8fa6" | ||
13 | |||
14 | DEPENDS = "libtinyxml2 libarchive" | ||
15 | inherit cmake pkgconfig | ||
16 | |||
17 | FILES:${PN} = "${bindir}" | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||