aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/faq.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index 7c2fc11818..74406ffcb8 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -603,14 +603,13 @@
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>
setup file.
- By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto
- Project Build Directory</ulink> is named <filename>build</filename> but can be named
+ By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>
+ is named <filename>build</filename> but can be named
anything you want.
</para>
<para>
- Within the <ulink url='&YOCTO_DOCS_DEV_URL;buile-directory'>build directory</ulink>
- is the <filename>tmp</filename> directory.
+ Within the build directory is the <filename>tmp</filename> directory.
To remove all the build output yet preserve any source code or downloaded files
from previous builds, simply remove the <filename>tmp</filename> directory.
</para>