summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.4.bb
blob: 657ba60e1d24c66c6a191884f356f8940ec34842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "bmaptool alternative written in C++"
DESCRIPTION = "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, \
bmap-writer is C++ based does not require Python and focuses solely on writing an image."
HOMEPAGE = "https://github.com/embetrix/bmap-writer"
SECTION = "console/utils"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"

SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https;tag=${PV}"
SRCREV = "52919b145d04953a91cf846f3db3d8cee8d989ac"

DEPENDS = "libtinyxml2 libarchive"
inherit cmake pkgconfig

PACKAGECONFIG ?= ""
PACKAGECONFIG[libkcapi]  = "-DUSE_KERNEL_CRYPTO_API=ON, -DUSE_KERNEL_CRYPTO_API=OFF, libkcapi"

FILES:${PN} = "${bindir}"

BBCLASSEXTEND = "native nativesdk"