diff mbox series

ref-manual: variables.rst: correct templateconf.cfg file name

Message ID 20220922145812.2404547-1-michael.opdenacker@bootlin.com
State New
Headers show
Series ref-manual: variables.rst: correct templateconf.cfg file name | expand

Commit Message

Michael Opdenacker Sept. 22, 2022, 2:58 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

According to code in
https://git.openembedded.org/openembedded-core/tree/meta/classes-recipe/populate_sdk_ext.bbclass

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index fe845bf375..916649856c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6591,7 +6591,7 @@  system and gives an overview of their function and contents.
 
    :term:`SDK_CUSTOM_TEMPLATECONF`
       When building the extensible SDK, if :term:`SDK_CUSTOM_TEMPLATECONF` is set to
-      "1" and a ``conf/templateconf.conf`` file exists in the build directory
+      "1" and a ``conf/templateconf.cfg`` file exists in the build directory
       (:term:`TOPDIR`) then this will be copied into the SDK.
 
    :term:`SDK_DEPLOY`