summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-04 10:13:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:24:12 +0100
commit0a4f7521bb786b7ac84e3204812a2c76df29c0de (patch)
treebe6443c82f698de4dd4ae2f92775ac94472f5071 /documentation/dev-manual/dev-manual-start.xml
parentc1261f843e0bd22ef09e9027e45f6a5d58760d13 (diff)
downloadpoky-0a4f7521bb786b7ac84e3204812a2c76df29c0de.tar.gz
documentation: dev-manual - Edits to setup part of example
Minor edits to the part of the example that sets up for the first core-image-minimal build. Put in the variable to use for the build environment setup script, updated some changed output from some of the commands, etc. (From yocto-docs rev: 0b4b2ddf9a78a9d6d218ed9a6f0acd3e876d9581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index f9ec8d1d66..e55a07d87a 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -152,8 +152,8 @@
152 <para>Now create a clone of the bare clone just created: 152 <para>Now create a clone of the bare clone just created:
153 <literallayout class='monospaced'> 153 <literallayout class='monospaced'>
154 $ git clone linux-yocto-3.4.git my-linux-yocto-3.4-work 154 $ git clone linux-yocto-3.4.git my-linux-yocto-3.4-work
155 Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.4-work/.git/ 155 Cloning into 'my-linux-yocto-3.4-work'...
156 Checking out files: 100% (37619/37619), done. 156 done.
157 </literallayout></para></listitem> 157 </literallayout></para></listitem>
158 <listitem id='poky-extras-repo'><para><emphasis> 158 <listitem id='poky-extras-repo'><para><emphasis>
159 The <filename>poky-extras</filename> Git Repository</emphasis>: 159 The <filename>poky-extras</filename> Git Repository</emphasis>: