diff options
| author | Ayoub Zaki <ayoub.zaki@embetrix.com> | 2026-04-03 19:44:08 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-03 11:06:31 -0700 |
| commit | eb5c84436d7ca1a6be38bd3bcec8d37a0c5e3056 (patch) | |
| tree | 2aa372014161282095723d5304f732dc233a7a04 | |
| parent | 36f046bbb23c443cd8dd84187a237c45d5771654 (diff) | |
| download | meta-openembedded-eb5c84436d7ca1a6be38bd3bcec8d37a0c5e3056.tar.gz | |
bmap-writer: upgrade 1.0.3 -> 1.0.4
Add PACKAGECONFIG for libkcapi to optionally enable kernel crypto API support.
Changelog: https://github.com/embetrix/bmap-writer/releases/tag/1.0.4
Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.4.bb (renamed from meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.3.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.3.bb b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.4.bb index e08525b1c9..657ba60e1d 100644 --- a/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.3.bb +++ b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.4.bb | |||
| @@ -9,11 +9,14 @@ LICENSE = "GPL-3.0-only" | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https;tag=${PV}" | 11 | SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https;tag=${PV}" |
| 12 | SRCREV = "991e2c4264b843f61e502712f497103472a1b6e7" | 12 | SRCREV = "52919b145d04953a91cf846f3db3d8cee8d989ac" |
| 13 | 13 | ||
| 14 | DEPENDS = "libtinyxml2 libarchive" | 14 | DEPENDS = "libtinyxml2 libarchive" |
| 15 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
| 16 | 16 | ||
| 17 | PACKAGECONFIG ?= "" | ||
| 18 | PACKAGECONFIG[libkcapi] = "-DUSE_KERNEL_CRYPTO_API=ON, -DUSE_KERNEL_CRYPTO_API=OFF, libkcapi" | ||
| 19 | |||
| 17 | FILES:${PN} = "${bindir}" | 20 | FILES:${PN} = "${bindir}" |
| 18 | 21 | ||
| 19 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
