summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index c323d38318..a963268347 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -42,11 +42,9 @@
42 42
43 <para> 43 <para>
44 The first thing you need to do is set up the OpenEmbedded build 44 The first thing you need to do is set up the OpenEmbedded build
45 environment by sourcing an environment setup script 45 environment by sourcing the environment setup script
46 (i.e. 46 (i.e.
47 <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> 47 <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>).
48 or
49 <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link>).
50 Here is an example: 48 Here is an example:
51 <literallayout class='monospaced'> 49 <literallayout class='monospaced'>
52 $ source &OE_INIT_FILE; [<replaceable>build_dir</replaceable>] 50 $ source &OE_INIT_FILE; [<replaceable>build_dir</replaceable>]