[PATCH] CI: add libengine-pkcs11-openssl package for pkcs11

Quentin Schulz foss+uboot at 0leil.net
Fri Nov 21 18:10:54 CET 2025


From: Quentin Schulz <quentin.schulz at cherry.de>

In the future, we'll need proper pkcs11 support so that we can validate
mkimage/binman works well with pkcs11 OpenSSL engine/provider via
softhsm2-util (already installed).

Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
@Tom, once this is merged can you please tag and push a new image to
DockerHub?

This is needed for v3 (not posted yet) of
https://lore.kernel.org/u-boot/20251117-binman-engine-v2-0-e053f683c0b8@cherry.de/
---
 tools/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index cca35eb4082..c080af88420 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -95,6 +95,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
 	inetutils-telnet \
 	iputils-ping \
 	libconfuse-dev \
+	libengine-pkcs11-openssl \
 	libgit2-dev \
 	libjson-glib-dev \
 	libgnutls28-dev \

---
base-commit: f85aadf4d6d4aa79d4d1dec0453d99d982b9ca06
change-id: 20251121-pkcs11-ci-8ae473c7df6b

Best regards,
-- 
Quentin Schulz <quentin.schulz at cherry.de>



More information about the U-Boot mailing list