diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-11 10:29:20 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:27:03 +0100 |
| commit | e04e02cd4671848e481328c6443cf0f89ca75cfe (patch) | |
| tree | a8ee73063e0468aaf50518aec0564169afa5eed4 /documentation/dev-manual/dev-manual-start.xml | |
| parent | 9584cb5d1523625c4e595c4cd33d894449549268 (diff) | |
| download | poky-e04e02cd4671848e481328c6443cf0f89ca75cfe.tar.gz | |
documentation/dev-manual: Changed 2.6.37 to 3.0 for 1.1 release.
Bruce Ashfield's review comments indicated that we will be using
linux-yocto-3.0 and not linux-yocto-2.6.37. So I am putting these
changes in to anticipate the 1.1 release.
(From yocto-docs rev: ecbe1c90c5aa65b2dde77ba6094b5956e37d061d)
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 52be498b44..f6938fc9ca 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
| @@ -114,13 +114,13 @@ | |||
| 114 | For simplicity, it is recommended that you create these structures outside of the | 114 | For simplicity, it is recommended that you create these structures outside of the |
| 115 | Yocto Project files Git repository.</para> | 115 | Yocto Project files Git repository.</para> |
| 116 | <para>As an example, the following transcript shows how to create the bare clone | 116 | <para>As an example, the following transcript shows how to create the bare clone |
| 117 | of the <filename>linux-yocto-2.6.37</filename> kernel and then create a copy of | 117 | of the <filename>linux-yocto-3.0</filename> kernel and then create a copy of |
| 118 | that clone. | 118 | that clone. |
| 119 | The bare clone is named <filename>linux-yocto-2.6.37.git</filename>, while the | 119 | The bare clone is named <filename>linux-yocto-3.0.git</filename>, while the |
| 120 | copy is named <filename>linux-yocto-2.6.37</filename>: | 120 | copy is named <filename>linux-yocto-3.0</filename>: |
| 121 | <literallayout class='monospaced'> | 121 | <literallayout class='monospaced'> |
| 122 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-2.6.37 linux-yocto-2.6.37.git | 122 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0 linux-yocto-3.0.git |
| 123 | Initialized empty Git repository in /home/scottrif/poky/linux-yocto-2.6.37.git/ | 123 | Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0.git/ |
| 124 | remote: Counting objects: 1886034, done. | 124 | remote: Counting objects: 1886034, done. |
| 125 | remote: Compressing objects: 100% (314326/314326), done. | 125 | remote: Compressing objects: 100% (314326/314326), done. |
| 126 | remote: Total 1886034 (delta 1570200), reused 1870337 (delta 1554798) | 126 | remote: Total 1886034 (delta 1570200), reused 1870337 (delta 1554798) |
| @@ -129,8 +129,8 @@ | |||
| 129 | </literallayout></para> | 129 | </literallayout></para> |
| 130 | <para>Now create a clone of the bare clone just created: | 130 | <para>Now create a clone of the bare clone just created: |
| 131 | <literallayout class='monospaced'> | 131 | <literallayout class='monospaced'> |
| 132 | $ git clone linux-yocto-2.6.37.git linux-yocto-2.6.37 | 132 | $ git clone linux-yocto-3.0.git linux-yocto-3.0 |
| 133 | Initialized empty Git repository in /home/scottrif/poky/linux-yocto-2.6.37/.git/ | 133 | Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0/.git/ |
| 134 | Checking out files: 100% (35188/35188), done. | 134 | Checking out files: 100% (35188/35188), done. |
| 135 | </literallayout></para></listitem> | 135 | </literallayout></para></listitem> |
| 136 | <listitem id='poky-extras-repo'><para><emphasis> | 136 | <listitem id='poky-extras-repo'><para><emphasis> |
