diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-04 12:49:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 23:12:07 +0100 |
commit | 109150de4d81b1fdb9e4dbef218bfd2231cca7ce (patch) | |
tree | 03b105a1f6abe7369b6275cd4e40c090604f1303 /documentation | |
parent | b9a732d4c7d20d218db22e6c66ecc38efe193f77 (diff) | |
download | poky-109150de4d81b1fdb9e4dbef218bfd2231cca7ce.tar.gz |
documentation/dev-manual/dev-manual-start.xml: console updates and tar update
I re-ran the exmaples to set up various Git repos and updated the output.
Also fixed a bad tarball name from edison-1.1 to edison-6.0
(From yocto-docs rev: 6538d588fa35986ff301a22d327af73c337ec43c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 42 |
1 files changed, 19 insertions, 23 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index d4f80267d1..d04fdf396e 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -79,7 +79,7 @@ | |||
79 | into the current working directory and sets up the Yocto Project file structure | 79 | into the current working directory and sets up the Yocto Project file structure |
80 | with a top-level directory named <filename>poky-1.1</filename>: | 80 | with a top-level directory named <filename>poky-1.1</filename>: |
81 | <literallayout class='monospaced'> | 81 | <literallayout class='monospaced'> |
82 | $ tar xfj poky-edison-1.1.tar.bz2 | 82 | $ tar xfj poky-edison-6.0.tar.bz2 |
83 | </literallayout></para> | 83 | </literallayout></para> |
84 | <para>This method does not produce a Git repository. | 84 | <para>This method does not produce a Git repository. |
85 | Instead, you simply end up with a local snapshot of the | 85 | Instead, you simply end up with a local snapshot of the |
@@ -98,12 +98,11 @@ | |||
98 | <literallayout class='monospaced'> | 98 | <literallayout class='monospaced'> |
99 | $ git clone git://git.yoctoproject.org/poky | 99 | $ git clone git://git.yoctoproject.org/poky |
100 | Initialized empty Git repository in /home/scottrif/poky/.git/ | 100 | Initialized empty Git repository in /home/scottrif/poky/.git/ |
101 | remote: Counting objects: 107624, done. | 101 | remote: Counting objects: 116882, done. |
102 | remote: Compressing objects: 100% (37128/37128), done. | 102 | remote: Compressing objects: 100% (35987/35987), done. |
103 | remote: Total 107624 (delta 73393), reused 99851 (delta 67287) | 103 | remote: Total 116882 (delta 80651), reused 113045 (delta 77578) |
104 | Receiving objects: 100% (107624/107624), 69.74 MiB | 483 KiB/s, done. | 104 | Receiving objects: 100% (116882/116882), 72.13 MiB | 2.68 MiB/s, done. |
105 | Resolving deltas: 100% (73393/73393), done. | 105 | Resolving deltas: 100% (80651/80651), done. </literallayout></para> |
106 | </literallayout></para> | ||
107 | <para>For another example of how to set up your own local Git repositories, see this | 106 | <para>For another example of how to set up your own local Git repositories, see this |
108 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> | 107 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> |
109 | wiki page</ulink>, which describes how to create both <filename>poky</filename> | 108 | wiki page</ulink>, which describes how to create both <filename>poky</filename> |
@@ -129,19 +128,17 @@ | |||
129 | copy is named <filename>linux-yocto-3.0</filename>: | 128 | copy is named <filename>linux-yocto-3.0</filename>: |
130 | <literallayout class='monospaced'> | 129 | <literallayout class='monospaced'> |
131 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0 linux-yocto-3.0.git | 130 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0 linux-yocto-3.0.git |
132 | Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0.git/ | 131 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.0.git/ |
133 | remote: Counting objects: 1886034, done. | 132 | remote: Counting objects: 2123870, done. |
134 | remote: Compressing objects: 100% (314326/314326), done. | 133 | remote: Compressing objects: 100% (341338/341338), done. |
135 | remote: Total 1886034 (delta 1570200), reused 1870337 (delta 1554798) | 134 | remote: Total 2123870 (delta 1778780), reused 2107534 (delta 1762583) |
136 | Receiving objects: 100% (1886034/1886034), 401.51 MiB | 3.27 MiB/s, done. | 135 | Receiving objects: 100% (2123870/2123870), 445.72 MiB | 2.06 MiB/s, done. |
137 | Resolving deltas: 100% (1570200/1570200), done. | 136 | Resolving deltas: 100% (1778780/1778780), done. </literallayout></para> |
138 | </literallayout></para> | ||
139 | <para>Now create a clone of the bare clone just created: | 137 | <para>Now create a clone of the bare clone just created: |
140 | <literallayout class='monospaced'> | 138 | <literallayout class='monospaced'> |
141 | $ git clone linux-yocto-3.0.git linux-yocto-3.0 | 139 | $ git clone linux-yocto-3.0.git linux-yocto-3.0 |
142 | Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0/.git/ | 140 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.0/.git/ |
143 | Checking out files: 100% (35188/35188), done. | 141 | Checking out files: 100% (36898/36898), done. </literallayout></para></listitem> |
144 | </literallayout></para></listitem> | ||
145 | <listitem id='poky-extras-repo'><para><emphasis> | 142 | <listitem id='poky-extras-repo'><para><emphasis> |
146 | The <filename>poky-extras</filename> Git Repository</emphasis>: | 143 | The <filename>poky-extras</filename> Git Repository</emphasis>: |
147 | The <filename>poky-extras</filename> Git repository contains metadata needed to | 144 | The <filename>poky-extras</filename> Git repository contains metadata needed to |
@@ -160,12 +157,11 @@ | |||
160 | $ cd ~/poky | 157 | $ cd ~/poky |
161 | $ git clone git://git.yoctoproject.org/poky-extras poky-extras | 158 | $ git clone git://git.yoctoproject.org/poky-extras poky-extras |
162 | Initialized empty Git repository in /home/scottrif/poky/poky-extras/.git/ | 159 | Initialized empty Git repository in /home/scottrif/poky/poky-extras/.git/ |
163 | remote: Counting objects: 531, done. | 160 | remote: Counting objects: 543, done. |
164 | remote: Compressing objects: 100% (471/471), done. | 161 | remote: Compressing objects: 100% (483/483), done. |
165 | remote: Total 531 (delta 138), reused 307 (delta 39) | 162 | remote: Total 543 (delta 144), reused 307 (delta 39) |
166 | Receiving objects: 100% (531/531), 517.86 KiB, done. | 163 | Receiving objects: 100% (543/543), 520.55 KiB, done. |
167 | Resolving deltas: 100% (138/138), done. | 164 | Resolving deltas: 100% (144/144), done. </literallayout></para></listitem> |
168 | </literallayout></para></listitem> | ||
169 | <listitem><para><emphasis>Supported Board Support Packages (BSPs):</emphasis> | 165 | <listitem><para><emphasis>Supported Board Support Packages (BSPs):</emphasis> |
170 | Similar considerations exist for BSPs. | 166 | Similar considerations exist for BSPs. |
171 | You can get set up for BSP development one of two ways: tarball extraction or | 167 | You can get set up for BSP development one of two ways: tarball extraction or |