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>
This commit is contained in:
Scott Rifenbark
2012-07-13 11:28:34 -07:00
committed by Richard Purdie
parent 30f491637c
commit 402383637b
7 changed files with 39 additions and 39 deletions

View File

@@ -27,7 +27,7 @@
<title>Build Overview</title>
<para>
The first thing you need to do is set up the Yocto Project build environment by sourcing
The first thing you need to do is set up the OpenEmbedded build environment by sourcing
the environment setup script as follows:
<literallayout class='monospaced'>
$ source oe-init-build-env [build_dir]
@@ -35,8 +35,9 @@
</para>
<para>
The <filename>build_dir</filename> is optional and specifies the directory Yocto Project
uses for the build - the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>.
The <filename>build_dir</filename> is optional and specifies the directory the
OpenEmbedded build system uses for the build -
the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>.
If you do not specify a build directory it defaults to <filename>build</filename>
in your current working directory.
A common practice is to use a different build directory for different targets.
@@ -47,7 +48,7 @@
</para>
<para>
Once the Yocto Project build environment is set up, you can build a target using:
Once the build environment is set up, you can build a target using:
<literallayout class='monospaced'>
$ bitbake &lt;target&gt;
</literallayout>