diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 1cf4468bac..82a46d581a 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml @@ -676,18 +676,21 @@ Yes - you can easily do this. - When you use BitBake to build an image, all the build output goes into the - directory created when you source the oe-init-build-env - setup file. - By default, this build directory + When you use BitBake to build an image, all the build output + goes into the directory created when you source the + &OE_INIT_FILE; + setup script. + By default, this Build Directory is named build but can be named anything you want. - Within the build directory is the tmp directory. - To remove all the build output yet preserve any source code or downloaded files - from previous builds, simply remove the tmp directory. + Within the Build Directory, is the tmp + directory. + To remove all the build output yet preserve any source code or + downloaded files from previous builds, simply remove the + tmp directory.