diff mbox series

ref-manual: kernel-fitimage.bbclass does not use SPL_SIGN_KEYNAME

Message ID 20250428201243.596148-1-adrian.freihofer@siemens.com
State New
Headers show
Series ref-manual: kernel-fitimage.bbclass does not use SPL_SIGN_KEYNAME | expand

Commit Message

Freihofer, Adrian April 28, 2025, 8:12 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

The kernel-fitimage.bbclass uses the UBOOT_* variables. The SPL_*
variables are handled by uboot-sign.bbclass.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz April 30, 2025, 10:16 a.m. UTC | #1
Hi Adrian,

On 4/28/25 10:12 PM, Adrian Freihofer via lists.yoctoproject.org wrote:
> [You don't often get email from adrian.freihofer=siemens.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> From: Adrian Freihofer <adrian.freihofer@siemens.com>
> 
> The kernel-fitimage.bbclass uses the UBOOT_* variables. The SPL_*
> variables are handled by uboot-sign.bbclass.
> 
> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index d17f81036b7..c22abd4a8e5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8766,7 +8766,7 @@  system and gives an overview of their function and contents.
       class.
 
    :term:`SPL_SIGN_KEYNAME`
-      The name of keys used by the :ref:`ref-classes-kernel-fitimage` class
+      The name of keys used by the :ref:`ref-classes-uboot-sign` class
       for signing U-Boot FIT image stored in the :term:`SPL_SIGN_KEYDIR`
       directory. If we have for example a ``dev.key`` key and a ``dev.crt``
       certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will