From eb5c84436d7ca1a6be38bd3bcec8d37a0c5e3056 Mon Sep 17 00:00:00 2001 From: Ayoub Zaki Date: Fri, 3 Apr 2026 19:44:08 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../{bmap-writer_1.0.3.bb => bmap-writer_1.0.4.bb} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename meta-oe/recipes-support/bmap-writer/{bmap-writer_1.0.3.bb => bmap-writer_1.0.4.bb} (81%) 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 similarity index 81% rename from meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.3.bb rename to 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" LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https;tag=${PV}" -SRCREV = "991e2c4264b843f61e502712f497103472a1b6e7" +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"