Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | <!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> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 26 | <affiliation> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 28 | </affiliation> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 29 | <email>srifenbark@gmail.com</email> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 65 | <revnumber>2.0</revnumber> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 66 | <date>October 2015</date> |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 67 | <revremark>Released with the Yocto Project 2.0 Release.</revremark> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 68 | </revision> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 69 | <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 Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 74 | <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 Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 79 | <revision> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 80 | <revnumber>2.3</revnumber> |
| 81 | <date>May 2017</date> |
| 82 | <revremark>Released with the Yocto Project 2.3 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 83 | </revision> |
| 84 | <revision> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 85 | <revnumber>2.4</revnumber> |
| 86 | <date>October 2017</date> |
| 87 | <revremark>Released with the Yocto Project 2.4 Release.</revremark> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 88 | </revision> |
| 89 | <revision> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 90 | <revnumber>2.5</revnumber> |
| 91 | <date>May 2018</date> |
| 92 | <revremark>Released with the Yocto Project 2.5 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 93 | </revision> |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 94 | <revision> |
| 95 | <revnumber>2.5.1</revnumber> |
| 96 | <date>September 2018</date> |
| 97 | <revremark>The initial document released with the Yocto Project 2.5.1 Release.</revremark> |
| 98 | </revision> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 99 | </revhistory> |
| 100 | |
| 101 | <copyright> |
| 102 | <year>©RIGHT_YEAR;</year> |
| 103 | <holder>Linux Foundation</holder> |
| 104 | </copyright> |
| 105 | |
| 106 | <legalnotice> |
| 107 | <para> |
| 108 | Permission is granted to copy, distribute and/or modify this document under |
| 109 | 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 & Wales</ulink> as published by Creative Commons. |
| 110 | </para> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 111 | <note><title>Manual Notes</title> |
| 112 | <itemizedlist> |
| 113 | <listitem><para> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 114 | This version of the |
| 115 | <emphasis>Yocto Project Linux Kernel Development Manual</emphasis> |
| 116 | is for the &YOCTO_DOC_VERSION; release of the |
| 117 | Yocto Project. |
| 118 | To be sure you have the latest version of the manual |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 119 | for this release, go to the |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 120 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 121 | and select the manual from that site. |
| 122 | Manuals from the site are more up-to-date than manuals |
| 123 | derived from the Yocto Project released TAR files. |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 124 | </para></listitem> |
| 125 | <listitem><para> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 126 | If you located this manual through a web search, the |
| 127 | version of the manual might not be the one you want |
| 128 | (e.g. the search might have returned a manual much |
| 129 | older than the Yocto Project version with which you |
| 130 | are working). |
| 131 | You can see all Yocto Project major releases by |
| 132 | visiting the |
| 133 | <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink> |
| 134 | page. |
| 135 | If you need a version of this manual for a different |
| 136 | Yocto Project release, visit the |
| 137 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
| 138 | and select the manual set by using the |
| 139 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" |
| 140 | pull-down menus. |
| 141 | </para></listitem> |
| 142 | <listitem><para> |
| 143 | To report any inaccuracies or problems with this |
| 144 | manual, send an email to the Yocto Project |
| 145 | discussion group at |
| 146 | <filename>yocto@yoctoproject.com</filename> or log into |
| 147 | the freenode <filename>#yocto</filename> channel. |
| 148 | </para></listitem> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 149 | </itemizedlist> |
| 150 | </note> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 151 | </legalnotice> |
| 152 | |
| 153 | </bookinfo> |
| 154 | |
| 155 | <xi:include href="kernel-dev-intro.xml"/> |
| 156 | |
| 157 | <xi:include href="kernel-dev-common.xml"/> |
| 158 | |
| 159 | <xi:include href="kernel-dev-advanced.xml"/> |
| 160 | |
| 161 | <xi:include href="kernel-dev-concepts-appx.xml"/> |
| 162 | |
| 163 | <xi:include href="kernel-dev-maint-appx.xml"/> |
| 164 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 165 | <xi:include href="kernel-dev-faq.xml"/> |
| 166 | |
| 167 | <!-- <index id='index'> |
| 168 | <title>Index</title> |
| 169 | </index> |
| 170 | --> |
| 171 | |
| 172 | </book> |
| 173 | <!-- |
| 174 | vim: expandtab tw=80 ts=4 |
| 175 | --> |