diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 06:48:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:27 +0100 |
commit | f38b88a66c5a8b2151955c35fbacf79a11d27807 (patch) | |
tree | 7df77f2e3bdc63f07b3b6b7409c654119e77f9bf /documentation/dev-manual/dev-manual-start.xml | |
parent | 25fb8ec27d9543b643095252ab73eb96773fe58c (diff) | |
download | poky-f38b88a66c5a8b2151955c35fbacf79a11d27807.tar.gz |
documentation: dev-manual - changed 3.2 to 3.4 for kernel support
(From yocto-docs rev: 6305dc7b4cbeae7f5725a2c2bc003b361460cfdf)
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 | 14 |
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 34058f9be3..f389f68af7 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -131,18 +131,18 @@ | |||
131 | For simplicity, it is recommended that you create these structures outside of the | 131 | For simplicity, it is recommended that you create these structures outside of the |
132 | source directory (usually <filename>poky</filename>).</para> | 132 | source directory (usually <filename>poky</filename>).</para> |
133 | <para>As an example, the following transcript shows how to create the bare clone | 133 | <para>As an example, the following transcript shows how to create the bare clone |
134 | of the <filename>linux-yocto-3.2</filename> kernel and then create a copy of | 134 | of the <filename>linux-yocto-3.4</filename> kernel and then create a copy of |
135 | that clone. | 135 | that clone. |
136 | <note>When you have a local Yocto Project kernel Git repository, you can | 136 | <note>When you have a local Yocto Project kernel Git repository, you can |
137 | reference that repository rather than the upstream Git repository as | 137 | reference that repository rather than the upstream Git repository as |
138 | part of the <filename>clone</filename> command. | 138 | part of the <filename>clone</filename> command. |
139 | Doing so can speed up the process.</note></para> | 139 | Doing so can speed up the process.</note></para> |
140 | <para>In the following example, the bare clone is named | 140 | <para>In the following example, the bare clone is named |
141 | <filename>linux-yocto-3.2.git</filename>, while the | 141 | <filename>linux-yocto-3.4.git</filename>, while the |
142 | copy is named <filename>my-linux-yocto-3.2-work</filename>: | 142 | copy is named <filename>my-linux-yocto-3.4-work</filename>: |
143 | <literallayout class='monospaced'> | 143 | <literallayout class='monospaced'> |
144 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.2 linux-yocto-3.2.git | 144 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.4 linux-yocto-3.4.git |
145 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.2.git/ | 145 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.4.git/ |
146 | remote: Counting objects: 2468027, done. | 146 | remote: Counting objects: 2468027, done. |
147 | remote: Compressing objects: 100% (392255/392255), done. | 147 | remote: Compressing objects: 100% (392255/392255), done. |
148 | remote: Total 2468027 (delta 2071693), reused 2448773 (delta 2052498) | 148 | remote: Total 2468027 (delta 2071693), reused 2448773 (delta 2052498) |
@@ -151,8 +151,8 @@ | |||
151 | </literallayout></para> | 151 | </literallayout></para> |
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.2.git my-linux-yocto-3.2-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.2-work/.git/ | 155 | Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.4-work/.git/ |
156 | Checking out files: 100% (37619/37619), done. | 156 | Checking out files: 100% (37619/37619), 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> |