diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | d5da98d68082d1edd8b3c91a9498e7dbd519fc03 (patch) | |
tree | 2d6eb7a66f7ca34cf7c9017f7d1267bcccd68551 /documentation | |
parent | a15109ab52a75c37a6ef28a975b722ce29ea1531 (diff) | |
download | poky-d5da98d68082d1edd8b3c91a9498e7dbd519fc03.tar.gz |
ref-manual/variables.rst: document the FIT_CONF_PREFIX variable
Added by commit 7892ee3dc37d ("kernel-fitimage: allow overriding FIT
configuration prefix") in OE-Core, but never documented.
(From yocto-docs rev: 860891492b96eb127af5e7bab6348fca12167c68)
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d8e6a81ea7..25879b9b4c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3360,6 +3360,10 @@ system and gives an overview of their function and contents. | |||
3360 | 3360 | ||
3361 | This variable is used in the :ref:`ref-classes-kernel-fit-image` class. | 3361 | This variable is used in the :ref:`ref-classes-kernel-fit-image` class. |
3362 | 3362 | ||
3363 | :term:`FIT_CONF_PREFIX` | ||
3364 | When using the :ref:`ref-classes-kernel-fit-image`, this is the prefix | ||
3365 | used for creating FIT configuration nodes. Its default value is "conf-". | ||
3366 | |||
3363 | :term:`FIT_DESC` | 3367 | :term:`FIT_DESC` |
3364 | Specifies the description string encoded into a FIT image. The | 3368 | Specifies the description string encoded into a FIT image. The |
3365 | default value is set by the :ref:`ref-classes-kernel-fit-image` class as | 3369 | default value is set by the :ref:`ref-classes-kernel-fit-image` class as |