summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-23 14:41:10 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-23 23:04:46 +0100
commitfd7c1df7b61d433040d062c79f0904b675d01f40 (patch)
tree73bdac5c802dd93d1ccc03af9427740d5e6d2e53 /documentation/dev-manual/dev-manual-start.xml
parent564e311a8db5dfad2d099f9d7d0bb5e76b413aa4 (diff)
downloadpoky-fd7c1df7b61d433040d062c79f0904b675d01f40.tar.gz
documentation: Replacements for "1.1" and "edison", etc.
I did a quick and dirty scrub over the manuals for the strings "1.1" and "edison". I found some instances that were not properly variablized. Also, discovered some references to the linux-yocto-3.0-1.1.x. All but one instance of this needed changed to linux-yocto-3.2. (From yocto-docs rev: 620fb4b7626defcefc8a039de09ae4599ee7f454) 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.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 02f6599179..791315c960 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -132,18 +132,18 @@
132 For simplicity, it is recommended that you create these structures outside of the 132 For simplicity, it is recommended that you create these structures outside of the
133 Yocto Project Files Git repository.</para> 133 Yocto Project Files Git repository.</para>
134 <para>As an example, the following transcript shows how to create the bare clone 134 <para>As an example, the following transcript shows how to create the bare clone
135 of the <filename>linux-yocto-3.0-1.1.x</filename> kernel and then create a copy of 135 of the <filename>linux-yocto-3.2</filename> kernel and then create a copy of
136 that clone. 136 that clone.
137 <note>When you have a local Linux Yocto kernel Git repository, you can 137 <note>When you have a local Linux Yocto kernel Git repository, you can
138 reference that repository rather than the upstream Git repository as 138 reference that repository rather than the upstream Git repository as
139 part of the <filename>clone</filename> command. 139 part of the <filename>clone</filename> command.
140 Doing so can speed up the process.</note></para> 140 Doing so can speed up the process.</note></para>
141 <para>In the following example, the bare clone is named 141 <para>In the following example, the bare clone is named
142 <filename>linux-yocto-3.0-1.1.x.git</filename>, while the 142 <filename>linux-yocto-3.2.git</filename>, while the
143 copy is named <filename>my-linux-yocto-3.0-1.1.x-work</filename>: 143 copy is named <filename>my-linux-yocto-3.2-work</filename>:
144 <literallayout class='monospaced'> 144 <literallayout class='monospaced'>
145 $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0-1.1.x linux-yocto-3.0-1.1.x.git 145 $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.2 linux-yocto-3.2.git
146 Initialized empty Git repository in /home/scottrif/linux-yocto-3.0-1.1.x.git/ 146 Initialized empty Git repository in /home/scottrif/linux-yocto-3.2.git/
147 remote: Counting objects: 2259181, done. 147 remote: Counting objects: 2259181, done.
148 remote: Compressing objects: 100% (373259/373259), done. 148 remote: Compressing objects: 100% (373259/373259), done.
149 remote: Total 2259181 (delta 1892638), reused 2231556 (delta 1865300) 149 remote: Total 2259181 (delta 1892638), reused 2231556 (delta 1865300)
@@ -152,8 +152,8 @@
152 </literallayout></para> 152 </literallayout></para>
153 <para>Now create a clone of the bare clone just created: 153 <para>Now create a clone of the bare clone just created:
154 <literallayout class='monospaced'> 154 <literallayout class='monospaced'>
155 $ git clone linux-yocto-3.0-1.1.x.git my-linux-yocto-3.0-1.1.x-work 155 $ git clone linux-yocto-3.2.git my-linux-yocto-3.2-work
156 Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.0-1.1.x/.git/ 156 Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.2/.git/
157 Checking out files: 100% (36898/36898), done. 157 Checking out files: 100% (36898/36898), done.
158 </literallayout></para></listitem> 158 </literallayout></para></listitem>
159 <listitem id='poky-extras-repo'><para><emphasis> 159 <listitem id='poky-extras-repo'><para><emphasis>