signing.bbclass: remove trailing white space

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jan Luebbe 2026-03-04 16:31:41 +01:00 committed by Khem Raj
parent c427a6dfc0
commit 40a1825c95
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,7 +19,7 @@
# build system level, this class takes the approach of always using PKCS #11 at
# the recipe level. For cases where the keys are available as files (i.e. test
# keys in CI), they are imported into SoftHSM (a HSM emulation library).
#
#
# Recipes access the available keys via a specific role. So, depending on
# whether we're building during development or for release, a given role can
# refer to different keys.
@ -33,7 +33,7 @@
# SIGNING_PKCS11_MODULE[fit] = "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so"
#
# Examples for defining roles and importing keys:
#
#
# meta-code-signing/recipes-security/signing-keys/dummy-rsa-key-native.bb
# meta-code-signing-demo/recipes-security/ptx-dev-keys/ptx-dev-keys-native_git.bb
#