summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-29 11:56:41 +0200
committerSteve Sakoman <steve@sakoman.com>2025-08-20 07:37:19 -0700
commit729f2a3d1943e8e528b2cb42ab6fb332fe0e4a8b (patch)
treebe7e8bbdfb8e551714cc2601cbdab3ac4743eeb6
parent1a02f436175c1c35646b60d4608157327b909e4e (diff)
downloadpoky-729f2a3d1943e8e528b2cb42ab6fb332fe0e4a8b.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: 47a0181cc471667d78f7810aa1ef55027a761a82) 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.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 0e26ffb031..3899dd82a7 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3270,6 +3270,10 @@ system and gives an overview of their function and contents.
3270 3270
3271 This variable is used in the :ref:`ref-classes-kernel-fitimage` class. 3271 This variable is used in the :ref:`ref-classes-kernel-fitimage` class.
3272 3272
3273 :term:`FIT_CONF_PREFIX`
3274 When using the :ref:`ref-classes-kernel-fitimage`, this is the prefix
3275 used for creating FIT configuration nodes. Its default value is "conf-".
3276
3273 :term:`FIT_DESC` 3277 :term:`FIT_DESC`
3274 Specifies the description string encoded into a FIT image. The 3278 Specifies the description string encoded into a FIT image. The
3275 default value is set by the :ref:`ref-classes-kernel-fitimage` class as 3279 default value is set by the :ref:`ref-classes-kernel-fitimage` class as