diff options
author | Adrian Freihofer <adrian.freihofer@siemens.com> | 2025-04-28 22:12:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 15:54:10 +0100 |
commit | 15f6f8d67e5f071384046232fcc6855900f08c74 (patch) | |
tree | eb854caec74622e35a80334f92ad4d25c99b3c36 /documentation | |
parent | 04c9bc865303eaecea6cebbc921d8820ac086cdf (diff) | |
download | poky-15f6f8d67e5f071384046232fcc6855900f08c74.tar.gz |
ref-manual: kernel-fitimage.bbclass does not use SPL_SIGN_KEYNAME
The kernel-fitimage.bbclass uses the UBOOT_* variables. The SPL_*
variables are handled by uboot-sign.bbclass.
(From yocto-docs rev: 8ceffee908a039deb1021361faa7637e83ef26f3)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d17f81036b..c22abd4a8e 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. | |||
8766 | class. | 8766 | class. |
8767 | 8767 | ||
8768 | :term:`SPL_SIGN_KEYNAME` | 8768 | :term:`SPL_SIGN_KEYNAME` |
8769 | The name of keys used by the :ref:`ref-classes-kernel-fitimage` class | 8769 | The name of keys used by the :ref:`ref-classes-uboot-sign` class |
8770 | for signing U-Boot FIT image stored in the :term:`SPL_SIGN_KEYDIR` | 8770 | for signing U-Boot FIT image stored in the :term:`SPL_SIGN_KEYDIR` |
8771 | directory. If we have for example a ``dev.key`` key and a ``dev.crt`` | 8771 | directory. If we have for example a ``dev.key`` key and a ``dev.crt`` |
8772 | certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will | 8772 | certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will |