diff options
author | Adrian Freihofer <adrian.freihofer@siemens.com> | 2025-04-28 22:12:43 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-28 08:46:32 -0700 |
commit | 7888d6459e9d3c091dc8ccb711bd4f33b66b898a (patch) | |
tree | 86083d296138530ca404a7a08d19c1f2b9d9699f | |
parent | ac7af3f00b9531f886b22570f1384b08118edb21 (diff) | |
download | poky-7888d6459e9d3c091dc8ccb711bd4f33b66b898a.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: 1383a1fac59b9aa02bde2a0c63a6f480807492e1)
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>
(cherry picked from commit 8ceffee908a039deb1021361faa7637e83ef26f3)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 1b655e4a3a..51c8a856c0 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7717,7 +7717,7 @@ system and gives an overview of their function and contents. | |||
7717 | class. | 7717 | class. |
7718 | 7718 | ||
7719 | :term:`SPL_SIGN_KEYNAME` | 7719 | :term:`SPL_SIGN_KEYNAME` |
7720 | The name of keys used by the :ref:`ref-classes-kernel-fitimage` class | 7720 | The name of keys used by the :ref:`ref-classes-uboot-sign` class |
7721 | for signing U-Boot FIT image stored in the :term:`SPL_SIGN_KEYDIR` | 7721 | for signing U-Boot FIT image stored in the :term:`SPL_SIGN_KEYDIR` |
7722 | directory. If we have for example a ``dev.key`` key and a ``dev.crt`` | 7722 | directory. If we have for example a ``dev.key`` key and a ``dev.crt`` |
7723 | certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will | 7723 | certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will |