summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 1dde656140..121650cd54 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -27,7 +27,7 @@
27 <title>Build Overview</title> 27 <title>Build Overview</title>
28 28
29 <para> 29 <para>
30 The first thing you need to do is set up the Yocto Project build environment by sourcing 30 The first thing you need to do is set up the OpenEmbedded build environment by sourcing
31 the environment setup script as follows: 31 the environment setup script as follows:
32 <literallayout class='monospaced'> 32 <literallayout class='monospaced'>
33 $ source oe-init-build-env [build_dir] 33 $ source oe-init-build-env [build_dir]
@@ -35,8 +35,9 @@
35 </para> 35 </para>
36 36
37 <para> 37 <para>
38 The <filename>build_dir</filename> is optional and specifies the directory Yocto Project 38 The <filename>build_dir</filename> is optional and specifies the directory the
39 uses for the build - the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>. 39 OpenEmbedded build system uses for the build -
40 the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>.
40 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>
41 in your current working directory. 42 in your current working directory.
42 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.
@@ -47,7 +48,7 @@
47 </para> 48 </para>
48 49
49 <para> 50 <para>
50 Once the Yocto Project build environment is set up, you can build a target using: 51 Once the build environment is set up, you can build a target using:
51 <literallayout class='monospaced'> 52 <literallayout class='monospaced'>
52 $ bitbake &lt;target&gt; 53 $ bitbake &lt;target&gt;
53 </literallayout> 54 </literallayout>