summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 13:23:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:52 +0100
commit7fa2c8f6f7f6d358646edf8264d259d9f017aeae (patch)
treec285fd309a66f3b8a7c5f11bf994f26bf1e0694a /documentation/dev-manual/dev-manual-model.xml
parent18d6adb73e734c6ec66ce5ca58af7fa6ce7ec12c (diff)
downloadpoky-7fa2c8f6f7f6d358646edf8264d259d9f017aeae.tar.gz
bsp-guide, dev-manual: Updated for 3.10 default kernel
YP 1.5 default kernel is 3.10. This is a change from 3.8 in the previous release. This change affected several areas of the documentation. 1. The BSP Guide had a crownbay BSP structure that did not account for the new default. 2. The yocto-bsp tool output still asked for the 3.8 kernel as the default. 3. The recipes-bsp section had 3.8 used and had some bad listings that had to be changed. 4. The recipes-graphics section had 3.8 used and also had some stuff supporting two versions of the graphics (emgd and noemgd). I had to pull the emgd stuff. 5. There were miscellaneous spots in the dev-manual that were referencing 3.8 as the default kernel. Particularly the list that shows what kernel repositories we have. That needed updating. (From yocto-docs rev: 9826ce760884f2ce5a4eb72c6a731a85cd6f2b2b) 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-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml6
1 files changed, 3 insertions, 3 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>