summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/custom-template-configuration-directory.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/custom-template-configuration-directory.rst b/documentation/dev-manual/custom-template-configuration-directory.rst
index 9bffef35b4..06fcada822 100644
--- a/documentation/dev-manual/custom-template-configuration-directory.rst
+++ b/documentation/dev-manual/custom-template-configuration-directory.rst
@@ -42,11 +42,11 @@ would be::
42 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default} 42 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
43 43
44If you look at a configuration template directory, you will 44If you look at a configuration template directory, you will
45see the ``bblayers.conf.sample``, ``local.conf.sample``, and 45see the ``bblayers.conf.sample``, ``local.conf.sample``, ``conf-summary.txt`` and
46``conf-notes.txt`` files. The build system uses these files to form the 46``conf-notes.txt`` files. The build system uses these files to form the
47respective ``bblayers.conf`` file, ``local.conf`` file, and show 47respective ``bblayers.conf`` file, ``local.conf`` file, and show
48users a note about the build they're setting up 48users usage information about the build they're setting up
49when running the ``oe-init-build-env`` setup script. These can be 49when running the ``oe-init-build-env`` setup script. These can be
50edited further if needed to improve or change the build configurations 50edited further if needed to improve or change the build configurations
51available to the users. 51available to the users, and provide useful summaries and detailed usage notes.
52 52