diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-27 10:32:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-28 16:32:58 +0100 |
commit | 7afc6af42aadc96bcca7653a86c2dde5e9416bb1 (patch) | |
tree | 9315dc7a279f246bd18773b14313e6491b3869d1 /documentation/poky-ref-manual/faq.xml | |
parent | 5f36c2c37f4f92c8c3ed2ab88413a3573f20aec6 (diff) | |
download | poky-7afc6af42aadc96bcca7653a86c2dde5e9416bb1.tar.gz |
documentation/poky-ref-manual/faq.xml: added FAQ on deleting tmp
Added a new FAQ entry on how to get rid of build output and
start over. Sourced by Robert P. J. Day.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 3b94911aaf64b9618f8dbc0d8b98384b9ebd33b4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/faq.xml')
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 28 |
1 files changed, 28 insertions, 0 deletions
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 @@ | |||
581 | </para> | 581 | </para> |
582 | </answer> | 582 | </answer> |
583 | </qandaentry> | 583 | </qandaentry> |
584 | |||
585 | <qandaentry> | ||
586 | <question> | ||
587 | <para> | ||
588 | Can I get rid of build output so I can start over? | ||
589 | </para> | ||
590 | </question> | ||
591 | <answer> | ||
592 | <para> | ||
593 | Yes - you can easily do this. | ||
594 | When you use BitBake to build an image, all the build output goes into the | ||
595 | directory created when you source the <filename>oe-init-build-env</filename> | ||
596 | setup file. | ||
597 | By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto | ||
598 | Project Build Directory</ulink> is named <filename>build</filename> but can be named | ||
599 | anything you want. | ||
600 | </para> | ||
601 | |||
602 | <para> | ||
603 | Within the Yocto Project Build Directory is the <filename>tmp</filename> | ||
604 | directory. | ||
605 | To remove all the build output yet preserve any source code or downloaded files | ||
606 | from previous builds, simply remove the <filename>tmp</filename> directory. | ||
607 | </para> | ||
608 | </answer> | ||
609 | </qandaentry> | ||
610 | |||
611 | |||
584 | </qandaset> | 612 | </qandaset> |
585 | </appendix> | 613 | </appendix> |
586 | <!-- | 614 | <!-- |