summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-22 13:51:35 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:00 -0800
commitc0859cd2b641a6481759a78aec2403a96cd6564a (patch)
treeacd753a98bc0da776de35b28ad0d9460183a1d77 /documentation/dev-manual/dev-manual-start.xml
parentee69fb57825cac80fa6fa71b95e772d772862bd7 (diff)
downloadpoky-c0859cd2b641a6481759a78aec2403a96cd6564a.tar.gz
documentation/dev-manual: Fixed YP Build Directory Term
Throughout the manual there is a specific term to refer to the YP build directory: "Yocto Project Build Directory." This term was being loosely referred to and was not consisten in linking to the actual term definition in the Terms chapter. All this is fixed. (From yocto-docs rev: 9229a512a62780a0e52089cc865d0903cbe7c92e) 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/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index e429065b7a..6bedbc273a 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -264,7 +264,9 @@
264 <listitem><para>Initialize the build environment by sourcing a build environment 264 <listitem><para>Initialize the build environment by sourcing a build environment
265 script.</para></listitem> 265 script.</para></listitem>
266 <listitem><para>Optionally ensure the <filename>/conf/local.conf</filename> configuration file, 266 <listitem><para>Optionally ensure the <filename>/conf/local.conf</filename> configuration file,
267 which is found in the Yocto Project build directory, is set up how you want it. 267 which is found in the
268 <link linkend='yocto-project-build-directory'>Yocto Project Build Directory</link>,
269 is set up how you want it.
268 This file defines many aspects of the build environment including 270 This file defines many aspects of the build environment including
269 the target machine architecture through the 271 the target machine architecture through the
270 <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-MACHINE'>MACHINE</ulink></filename> variable, 272 <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-MACHINE'>MACHINE</ulink></filename> variable,