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 keys and certificates from
the NXP SE05x HSM into the OP-TEE PKCS#11 database.

Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
  • Loading branch information
ldts committed Nov 2, 2022
1 parent 9615341 commit ec9e66f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 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,23 @@
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"

inherit pkgconfig

DEPENDS = "optee-client openssl"

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

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}
}

0 comments on commit ec9e66f

Please sign in to comment.