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)
downloadpoky-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 4cfd08fae6..afd3a8f14f 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -28,7 +28,7 @@
28 Consequently, most users do not need to worry about BitBake. 28 Consequently, most users do not need to worry about BitBake.
29 The <filename class="directory">bitbake/bin/</filename> directory is placed 29 The <filename class="directory">bitbake/bin/</filename> directory is placed
30 into the PATH environment variable by the 30 into the PATH environment variable by the
31 <link linkend="structure-core-script">poky-init-build-env</link> script. 31 <link linkend="structure-core-script">oe-init-build-env</link> script.
32 </para> 32 </para>
33 33
34 <para> 34 <para>
@@ -47,7 +47,7 @@
47 It is also possible to place output and configuration 47 It is also possible to place output and configuration
48 files in a directory separate from the Poky source. 48 files in a directory separate from the Poky source.
49 For information on separating output from the Poky source, see <link 49 For information on separating output from the Poky source, see <link
50 linkend='structure-core-script'>poky-init-build-env</link>. 50 linkend='structure-core-script'>oe-init-build-env</link>.
51 </para> 51 </para>
52 </section> 52 </section>
53 53
@@ -104,7 +104,7 @@
104 <para> 104 <para>
105 This directory contains various integration scripts that implement 105 This directory contains various integration scripts that implement
106 extra functionality in the Poky environment (e.g. QEMU scripts). 106 extra functionality in the Poky environment (e.g. QEMU scripts).
107 The <link linkend="structure-core-script">poky-init-build-env</link> script appends this 107 The <link linkend="structure-core-script">oe-init-build-env</link> script appends this
108 directory to the PATH environment variable. 108 directory to the PATH environment variable.
109 </para> 109 </para>
110 </section> 110 </section>
@@ -154,7 +154,7 @@
154 </section> 154 </section>
155 155
156 <section id='structure-core-script'> 156 <section id='structure-core-script'>
157 <title><filename>poky-init-build-env</filename></title> 157 <title><filename>oe-init-build-env</filename></title>
158 158
159 <para> 159 <para>
160 This script sets up the Poky build environment. 160 This script sets up the Poky build environment.
@@ -168,7 +168,7 @@
168 </para> 168 </para>
169 169
170 <literallayout class='monospaced'> 170 <literallayout class='monospaced'>
171 $ source POKY_SRC/poky-init-build-env [BUILDDIR] 171 $ source POKY_SRC/oe-init-build-env [BUILDDIR]
172 </literallayout> 172 </literallayout>
173 173
174 <para> 174 <para>