diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index a5cefe499f..76f50345e3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4352,7 +4352,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
4352 | 4352 | ||
4353 | <para> | 4353 | <para> |
4354 | The OpenEmbedded build system uses the environment variable | 4354 | The OpenEmbedded build system uses the environment variable |
4355 | <filename>TEMPLATECONF</filename> locate the directory | 4355 | <filename>TEMPLATECONF</filename> to locate the directory |
4356 | from which it gathers configuration information that ultimately | 4356 | from which it gathers configuration information that ultimately |
4357 | ends up in the | 4357 | ends up in the |
4358 | <link linkend='build-directory'>Build Directory's</link> | 4358 | <link linkend='build-directory'>Build Directory's</link> |
@@ -4362,8 +4362,8 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
4362 | <literallayout class='monospaced'> | 4362 | <literallayout class='monospaced'> |
4363 | TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf} | 4363 | TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf} |
4364 | </literallayout> | 4364 | </literallayout> |
4365 | This is the directory that the build system finds templates | 4365 | This is the directory used by the build system to find templates |
4366 | with which to build some key configuration files. | 4366 | from which to build some key configuration files. |
4367 | If you look at this directory, you will see the | 4367 | If you look at this directory, you will see the |
4368 | <filename>bblayers.conf.sample</filename>, | 4368 | <filename>bblayers.conf.sample</filename>, |
4369 | <filename>local.conf.sample</filename>, and | 4369 | <filename>local.conf.sample</filename>, and |