diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 15:54:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 13:08:42 +0100 |
| commit | 6d49cb5332eee6604cf2c133754f4268f6f2e9de (patch) | |
| tree | 99dfd0c4bb9ab5e9b4efe1e2f041d407d5cba9c5 | |
| parent | a8912991ded2c512bfc420fec83b5dbcd80dd386 (diff) | |
| download | 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>
| -rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 10 | ||||
| -rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 4 | ||||
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
3 files changed, 8 insertions, 8 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> |
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index fc4fbdc6ce..6d7b016af8 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
| @@ -131,14 +131,14 @@ | |||
| 131 | </para> | 131 | </para> |
| 132 | <para> | 132 | <para> |
| 133 | <literallayout class='monospaced'> | 133 | <literallayout class='monospaced'> |
| 134 | $ source poky-init-build-env [build_dir] | 134 | $ source oe-init-build-env [build_dir] |
| 135 | </literallayout> | 135 | </literallayout> |
| 136 | </para> | 136 | </para> |
| 137 | <para> | 137 | <para> |
| 138 | The build_dir is the dir containing all the build's object files. The default | 138 | The build_dir is the dir containing all the build's object files. The default |
| 139 | build dir is poky-dir/build. A different build_dir can be used for each of the targets. | 139 | build dir is poky-dir/build. A different build_dir can be used for each of the targets. |
| 140 | For example, ~/build/x86 for a qemux86 target, and ~/build/arm for a qemuarm target. | 140 | For example, ~/build/x86 for a qemux86 target, and ~/build/arm for a qemuarm target. |
| 141 | Please refer to <link linkend="structure-core-script">poky-init-build-env</link> | 141 | Please refer to <link linkend="structure-core-script">oe-init-build-env</link> |
| 142 | for more detailed information. | 142 | for more detailed information. |
| 143 | </para> | 143 | </para> |
| 144 | <para> | 144 | <para> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f011f09860..b9f3662994 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -255,7 +255,7 @@ | |||
| 255 | <literallayout class='monospaced'> | 255 | <literallayout class='monospaced'> |
| 256 | $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2 | 256 | $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2 |
| 257 | $ tar xjf poky-bernard-5.0.tar.bz2 | 257 | $ tar xjf poky-bernard-5.0.tar.bz2 |
| 258 | $ source poky-bernard-5.0/poky-init-build-env poky-5.0-build | 258 | $ source poky-bernard-5.0/oe-init-build-env poky-5.0-build |
| 259 | </literallayout> | 259 | </literallayout> |
| 260 | </para> | 260 | </para> |
| 261 | 261 | ||
