summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.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/usingpoky.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/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml4
1 files changed, 2 insertions, 2 deletions
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>