summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
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 fc4fbdc..6d7b016 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -131,14 +131,14 @@
</para>
<para>
<literallayout class='monospaced'>
- $ source poky-init-build-env [build_dir]
+ $ source oe-init-build-env [build_dir]
</literallayout>
</para>
<para>
The build_dir is the dir containing all the build's object files. The default
build dir is poky-dir/build. A different build_dir can be used for each of the targets.
For example, ~/build/x86 for a qemux86 target, and ~/build/arm for a qemuarm target.
- Please refer to <link linkend="structure-core-script">poky-init-build-env</link>
+ Please refer to <link linkend="structure-core-script">oe-init-build-env</link>
for more detailed information.
</para>
<para>
OpenPOWER on IntegriCloud