diff options
| author | Adrian Freihofer <adrian.freihofer@siemens.com> | 2025-04-28 22:12:43 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-05-19 08:32:49 -0700 |
| commit | cd1cf857306fb73c7c1394b20161c17a40fd94bf (patch) | |
| tree | 00a88680d0c0baee5f1c4984402664d37ea06447 /documentation/ref-manual | |
| parent | 7cf9a3dde0c139b110cbeee50e54af417cd61a29 (diff) | |
| download | poky-cd1cf857306fb73c7c1394b20161c17a40fd94bf.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: 0d4cda12f2c3f89f64043c30cc0830dfa632e76e)
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>
Diffstat (limited to 'documentation/ref-manual')
| -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 66e0bdee0d..c637549db8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -8388,7 +8388,7 @@ system and gives an overview of their function and contents. | |||
| 8388 | class. | 8388 | class. |
| 8389 | 8389 | ||
| 8390 | :term:`SPL_SIGN_KEYNAME` | 8390 | :term:`SPL_SIGN_KEYNAME` |
| 8391 | The name of keys used by the :ref:`ref-classes-kernel-fitimage` class | 8391 | The name of keys used by the :ref:`ref-classes-uboot-sign` class |
| 8392 | for signing U-Boot FIT image stored in the :term:`SPL_SIGN_KEYDIR` | 8392 | for signing U-Boot FIT image stored in the :term:`SPL_SIGN_KEYDIR` |
| 8393 | directory. If we have for example a ``dev.key`` key and a ``dev.crt`` | 8393 | directory. If we have for example a ``dev.key`` key and a ``dev.crt`` |
| 8394 | certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will | 8394 | certificate stored in the :term:`SPL_SIGN_KEYDIR` directory, you will |
