summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.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-newbie.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-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index f9980fc555..e9077c4efc 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -147,8 +147,9 @@
147 </para></listitem> 147 </para></listitem>
148 <listitem><para><emphasis>Configuration File:</emphasis> Configuration information in various 148 <listitem><para><emphasis>Configuration File:</emphasis> Configuration information in various
149 <filename>.conf</filename> files provides global definitions of variables. 149 <filename>.conf</filename> files provides global definitions of variables.
150 The <filename>conf/local.conf</filename> configuration file in the Yocto Project 150 The <filename>conf/local.conf</filename> configuration file in the
151 build directory contains user-defined variables that affect each build. 151 <link linkend='yocto-project-build-directory'>Yocto Project Build Directory</link>
152 contains user-defined variables that affect each build.
152 The <filename>meta-yocto/conf/distro/poky.conf</filename> configuration file 153 The <filename>meta-yocto/conf/distro/poky.conf</filename> configuration file
153 defines Yocto ‘distro’ configuration 154 defines Yocto ‘distro’ configuration
154 variables used only when building with this policy. 155 variables used only when building with this policy.
@@ -327,7 +328,8 @@
327 You can find this list in the Yocto Project files directory at 328 You can find this list in the Yocto Project files directory at
328 <filename>meta/files/common-licenses</filename>. 329 <filename>meta/files/common-licenses</filename>.
329 Once the build completes, the list of all licenses found and used during that build are 330 Once the build completes, the list of all licenses found and used during that build are
330 kept in the Yocto Project build directory at 331 kept in the
332 <link linkend='yocto-project-build-directory'>Yocto Project Build Directory</link> at
331 <filename>tmp/deploy/images/licenses</filename>. 333 <filename>tmp/deploy/images/licenses</filename>.
332 </para> 334 </para>
333 335