summaryrefslogtreecommitdiff
path: root/meta-hpe/meta-gxp
diff options
context:
space:
mode:
authorCharles Kearney <charles.kearney@hpe.com>2023-06-08 22:57:32 +0300
committerJean-Marie Verdun <jean-marie.verdun@hpe.com>2023-06-26 23:42:39 +0300
commit80ae01a94cca679cd0d1e6881a25de24a7cc5a92 (patch)
tree8422a99b9d8095498b7785a8fc8e02e56e831e2c /meta-hpe/meta-gxp
parent0810635dfa62760c24b00382f1ad7b2c816a85ac (diff)
downloadopenbmc-80ae01a94cca679cd0d1e6881a25de24a7cc5a92.tar.xz
meta-hpe: remove customer key block file requirement
The customer key block HPE signed key is no longer required for machines that have been through the transfer of ownership process. Change-Id: Idfc94033dec64c62fa773c5511f9d0a17518a1cf Signed-off-by: Charles Kearney <charles.kearney@hpe.com>
Diffstat (limited to 'meta-hpe/meta-gxp')
-rw-r--r--meta-hpe/meta-gxp/classes/gxp2-bootblock-n.bbclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-hpe/meta-gxp/classes/gxp2-bootblock-n.bbclass b/meta-hpe/meta-gxp/classes/gxp2-bootblock-n.bbclass
index 3ee93ffe58..33e23a6b30 100644
--- a/meta-hpe/meta-gxp/classes/gxp2-bootblock-n.bbclass
+++ b/meta-hpe/meta-gxp/classes/gxp2-bootblock-n.bbclass
@@ -1,4 +1,4 @@
-# TODO: Manually copy the U-Boot signing key and customer-key-block here:
+# TODO: Manually copy the U-Boot signing key here:
HPE_GXP_KEY_FILES_DIR = "${COREBASE}/meta-hpe/meta-gxp/recipes-bsp/image/files"
inherit deploy
@@ -16,6 +16,4 @@ do_deploy () {
# Copy in the U-Boot signing key
install -m 644 ${HPE_GXP_KEY_FILES_DIR}/customer_private_key.pem ${DEPLOYDIR}/hpe-uboot-signing-key.pem
- # Copy in the customer keyblock
- install -m 644 ${HPE_GXP_KEY_FILES_DIR}/customer-key-block ${DEPLOYDIR}/customer-key-block
}