summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-13 11:28:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:09 +0100
commit402383637b9a20614bc56221f86ff5b9013519d2 (patch)
tree9cf339114663f68d3927b9c51706d17680724971 /documentation/poky-ref-manual/usingpoky.xml
parent30f491637c9e4d366eef6cfe2e7e3966d02f3bd7 (diff)
downloadpoky-402383637b9a20614bc56221f86ff5b9013519d2.tar.gz
documentation/poky-ref-manual: Fixed various references to YP
I did a scrub for "Yocto Project" and found some that could be changed. (From yocto-docs rev: 985062b6a9320e8a3ca3d3dafb6516db4fbc5bd5) 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/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>