diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-04 10:13:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-07 13:15:36 +0100 |
commit | 416433d2ac27d7832794bdda02c6273161af456a (patch) | |
tree | b75e4919e9a3de8f2b297b706569bac8c87550d2 /documentation/dev-manual/dev-manual-start.xml | |
parent | 5627ac2b5f8c5003c201eb790ecdfd6d3e2f7890 (diff) | |
download | poky-416433d2ac27d7832794bdda02c6273161af456a.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.xml | 4 |
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>: |