Skip to content

Commit

Permalink
base: fio-se05x-cli tool
Browse files Browse the repository at this point in the history
This tool allows to import certificates from the NXP
SE05x HSM into the OP-TEE PKCS#11 database.

We will extend the functionality over time depending on
user cases

Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
  • Loading branch information
ldts committed Oct 28, 2022
1 parent 9615341 commit de9c5c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions meta-lmp-base/recipes-security/optee/fio-se05x-cli_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SUMMARY = "Foundries.io NXP SE05X Secure Element CLI"
HOMEPAGE = "https://github.com/foundriesio/fio-se05x-cli"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"

DEPENDS = "optee-os-tadevkit optee-client openssl"

SRC_URI = "git://github.com/foundriesio/fio-se05x-cli.git;protocol=https;branch=main"
SRCREV = "998098c1b1f8b6fa9b08a5e680f4998598906da5"

S = "${WORKDIR}/git"

TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"
EXTRA_OEMAKE = "TEEC_EXPORT=${TEEC_EXPORT}"

do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/fio-se05x-cli ${D}${bindir}
}

RDEPENDS:${PN} = "opensc"

0 comments on commit de9c5c8

Please sign in to comment.