summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/faq.xml')
-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 @@
603 When you use BitBake to build an image, all the build output goes into the 603 When you use BitBake to build an image, all the build output goes into the
604 directory created when you source the <filename>oe-init-build-env</filename> 604 directory created when you source the <filename>oe-init-build-env</filename>
605 setup file. 605 setup file.
606 By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto 606 By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>
607 Project Build Directory</ulink> is named <filename>build</filename> but can be named 607 is named <filename>build</filename> but can be named
608 anything you want. 608 anything you want.
609 </para> 609 </para>
610 610
611 <para> 611 <para>
612 Within the <ulink url='&YOCTO_DOCS_DEV_URL;buile-directory'>build directory</ulink> 612 Within the build directory is the <filename>tmp</filename> directory.
613 is the <filename>tmp</filename> directory.
614 To remove all the build output yet preserve any source code or downloaded files 613 To remove all the build output yet preserve any source code or downloaded files
615 from previous builds, simply remove the <filename>tmp</filename> directory. 614 from previous builds, simply remove the <filename>tmp</filename> directory.
616 </para> 615 </para>