From 5d6f6b2619880ce6a4fdc93b1a9ef22df0f1c907 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 29 Jul 2025 11:56:41 +0200 Subject: [PATCH] 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 (cherry picked from commit 860891492b96eb127af5e7bab6348fca12167c68) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/ref-manual/variables.rst | 4 ++++ 1 file changed, 4 insertions(+) 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. For guidance on how to create your own file permissions settings table file, examine the existing ``fs-perms.txt``. + :term:`FIT_CONF_PREFIX` + When using the :ref:`ref-classes-kernel-fitimage`, this is the prefix + used for creating FIT configuration nodes. Its default value is "conf-". + :term:`FIT_DESC` Specifies the description string encoded into a fitImage. The default value is set by the :ref:`kernel-fitimage `