From 1fc0d70f658da30091bcd49f9bf29aecd6b99ba7 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Thu, 6 Jan 2022 13:50:19 -0800 Subject: Update to internal 0.86 Signed-off-by: Jason M. Bills --- .../intel-pfr/intel-pfr-signing-utility-native.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/intel-pfr-signing-utility-native.bb (limited to 'meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/intel-pfr-signing-utility-native.bb') diff --git a/meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/intel-pfr-signing-utility-native.bb b/meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/intel-pfr-signing-utility-native.bb new file mode 100644 index 000000000..72e7857ef --- /dev/null +++ b/meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/intel-pfr-signing-utility-native.bb @@ -0,0 +1,20 @@ +SUMMARY = "Intel(R) Platform Firmware Resilience Signing Utility" +DESCRIPTION = "Image signing tool for building Intel(R) PFR image" + +inherit cmake native + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +DEPENDS = "openssl-native libxml2-native " + +SRC_URI = "git://github.com/Intel-BMC/intel-pfr-signing-utility;protocol=ssh" + +SRCREV = "33b8e02e9b25d5150b744fcbda4cf1e508813194" + +S = "${WORKDIR}/git" + +do_install:append() { + install -d ${D}/${bindir} + install -m 775 ${B}/intel-pfr-signing-utility ${D}/${bindir} +} -- cgit v1.2.3