diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-structure.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 10 |
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> |