summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 15:54:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 13:08:42 +0100
commit6d49cb5332eee6604cf2c133754f4268f6f2e9de (patch)
tree99dfd0c4bb9ab5e9b4efe1e2f041d407d5cba9c5 /documentation/poky-ref-manual/ref-structure.xml
parenta8912991ded2c512bfc420fec83b5dbcd80dd386 (diff)
downloadast2050-yocto-poky-6d49cb5332eee6604cf2c133754f4268f6f2e9de.zip
ast2050-yocto-poky-6d49cb5332eee6604cf2c133754f4268f6f2e9de.tar.gz
Rename poky-init-build-env to oe-init-build-env
(From yocto-docs rev: 15bedcbd988300c2fdf880c5f15def50310049e2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-structure.xml')
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index 4cfd08f..afd3a8f 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -28,7 +28,7 @@
Consequently, most users do not need to worry about BitBake.
The <filename class="directory">bitbake/bin/</filename> directory is placed
into the PATH environment variable by the
- <link linkend="structure-core-script">poky-init-build-env</link> script.
+ <link linkend="structure-core-script">oe-init-build-env</link> script.
</para>
<para>
@@ -47,7 +47,7 @@
It is also possible to place output and configuration
files in a directory separate from the Poky source.
For information on separating output from the Poky source, see <link
- linkend='structure-core-script'>poky-init-build-env</link>.
+ linkend='structure-core-script'>oe-init-build-env</link>.
</para>
</section>
@@ -104,7 +104,7 @@
<para>
This directory contains various integration scripts that implement
extra functionality in the Poky environment (e.g. QEMU scripts).
- The <link linkend="structure-core-script">poky-init-build-env</link> script appends this
+ The <link linkend="structure-core-script">oe-init-build-env</link> script appends this
directory to the PATH environment variable.
</para>
</section>
@@ -154,7 +154,7 @@
</section>
<section id='structure-core-script'>
- <title><filename>poky-init-build-env</filename></title>
+ <title><filename>oe-init-build-env</filename></title>
<para>
This script sets up the Poky build environment.
@@ -168,7 +168,7 @@
</para>
<literallayout class='monospaced'>
- $ source POKY_SRC/poky-init-build-env [BUILDDIR]
+ $ source POKY_SRC/oe-init-build-env [BUILDDIR]
</literallayout>
<para>
OpenPOWER on IntegriCloud