aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-17 09:46:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:50 +0100
commit5112dbd23dba18e334f605fd1eec3c50f83e1d23 (patch)
tree14abd35b860e6c514e3a9057700f9627ecf47d71 /documentation
parent99caeda1a1113b96b56109ba26b344d07cc34ed9 (diff)
downloadopenembedded-core-contrib-5112dbd23dba18e334f605fd1eec3c50f83e1d23.tar.gz
dev-manual: Edits to "Creating a Custom Template Configuration Directory"
Fixes [YOCTO #5895] Some minor edits to the section. I found a grammar error and a mis-wording. (From yocto-docs rev: 86e85512279a1379d9b30825d6af3e508faa320a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
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>
<para>
The OpenEmbedded build system uses the environment variable
- <filename>TEMPLATECONF</filename> locate the directory
+ <filename>TEMPLATECONF</filename> to locate the directory
from which it gathers configuration information that ultimately
ends up in the
<link linkend='build-directory'>Build Directory's</link>
@@ -4362,8 +4362,8 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
<literallayout class='monospaced'>
TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf}
</literallayout>
- This is the directory that the build system finds templates
- with which to build some key configuration files.
+ This is the directory used by the build system to find templates
+ from which to build some key configuration files.
If you look at this directory, you will see the
<filename>bblayers.conf.sample</filename>,
<filename>local.conf.sample</filename>, and