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='dev-manual' 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/dev-title.png' |
| 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> |
| 17 | </mediaobject> |
| 18 | |
| 19 | <title> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 20 | Yocto Project Development Tasks Manual |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 21 | </title> |
| 22 | |
| 23 | <authorgroup> |
| 24 | <author> |
| 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
| 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> |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -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.1</revnumber> |
| 36 | <date>6 October 2011</date> |
| 37 | <revremark>The initial document released with the Yocto Project 1.1 Release.</revremark> |
| 38 | </revision> |
| 39 | <revision> |
| 40 | <revnumber>1.2</revnumber> |
| 41 | <date>April 2012</date> |
| 42 | <revremark>Released with the Yocto Project 1.2 Release.</revremark> |
| 43 | </revision> |
| 44 | <revision> |
| 45 | <revnumber>1.3</revnumber> |
| 46 | <date>October 2012</date> |
| 47 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> |
| 48 | </revision> |
| 49 | <revision> |
| 50 | <revnumber>1.4</revnumber> |
| 51 | <date>April 2013</date> |
| 52 | <revremark>Released with the Yocto Project 1.4 Release.</revremark> |
| 53 | </revision> |
| 54 | <revision> |
| 55 | <revnumber>1.5</revnumber> |
| 56 | <date>October 2013</date> |
| 57 | <revremark>Released with the Yocto Project 1.5 Release.</revremark> |
| 58 | </revision> |
| 59 | <revision> |
| 60 | <revnumber>1.5.1</revnumber> |
| 61 | <date>January 2014</date> |
| 62 | <revremark>Released with the Yocto Project 1.5.1 Release.</revremark> |
| 63 | </revision> |
| 64 | <revision> |
| 65 | <revnumber>1.6</revnumber> |
| 66 | <date>April 2014</date> |
| 67 | <revremark>Released with the Yocto Project 1.6 Release.</revremark> |
| 68 | </revision> |
| 69 | <revision> |
| 70 | <revnumber>1.7</revnumber> |
| 71 | <date>October 2014</date> |
| 72 | <revremark>Released with the Yocto Project 1.7 Release.</revremark> |
| 73 | </revision> |
| 74 | <revision> |
| 75 | <revnumber>1.8</revnumber> |
| 76 | <date>April 2015</date> |
| 77 | <revremark>Released with the Yocto Project 1.8 Release.</revremark> |
| 78 | </revision> |
| 79 | <revision> |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 80 | <revnumber>2.0</revnumber> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 81 | <date>October 2015</date> |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 82 | <revremark>Released with the Yocto Project 2.0 Release.</revremark> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 83 | </revision> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 84 | <revision> |
| 85 | <revnumber>2.1</revnumber> |
| 86 | <date>April 2016</date> |
| 87 | <revremark>Released with the Yocto Project 2.1 Release.</revremark> |
| 88 | </revision> |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 89 | <revision> |
| 90 | <revnumber>2.2</revnumber> |
| 91 | <date>October 2016</date> |
| 92 | <revremark>Released with the Yocto Project 2.2 Release.</revremark> |
| 93 | </revision> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 94 | <revision> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 95 | <revnumber>2.3</revnumber> |
| 96 | <date>May 2017</date> |
| 97 | <revremark>Released with the Yocto Project 2.3 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 98 | </revision> |
| 99 | <revision> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 100 | <revnumber>2.4</revnumber> |
| 101 | <date>October 2017</date> |
| 102 | <revremark>Released with the Yocto Project 2.4 Release.</revremark> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 103 | </revision> |
| 104 | <revision> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 105 | <revnumber>2.5</revnumber> |
| 106 | <date>May 2018</date> |
| 107 | <revremark>Released with the Yocto Project 2.5 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 108 | </revision> |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 109 | <revision> |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 110 | <revnumber>2.6</revnumber> |
| 111 | <date>November 2018</date> |
| 112 | <revremark>Released with the Yocto Project 2.6 Release.</revremark> |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 113 | </revision> |
Brad Bishop | f86d055 | 2018-12-04 14:18:15 -0800 | [diff] [blame] | 114 | <revision> |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 115 | <revnumber>2.7</revnumber> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 116 | <date>May 2019</date> |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 117 | <revremark>Released with the Yocto Project 2.7 Release.</revremark> |
Brad Bishop | f86d055 | 2018-12-04 14:18:15 -0800 | [diff] [blame] | 118 | </revision> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 119 | <revision> |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 120 | <revnumber>3.0</revnumber> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 121 | <date>&REL_MONTH_YEAR;</date> |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 122 | <revremark>Released with the Yocto Project 3.0 Release.</revremark> |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 123 | </revision> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 124 | </revhistory> |
| 125 | |
| 126 | <copyright> |
| 127 | <year>©RIGHT_YEAR;</year> |
| 128 | <holder>Linux Foundation</holder> |
| 129 | </copyright> |
| 130 | |
| 131 | <legalnotice> |
| 132 | <para> |
| 133 | Permission is granted to copy, distribute and/or modify this document under |
| 134 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> |
| 135 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by |
| 136 | Creative Commons. |
| 137 | </para> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 138 | <note><title>Manual Notes</title> |
| 139 | <itemizedlist> |
| 140 | <listitem><para> |
| 141 | This version of the |
| 142 | <emphasis>Yocto Project Development Tasks Manual</emphasis> |
| 143 | is for the &YOCTO_DOC_VERSION; release of the |
| 144 | Yocto Project. |
| 145 | To be sure you have the latest version of the manual |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 146 | for this release, go to the |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 147 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 148 | and select the manual from that site. |
| 149 | Manuals from the site are more up-to-date than manuals |
| 150 | derived from the Yocto Project released TAR files. |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 151 | </para></listitem> |
| 152 | <listitem><para> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 153 | If you located this manual through a web search, the |
| 154 | version of the manual might not be the one you want |
| 155 | (e.g. the search might have returned a manual much |
| 156 | older than the Yocto Project version with which you |
| 157 | are working). |
| 158 | You can see all Yocto Project major releases by |
| 159 | visiting the |
| 160 | <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink> |
| 161 | page. |
| 162 | If you need a version of this manual for a different |
| 163 | Yocto Project release, visit the |
| 164 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
| 165 | and select the manual set by using the |
| 166 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" |
| 167 | pull-down menus. |
| 168 | </para></listitem> |
| 169 | <listitem><para> |
| 170 | To report any inaccuracies or problems with this |
| 171 | manual, send an email to the Yocto Project |
| 172 | discussion group at |
| 173 | <filename>yocto@yoctoproject.com</filename> or log into |
| 174 | the freenode <filename>#yocto</filename> channel. |
| 175 | </para></listitem> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 176 | </itemizedlist> |
| 177 | </note> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 178 | </legalnotice> |
| 179 | |
| 180 | </bookinfo> |
| 181 | |
| 182 | <xi:include href="dev-manual-intro.xml"/> |
| 183 | |
| 184 | <xi:include href="dev-manual-start.xml"/> |
| 185 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 186 | <xi:include href="dev-manual-common-tasks.xml"/> |
| 187 | |
| 188 | <xi:include href="dev-manual-qemu.xml"/> |
| 189 | |
| 190 | </book> |
| 191 | <!-- |
| 192 | vim: expandtab tw=80 ts=4 |
| 193 | --> |