diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-26 10:02:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:50 +0100 |
commit | 942f915b2829ced6b719ca533c415c84e7060835 (patch) | |
tree | 4c79261b39499a228cd3b7efe4b86ca2bfb73dec /documentation/ref-manual/usingpoky.xml | |
parent | 8bfd984191f4a940dbc15be8f1c5374d2e3a23e6 (diff) | |
download | poky-942f915b2829ced6b719ca533c415c84e7060835.tar.gz |
ref-manual: Various edits to the "Build Overview" section.
(From yocto-docs rev: ad017a31cc79b97baaa562d05aa0dab3bf45bd35)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 0b0f02005c..14c6290945 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -30,7 +30,7 @@ | |||
30 | The first thing you need to do is set up the OpenEmbedded build environment by sourcing | 30 | The first thing you need to do is set up the OpenEmbedded build environment by sourcing |
31 | the <link linkend='structure-core-script'>environment setup script</link> as follows: | 31 | the <link linkend='structure-core-script'>environment setup script</link> as follows: |
32 | <literallayout class='monospaced'> | 32 | <literallayout class='monospaced'> |
33 | $ source &OE_INIT_FILE; [build_dir] | 33 | $ source &OE_INIT_FILE; [<build_dir>] |
34 | </literallayout> | 34 | </literallayout> |
35 | </para> | 35 | </para> |
36 | 36 | ||
@@ -38,13 +38,13 @@ | |||
38 | The <filename>build_dir</filename> is optional and specifies the directory the | 38 | The <filename>build_dir</filename> is optional and specifies the directory the |
39 | OpenEmbedded build system uses for the build - | 39 | OpenEmbedded build system uses for the build - |
40 | the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 40 | the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. |
41 | If you do not specify a Build Directory it defaults to <filename>build</filename> | 41 | If you do not specify a Build Directory, it defaults to <filename>build</filename> |
42 | in your current working directory. | 42 | in your current working directory. |
43 | A common practice is to use a different Build Directory for different targets. | 43 | A common practice is to use a different Build Directory for different targets. |
44 | For example, <filename>~/build/x86</filename> for a <filename>qemux86</filename> | 44 | For example, <filename>~/build/x86</filename> for a <filename>qemux86</filename> |
45 | target, and <filename>~/build/arm</filename> for a <filename>qemuarm</filename> target. | 45 | target, and <filename>~/build/arm</filename> for a <filename>qemuarm</filename> target. |
46 | See <link linkend="structure-core-script">&OE_INIT_FILE;</link> | 46 | See the "<link linkend="structure-core-script"><filename>&OE_INIT_FILE;</filename></link>" |
47 | for more information on this script. | 47 | section for more information on this script. |
48 | </para> | 48 | </para> |
49 | 49 | ||
50 | <para> | 50 | <para> |
@@ -60,7 +60,7 @@ | |||
60 | <filename>/meta/recipes-sato/images</filename>, etc. all found in the | 60 | <filename>/meta/recipes-sato/images</filename>, etc. all found in the |
61 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 61 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. |
62 | Or, the target can be the name of a recipe for a specific piece of software such as | 62 | Or, the target can be the name of a recipe for a specific piece of software such as |
63 | <application>busybox</application>. | 63 | BusyBox. |
64 | For more details about the images the OpenEmbedded build system supports, see the | 64 | For more details about the images the OpenEmbedded build system supports, see the |
65 | "<link linkend="ref-images">Images</link>" chapter. | 65 | "<link linkend="ref-images">Images</link>" chapter. |
66 | </para> | 66 | </para> |