documentation/poky-ref-manual/faq.xml: Removed old YP Build Directory

Found a stray reference to "Yocto Project Build Directory."  I changed
to "build directory."

(From yocto-docs rev: e0c593ac162c61f7d42625482b95c253d0f8622a)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-07-05 08:49:36 -07:00 committed by Richard Purdie
parent 229f7c57ee
commit 2571a56215
1 changed files with 3 additions and 4 deletions

View File

@ -603,14 +603,13 @@
When you use BitBake to build an image, all the build output goes into the When you use BitBake to build an image, all the build output goes into the
directory created when you source the <filename>oe-init-build-env</filename> directory created when you source the <filename>oe-init-build-env</filename>
setup file. setup file.
By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>
Project Build Directory</ulink> is named <filename>build</filename> but can be named is named <filename>build</filename> but can be named
anything you want. anything you want.
</para> </para>
<para> <para>
Within the <ulink url='&YOCTO_DOCS_DEV_URL;buile-directory'>build directory</ulink> Within the build directory is the <filename>tmp</filename> directory.
is the <filename>tmp</filename> directory.
To remove all the build output yet preserve any source code or downloaded files To remove all the build output yet preserve any source code or downloaded files
from previous builds, simply remove the <filename>tmp</filename> directory. from previous builds, simply remove the <filename>tmp</filename> directory.
</para> </para>