diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-14 06:57:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:28 +0200 |
commit | 8eb706a41b040cf1397c2ebe5517c40031f4d1fb (patch) | |
tree | e712abfb9878b9ab803b7c862799b769b682f631 /documentation/dev-manual | |
parent | 323929d1ee5d18da7aebf1e536706f00f65f4f35 (diff) | |
download | poky-8eb706a41b040cf1397c2ebe5517c40031f4d1fb.tar.gz |
ref-manual, dev-manual: Applied migration review edits.
Applied the full set of first draft revision edits for the
new migration section for 1.7. Comments from Paul Eggleton.
(From yocto-docs rev: 90586addbc719ecaf7c768b267adf0e988e27b74)
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')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 44 |
1 files changed, 30 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 12ad46bbdf..55bad34064 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -279,20 +279,36 @@ | |||
279 | Within this group, you will find several kernels supported by | 279 | Within this group, you will find several kernels supported by |
280 | the Yocto Project: | 280 | the Yocto Project: |
281 | <itemizedlist> | 281 | <itemizedlist> |
282 | <listitem><para><emphasis><filename>linux-yocto-3.8</filename></emphasis> - The | 282 | <listitem><para><emphasis> |
283 | stable Yocto Project kernel to use with the Yocto Project Release 1.4. This kernel | 283 | <filename>linux-yocto-3.8</filename></emphasis> - The |
284 | is based on the Linux 3.8 released kernel.</para></listitem> | 284 | stable Yocto Project kernel to use with the Yocto |
285 | <listitem><para><emphasis><filename>linux-yocto-3.10</filename></emphasis> - The | 285 | Project Release 1.4. This kernel is based on the |
286 | stable Yocto Project kernel to use with the Yocto Project Release 1.5. This kernel | 286 | Linux 3.8 released kernel. |
287 | is based on the Linux 3.10 released kernel.</para></listitem> | 287 | </para></listitem> |
288 | <listitem><para><emphasis><filename>linux-yocto-3.14</filename></emphasis> - The | 288 | <listitem><para><emphasis> |
289 | stable Yocto Project kernel to use with the Yocto Project Release 1.6. This kernel | 289 | <filename>linux-yocto-3.10</filename></emphasis> - The |
290 | is based on the Linux 3.14 released kernel.</para></listitem> | 290 | stable Yocto Project kernel to use with the Yocto |
291 | <listitem><para><emphasis><filename>linux-yocto-3.17</filename></emphasis> - The | 291 | Project Release 1.5. |
292 | stable Yocto Project kernel to use with the Yocto Project Release 1.7. This kernel | 292 | This kernel is based on the Linux 3.10 released kernel. |
293 | is based on the Linux 3.17 released kernel.</para></listitem> | 293 | </para></listitem> |
294 | <listitem><para><emphasis><filename>linux-yocto-dev</filename></emphasis> - A development | 294 | <listitem><para><emphasis> |
295 | kernel based on the latest upstream release candidate available.</para></listitem> | 295 | <filename>linux-yocto-3.14</filename></emphasis> - The |
296 | stable Yocto Project kernel to use with the Yocto | ||
297 | Project Releases 1.6 and 1.7. | ||
298 | These kernels are based on the Linux 3.14 and 3.17 | ||
299 | released kernels, respectively. | ||
300 | </para></listitem> | ||
301 | <listitem><para><emphasis> | ||
302 | <filename>linux-yocto-3.17</filename></emphasis> - An | ||
303 | additional Yocto Project kernel used with the Yocto | ||
304 | Project Release 1.7. | ||
305 | This kernel is based on the Linux 3.17 released kernel. | ||
306 | </para></listitem> | ||
307 | <listitem><para><emphasis> | ||
308 | <filename>linux-yocto-dev</filename></emphasis> - A | ||
309 | development kernel based on the latest upstream release | ||
310 | candidate available. | ||
311 | </para></listitem> | ||
296 | </itemizedlist> | 312 | </itemizedlist> |
297 | </para> | 313 | </para> |
298 | 314 | ||