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-18 13:18:01 -0700
commit5d6f6b2619880ce6a4fdc93b1a9ef22df0f1c907 (patch)
tree87a654549aadfec1bfcdde11e3bb86dc312e23cd
parent79435187b1de33801463ebaef57044422e86f30c (diff)
downloadpoky-5d6f6b2619880ce6a4fdc93b1a9ef22df0f1c907.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: cb410326e2093fd3bbfe4417c9d73ba0d379df7d) 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 3e3b1df377..043722d823 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2801,6 +2801,10 @@ system and gives an overview of their function and contents.
2801 For guidance on how to create your own file permissions settings 2801 For guidance on how to create your own file permissions settings
2802 table file, examine the existing ``fs-perms.txt``. 2802 table file, examine the existing ``fs-perms.txt``.
2803 2803
2804 :term:`FIT_CONF_PREFIX`
2805 When using the :ref:`ref-classes-kernel-fitimage`, this is the prefix
2806 used for creating FIT configuration nodes. Its default value is "conf-".
2807
2804 :term:`FIT_DESC` 2808 :term:`FIT_DESC`
2805 Specifies the description string encoded into a fitImage. The default 2809 Specifies the description string encoded into a fitImage. The default
2806 value is set by the :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` 2810 value is set by the :ref:`kernel-fitimage <ref-classes-kernel-fitimage>`