mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
extract-cert: add recipe
The extract-cert tool is used to fetch the X.509 certificate associated with a key from a PKCS#11 token (such as a HSM or YubiKey). This version is derived from certs/extract-cert in the Linux kernel as a stand-alone tool to make it available when signing other software components besides the kernel. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7b0e71e00c
commit
01cc91abb6
14
meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb
Normal file
14
meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
SUMMARY = "small helper program to extract X.509 certificates from PKCS#11 tokens"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
SRC_URI = "git://git.pengutronix.de/git/extract-cert;protocol=https;branch=master;"
|
||||
SRCREV = "d652b4e8279aef2a85f58676ab472744bafeafc9"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user