diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 6 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 63 |
2 files changed, 36 insertions, 33 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 77ca208ec9..334ae16276 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -269,15 +269,15 @@ | |||
269 | Within this group, you will find several kernels supported by | 269 | Within this group, you will find several kernels supported by |
270 | the Yocto Project: | 270 | the Yocto Project: |
271 | <itemizedlist> | 271 | <itemizedlist> |
272 | <listitem><para><emphasis><filename>linux-yocto-3.2</filename></emphasis> - The | ||
273 | stable Yocto Project kernel to use with the Yocto Project Release 1.2. This kernel | ||
274 | is based on the Linux 3.2 released kernel.</para></listitem> | ||
275 | <listitem><para><emphasis><filename>linux-yocto-3.4</filename></emphasis> - The | 272 | <listitem><para><emphasis><filename>linux-yocto-3.4</filename></emphasis> - The |
276 | stable Yocto Project kernel to use with the Yocto Project Release 1.3. This kernel | 273 | stable Yocto Project kernel to use with the Yocto Project Release 1.3. This kernel |
277 | is based on the Linux 3.4 released kernel.</para></listitem> | 274 | is based on the Linux 3.4 released kernel.</para></listitem> |
278 | <listitem><para><emphasis><filename>linux-yocto-3.8</filename></emphasis> - The | 275 | <listitem><para><emphasis><filename>linux-yocto-3.8</filename></emphasis> - The |
279 | stable Yocto Project kernel to use with the Yocto Project Release 1.4. This kernel | 276 | stable Yocto Project kernel to use with the Yocto Project Release 1.4. This kernel |
280 | is based on the Linux 3.8 released kernel.</para></listitem> | 277 | is based on the Linux 3.8 released kernel.</para></listitem> |
278 | <listitem><para><emphasis><filename>linux-yocto-3.10</filename></emphasis> - The | ||
279 | stable Yocto Project kernel to use with the Yocto Project Release 1.5. This kernel | ||
280 | is based on the Linux 3.10 released kernel.</para></listitem> | ||
281 | <listitem><para><emphasis><filename>linux-yocto-dev</filename></emphasis> - A development | 281 | <listitem><para><emphasis><filename>linux-yocto-dev</filename></emphasis> - A development |
282 | kernel based on the latest upstream release candidate available.</para></listitem> | 282 | kernel based on the latest upstream release candidate available.</para></listitem> |
283 | </itemizedlist> | 283 | </itemizedlist> |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 092039368c..63595cfcf6 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -122,11 +122,11 @@ | |||
122 | <literallayout class='monospaced'> | 122 | <literallayout class='monospaced'> |
123 | $ git clone git://git.yoctoproject.org/poky | 123 | $ git clone git://git.yoctoproject.org/poky |
124 | Cloning into 'poky'... | 124 | Cloning into 'poky'... |
125 | remote: Counting objects: 183981, done. | 125 | remote: Counting objects: 203728, done. |
126 | remote: Compressing objects: 100% (47428/47428), done. | 126 | remote: Compressing objects: 100% (52371/52371), done. |
127 | remote: Total 183981 (delta 132271), reused 183703 (delta 132044) | 127 | remote: Total 203728 (delta 147444), reused 202891 (delta 146614) |
128 | Receiving objects: 100% (183981/183981), 89.71 MiB | 2.93 MiB/s, done. | 128 | Receiving objects: 100% (203728/203728), 95.54 MiB | 308 KiB/s, done. |
129 | Resolving deltas: 100% (132271/132271), done. | 129 | Resolving deltas: 100% (147444/147444), done. |
130 | </literallayout></para> | 130 | </literallayout></para> |
131 | <para>For another example of how to set up your own local Git repositories, see this | 131 | <para>For another example of how to set up your own local Git repositories, see this |
132 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> | 132 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> |
@@ -145,27 +145,28 @@ | |||
145 | For simplicity, it is recommended that you create these structures outside of the | 145 | For simplicity, it is recommended that you create these structures outside of the |
146 | Source Directory (usually <filename>poky</filename>).</para> | 146 | Source Directory (usually <filename>poky</filename>).</para> |
147 | <para>As an example, the following transcript shows how to create the bare clone | 147 | <para>As an example, the following transcript shows how to create the bare clone |
148 | of the <filename>linux-yocto-3.8</filename> kernel and then create a copy of | 148 | of the <filename>linux-yocto-3.10</filename> kernel and then create a copy of |
149 | that clone. | 149 | that clone. |
150 | <note>When you have a local Yocto Project kernel Git repository, you can | 150 | <note>When you have a local Yocto Project kernel Git repository, you can |
151 | reference that repository rather than the upstream Git repository as | 151 | reference that repository rather than the upstream Git repository as |
152 | part of the <filename>clone</filename> command. | 152 | part of the <filename>clone</filename> command. |
153 | Doing so can speed up the process.</note></para> | 153 | Doing so can speed up the process.</note></para> |
154 | <para>In the following example, the bare clone is named | 154 | <para>In the following example, the bare clone is named |
155 | <filename>linux-yocto-3.8.git</filename>, while the | 155 | <filename>linux-yocto-3.10.git</filename>, while the |
156 | copy is named <filename>my-linux-yocto-3.8-work</filename>: | 156 | copy is named <filename>my-linux-yocto-3.10-work</filename>: |
157 | <literallayout class='monospaced'> | 157 | <literallayout class='monospaced'> |
158 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.8 linux-yocto-3.8.git | 158 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.10 linux-yocto-3.10.git |
159 | Cloning into bare repository 'linux-yocto-3.8.git'... | 159 | Cloning into bare repository 'linux-yocto-3.10.git'... |
160 | remote: Counting objects: 2847090, done. | 160 | remote: Counting objects: 3364487, done. |
161 | remote: Compressing objects: 100% (454675/454675), done. | 161 | remote: Compressing objects: 100% (507178/507178), done. |
162 | remote: Total 2847090 (delta 2386170), reused 2825793 (delta 2364886) | 162 | remote: Total 3364487 (delta 2827715), reused 3364481 (delta 2827709) |
163 | Receiving objects: 100% (2847090/2847090), 603.19 MiB | 3.54 MiB/s, done. | 163 | Receiving objects: 100% (3364487/3364487), 722.95 MiB | 423 KiB/s, done. |
164 | Resolving deltas: 100% (2386170/2386170), done. </literallayout></para> | 164 | Resolving deltas: 100% (2827715/2827715), done. |
165 | </literallayout></para> | ||
165 | <para>Now create a clone of the bare clone just created: | 166 | <para>Now create a clone of the bare clone just created: |
166 | <literallayout class='monospaced'> | 167 | <literallayout class='monospaced'> |
167 | $ git clone linux-yocto-3.8.git my-linux-yocto-3.8-work | 168 | $ git clone linux-yocto-3.10.git my-linux-yocto-3.10-work |
168 | Cloning into 'my-linux-yocto-3.8-work'... | 169 | Cloning into 'my-linux-yocto-3.10-work'... |
169 | done. | 170 | done. |
170 | </literallayout></para></listitem> | 171 | </literallayout></para></listitem> |
171 | <listitem id='meta-yocto-kernel-extras-repo'><para><emphasis> | 172 | <listitem id='meta-yocto-kernel-extras-repo'><para><emphasis> |
@@ -189,11 +190,12 @@ | |||
189 | $ cd ~/poky | 190 | $ cd ~/poky |
190 | $ git clone git://git.yoctoproject.org/meta-yocto-kernel-extras meta-yocto-kernel-extras | 191 | $ git clone git://git.yoctoproject.org/meta-yocto-kernel-extras meta-yocto-kernel-extras |
191 | Cloning into 'meta-yocto-kernel-extras'... | 192 | Cloning into 'meta-yocto-kernel-extras'... |
192 | remote: Counting objects: 690, done. | 193 | remote: Counting objects: 727, done. |
193 | remote: Compressing objects: 100% (431/431), done. | 194 | remote: Compressing objects: 100% (452/452), done. |
194 | remote: Total 690 (delta 238), reused 690 (delta 238) | 195 | remote: Total 727 (delta 260), reused 719 (delta 252) |
195 | Receiving objects: 100% (690/690), 532.60 KiB, done. | 196 | Receiving objects: 100% (727/727), 536.36 KiB | 102 KiB/s, done. |
196 | Resolving deltas: 100% (238/238), done. </literallayout></para></listitem> | 197 | Resolving deltas: 100% (260/260), done. |
198 | </literallayout></para></listitem> | ||
197 | <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board | 199 | <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board |
198 | Support Packages (BSPs):</emphasis> | 200 | Support Packages (BSPs):</emphasis> |
199 | The Yocto Project provides a layer called <filename>meta-intel</filename> and | 201 | The Yocto Project provides a layer called <filename>meta-intel</filename> and |
@@ -246,16 +248,17 @@ | |||
246 | $ cd ~/poky | 248 | $ cd ~/poky |
247 | $ git clone git://git.yoctoproject.org/meta-intel.git | 249 | $ git clone git://git.yoctoproject.org/meta-intel.git |
248 | Cloning into 'meta-intel'... | 250 | Cloning into 'meta-intel'... |
249 | remote: Counting objects: 6264, done. | 251 | remote: Counting objects: 7366, done. |
250 | remote: Compressing objects: 100% (2135/2135), done. | 252 | remote: Compressing objects: 100% (2491/2491), done. |
251 | remote: Total 6264 (delta 3321), reused 6235 (delta 3293) | 253 | remote: Total 7366 (delta 3997), reused 7299 (delta 3930) |
252 | Receiving objects: 100% (6264/6264), 2.17 MiB | 2.63 MiB/s, done. | 254 | Receiving objects: 100% (7366/7366), 2.31 MiB | 95 KiB/s, done. |
253 | Resolving deltas: 100% (3321/3321), done. | 255 | Resolving deltas: 100% (3997/3997), done. |
254 | </literallayout></para> | 256 | </literallayout></para> |
255 | <para>The same | 257 | <para>The same |
256 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> | 258 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>wiki page</ulink> |
257 | wiki page</ulink> referenced earlier covers how to | 259 | referenced earlier covers how to |
258 | set up the <filename>meta-intel</filename> Git repository.</para></listitem> | 260 | set up the <filename>meta-intel</filename> Git repository. |
261 | </para></listitem> | ||
259 | </itemizedlist></para></listitem> | 262 | </itemizedlist></para></listitem> |
260 | <listitem><para><emphasis>Eclipse Yocto Plug-in:</emphasis> If you are developing | 263 | <listitem><para><emphasis>Eclipse Yocto Plug-in:</emphasis> If you are developing |
261 | applications using the Eclipse Integrated Development Environment (IDE), | 264 | applications using the Eclipse Integrated Development Environment (IDE), |