diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-22 16:45:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-24 17:44:56 +0100 |
commit | 1bdbc6c9262829db2761758efbfa3299f38cd967 (patch) | |
tree | 59cb28a83a9097f940af4c98a7bd53a9a13b1c86 /documentation | |
parent | 79b0386676f80520072e9a8fbb7b7bfc6571eed1 (diff) | |
download | poky-1bdbc6c9262829db2761758efbfa3299f38cd967.tar.gz |
ref-manual: variables.rst: correct templateconf.cfg file name
According to code in
https://git.openembedded.org/openembedded-core/tree/meta/classes-recipe/populate_sdk_ext.bbclass
(From yocto-docs rev: 454a828103aeb9b3ad3985f07d89f418213f5471)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 72aca440be..2971654531 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6575,7 +6575,7 @@ system and gives an overview of their function and contents. | |||
6575 | 6575 | ||
6576 | :term:`SDK_CUSTOM_TEMPLATECONF` | 6576 | :term:`SDK_CUSTOM_TEMPLATECONF` |
6577 | When building the extensible SDK, if :term:`SDK_CUSTOM_TEMPLATECONF` is set to | 6577 | When building the extensible SDK, if :term:`SDK_CUSTOM_TEMPLATECONF` is set to |
6578 | "1" and a ``conf/templateconf.conf`` file exists in the build directory | 6578 | "1" and a ``conf/templateconf.cfg`` file exists in the build directory |
6579 | (:term:`TOPDIR`) then this will be copied into the SDK. | 6579 | (:term:`TOPDIR`) then this will be copied into the SDK. |
6580 | 6580 | ||
6581 | :term:`SDK_DEPLOY` | 6581 | :term:`SDK_DEPLOY` |