blob: 28a33640843812782614fa2d9430630ea0e9ab23 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4
5<book id='kernel-dev' lang='en'
6 xmlns:xi="http://www.w3.org/2003/XInclude"
7 xmlns="http://docbook.org/ns/docbook"
8 >
9 <bookinfo>
10
11 <mediaobject>
12 <imageobject>
13 <imagedata fileref='figures/kernel-dev-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
20 Yocto Project Linux Kernel Development Manual
21 </title>
22
23 <authorgroup>
24 <author>
25 <firstname>Darren</firstname> <surname>Hart</surname>
26 <affiliation>
27 <orgname>Intel Corporation</orgname>
28 </affiliation>
29 <email>darren.hart@intel.com</email>
30 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>1.4</revnumber>
36 <date>April 2013</date>
37 <revremark>Released with the Yocto Project 1.4 Release.</revremark>
38 </revision>
39 <revision>
40 <revnumber>1.5</revnumber>
41 <date>October 2013</date>
42 <revremark>Released with the Yocto Project 1.5 Release.</revremark>
43 </revision>
44 <revision>
45 <revnumber>1.5.1</revnumber>
46 <date>January 2014</date>
47 <revremark>Released with the Yocto Project 1.5.1 Release.</revremark>
48 </revision>
49 <revision>
50 <revnumber>1.6</revnumber>
51 <date>April 2014</date>
52 <revremark>Released with the Yocto Project 1.6 Release.</revremark>
53 </revision>
54 <revision>
55 <revnumber>1.7</revnumber>
56 <date>October 2014</date>
57 <revremark>Released with the Yocto Project 1.7 Release.</revremark>
58 </revision>
59 <revision>
60 <revnumber>1.8</revnumber>
61 <date>April 2015</date>
62 <revremark>Released with the Yocto Project 1.8 Release.</revremark>
63 </revision>
64 <revision>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050065 <revnumber>2.0</revnumber>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050066 <date>October 2015</date>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050067 <revremark>Released with the Yocto Project 2.0 Release.</revremark>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050068 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050069 <revision>
70 <revnumber>2.1</revnumber>
71 <date>April 2016</date>
72 <revremark>Released with the Yocto Project 2.1 Release.</revremark>
73 </revision>
Patrick Williamsc0f7c042017-02-23 20:41:17 -060074 <revision>
75 <revnumber>2.2</revnumber>
76 <date>October 2016</date>
77 <revremark>Released with the Yocto Project 2.2 Release.</revremark>
78 </revision>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050079 <revision>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050080 <revnumber>2.3</revnumber>
81 <date>May 2017</date>
82 <revremark>Released with the Yocto Project 2.3 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050083 </revision>
84 <revision>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050085 <revnumber>2.3.1</revnumber>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050086 <date>June 2017</date>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050087 <revremark>Released with the Yocto Project 2.3.1 Release.</revremark>
88 </revision>
89 <revision>
90 <revnumber>2.3.2</revnumber>
91 <date>September 2017</date>
92 <revremark>Released with the Yocto Project 2.3.2 Release.</revremark>
93 </revision>
94 <revision>
95 <revnumber>2.3.3</revnumber>
96 <date>January 2018</date>
97 <revremark>Released with the Yocto Project 2.3.3 Release.</revremark>
98 </revision>
99 <revision>
100 <revnumber>2.3.4</revnumber>
101 <date>April 2018</date>
102 <revremark>Released with the Yocto Project 2.3.4 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500103 </revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500104 </revhistory>
105
106 <copyright>
107 <year>&COPYRIGHT_YEAR;</year>
108 <holder>Linux Foundation</holder>
109 </copyright>
110
111 <legalnotice>
112 <para>
113 Permission is granted to copy, distribute and/or modify this document under
114 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
115 </para>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500116 <note><title>Manual Notes</title>
117 <itemizedlist>
118 <listitem><para>
119 For the latest version of the Yocto Project Linux
120 Kernel Development Manual associated with this Yocto
121 Project release (version &YOCTO_DOC_VERSION;),
122 see the Yocto Project Linux Kernel Development
123 Manual from the
124 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>.
125 </para></listitem>
126 <listitem><para>
127 This version of the manual is version
128 &YOCTO_DOC_VERSION;.
129 For later releases of the Yocto Project (if they exist),
130 go to the
131 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
132 and use the drop-down "Active Releases" button
133 and choose the Yocto Project version for which you want
134 the manual.
135 </para></listitem>
136 <listitem><para>
137 For an in-development version of the Yocto Project
138 Linux Kernel Development Manual, see
139 <ulink url='&YOCTO_DOCS_URL;/latest/kernel-dev/kernel-dev.html'></ulink>.
140 </para></listitem>
141 </itemizedlist>
142 </note>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500143 </legalnotice>
144
145 </bookinfo>
146
147 <xi:include href="kernel-dev-intro.xml"/>
148
149 <xi:include href="kernel-dev-common.xml"/>
150
151 <xi:include href="kernel-dev-advanced.xml"/>
152
153 <xi:include href="kernel-dev-concepts-appx.xml"/>
154
155 <xi:include href="kernel-dev-maint-appx.xml"/>
156
157<!--
158 <xi:include href="kernel-dev-examples.xml"/>
159-->
160
161 <xi:include href="kernel-dev-faq.xml"/>
162
163<!-- <index id='index'>
164 <title>Index</title>
165 </index>
166-->
167
168</book>
169<!--
170vim: expandtab tw=80 ts=4
171-->