diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index dffe6bfbbf..6b56c5abb9 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -581,6 +581,34 @@ + + + + + Can I get rid of build output so I can start over? + + + + + 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 Yocto + Project Build Directory is named build but can be named + anything you want. + + + + Within the Yocto Project 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. + + + + +