summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/classes/signing.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/classes/signing.bbclass b/meta-oe/classes/signing.bbclass
index b35184398a..cb54b55641 100644
--- a/meta-oe/classes/signing.bbclass
+++ b/meta-oe/classes/signing.bbclass
@@ -19,7 +19,7 @@
19# build system level, this class takes the approach of always using PKCS #11 at 19# build system level, this class takes the approach of always using PKCS #11 at
20# the recipe level. For cases where the keys are available as files (i.e. test 20# the recipe level. For cases where the keys are available as files (i.e. test
21# keys in CI), they are imported into SoftHSM (a HSM emulation library). 21# keys in CI), they are imported into SoftHSM (a HSM emulation library).
22# 22#
23# Recipes access the available keys via a specific role. So, depending on 23# Recipes access the available keys via a specific role. So, depending on
24# whether we're building during development or for release, a given role can 24# whether we're building during development or for release, a given role can
25# refer to different keys. 25# refer to different keys.
@@ -33,7 +33,7 @@
33# SIGNING_PKCS11_MODULE[fit] = "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so" 33# SIGNING_PKCS11_MODULE[fit] = "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so"
34# 34#
35# Examples for defining roles and importing keys: 35# Examples for defining roles and importing keys:
36# 36#
37# meta-code-signing/recipes-security/signing-keys/dummy-rsa-key-native.bb 37# meta-code-signing/recipes-security/signing-keys/dummy-rsa-key-native.bb
38# meta-code-signing-demo/recipes-security/ptx-dev-keys/ptx-dev-keys-native_git.bb 38# meta-code-signing-demo/recipes-security/ptx-dev-keys/ptx-dev-keys-native_git.bb
39# 39#