diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:41 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-13 08:42:58 -0700 |
commit | d5a1a8231ef81b082594301b76bae15ce58b61cd (patch) | |
tree | cb15c0519537487c5688e90c5330e55cf5b23195 | |
parent | 24ba9a5370eff4ceb0a9b1e78c0f8b081a9c395a (diff) | |
download | poky-d5a1a8231ef81b082594301b76bae15ce58b61cd.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: 1b6a3610d5d24580de34b7821413b0f1ea52b508)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 860891492b96eb127af5e7bab6348fca12167c68)
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 182236efc0..d8c3497d3d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3339,6 +3339,10 @@ system and gives an overview of their function and contents. | |||
3339 | 3339 | ||
3340 | This variable is used in the :ref:`ref-classes-kernel-fitimage` class. | 3340 | This variable is used in the :ref:`ref-classes-kernel-fitimage` class. |
3341 | 3341 | ||
3342 | :term:`FIT_CONF_PREFIX` | ||
3343 | When using the :ref:`ref-classes-kernel-fitimage`, this is the prefix | ||
3344 | used for creating FIT configuration nodes. Its default value is "conf-". | ||
3345 | |||
3342 | :term:`FIT_DESC` | 3346 | :term:`FIT_DESC` |
3343 | Specifies the description string encoded into a FIT image. The | 3347 | Specifies the description string encoded into a FIT image. The |
3344 | default value is set by the :ref:`ref-classes-kernel-fitimage` class as | 3348 | default value is set by the :ref:`ref-classes-kernel-fitimage` class as |