diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-29 09:40:26 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:43 +0100 |
| commit | 63267ef0221d487cf356f924fa21934707d31cdf (patch) | |
| tree | a9df51782728e6fbb31c0782146df888841ad6f1 | |
| parent | 3450742644b4bb70849d28b14759ca99be9a0570 (diff) | |
| download | poky-63267ef0221d487cf356f924fa21934707d31cdf.tar.gz | |
ref-manual: Edits to the git rid of all output question.
(From yocto-docs rev: fb0fb77f581eef9eb6fcb4226d618d0927d3ad10)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/faq.xml | 17 |
1 files changed, 10 insertions, 7 deletions
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 @@ | |||
| 676 | <answer> | 676 | <answer> |
| 677 | <para> | 677 | <para> |
| 678 | Yes - you can easily do this. | 678 | Yes - you can easily do this. |
| 679 | When you use BitBake to build an image, all the build output goes into the | 679 | When you use BitBake to build an image, all the build output |
| 680 | directory created when you source the <filename>oe-init-build-env</filename> | 680 | goes into the directory created when you source the |
| 681 | setup file. | 681 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> |
| 682 | By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> | 682 | setup script. |
| 683 | By default, this <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | ||
| 683 | is named <filename>build</filename> but can be named | 684 | is named <filename>build</filename> but can be named |
| 684 | anything you want. | 685 | anything you want. |
| 685 | </para> | 686 | </para> |
| 686 | 687 | ||
| 687 | <para> | 688 | <para> |
| 688 | Within the build directory is the <filename>tmp</filename> directory. | 689 | Within the Build Directory, is the <filename>tmp</filename> |
| 689 | To remove all the build output yet preserve any source code or downloaded files | 690 | directory. |
| 690 | from previous builds, simply remove the <filename>tmp</filename> directory. | 691 | To remove all the build output yet preserve any source code or |
| 692 | downloaded files from previous builds, simply remove the | ||
| 693 | <filename>tmp</filename> directory. | ||
| 691 | </para> | 694 | </para> |
| 692 | </answer> | 695 | </answer> |
| 693 | </qandaentry> | 696 | </qandaentry> |
