summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index f7632a5735..d5584d6c49 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -6434,10 +6434,10 @@ files (i.e. ``local.conf`` and ``bblayers.conf``) that are created in a
6434new build directory. 6434new build directory.
6435 6435
6436The OpenEmbedded build system uses the environment variable 6436The OpenEmbedded build system uses the environment variable
6437``TEMPLATECONF`` to locate the directory from which it gathers 6437:term:`TEMPLATECONF` to locate the directory from which it gathers
6438configuration information that ultimately ends up in the 6438configuration information that ultimately ends up in the
6439:term:`Build Directory` ``conf`` directory. 6439:term:`Build Directory` ``conf`` directory.
6440By default, ``TEMPLATECONF`` is set as follows in the ``poky`` 6440By default, :term:`TEMPLATECONF` is set as follows in the ``poky``
6441repository:: 6441repository::
6442 6442
6443 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf} 6443 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf}
@@ -6452,7 +6452,7 @@ list of BitBake targets when running the setup script.
6452 6452
6453To override these default configuration files with configurations you 6453To override these default configuration files with configurations you
6454want used within every new Build Directory, simply set the 6454want used within every new Build Directory, simply set the
6455``TEMPLATECONF`` variable to your directory. The ``TEMPLATECONF`` 6455:term:`TEMPLATECONF` variable to your directory. The :term:`TEMPLATECONF`
6456variable is set in the ``.templateconf`` file, which is in the top-level 6456variable is set in the ``.templateconf`` file, which is in the top-level
6457:term:`Source Directory` folder 6457:term:`Source Directory` folder
6458(e.g. ``poky``). Edit the ``.templateconf`` so that it can locate your 6458(e.g. ``poky``). Edit the ``.templateconf`` so that it can locate your
@@ -6492,7 +6492,7 @@ either of the setup scripts::
6492 6492
6493Changing the listed common targets is as easy as editing your version of 6493Changing the listed common targets is as easy as editing your version of
6494``conf-notes.txt`` in your custom template configuration directory and 6494``conf-notes.txt`` in your custom template configuration directory and
6495making sure you have ``TEMPLATECONF`` set to your directory. 6495making sure you have :term:`TEMPLATECONF` set to your directory.
6496 6496
6497Conserving Disk Space 6497Conserving Disk Space
6498===================== 6498=====================