diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-17 09:46:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:50 +0100 |
commit | 5112dbd23dba18e334f605fd1eec3c50f83e1d23 (patch) | |
tree | 14abd35b860e6c514e3a9057700f9627ecf47d71 /documentation/dev-manual | |
parent | 99caeda1a1113b96b56109ba26b344d07cc34ed9 (diff) | |
download | poky-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/dev-manual')
-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 |