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='ref-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/poky-title.png' |
| 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> |
| 17 | </mediaobject> |
| 18 | |
| 19 | <title> |
| 20 | Yocto Project Reference 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 | |
| 32 | </authorgroup> |
| 33 | |
| 34 | <revhistory> |
| 35 | <revision> |
| 36 | <revnumber>4.0+git</revnumber> |
| 37 | <date>24 November 2010</date> |
| 38 | <revremark>Released with the Yocto Project 0.9 Release</revremark> |
| 39 | </revision> |
| 40 | <revision> |
| 41 | <revnumber>1.0</revnumber> |
| 42 | <date>6 April 2011</date> |
| 43 | <revremark>Released with the Yocto Project 1.0 Release.</revremark> |
| 44 | </revision> |
| 45 | <revision> |
| 46 | <revnumber>1.0.1</revnumber> |
| 47 | <date>23 May 2011</date> |
| 48 | <revremark>Released with the Yocto Project 1.0.1 Release.</revremark> |
| 49 | </revision> |
| 50 | <revision> |
| 51 | <revnumber>1.1</revnumber> |
| 52 | <date>6 October 2011</date> |
| 53 | <revremark>Released with the Yocto Project 1.1 Release.</revremark> |
| 54 | </revision> |
| 55 | <revision> |
| 56 | <revnumber>1.2</revnumber> |
| 57 | <date>April 2012</date> |
| 58 | <revremark>Released with the Yocto Project 1.2 Release.</revremark> |
| 59 | </revision> |
| 60 | <revision> |
| 61 | <revnumber>1.3</revnumber> |
| 62 | <date>October 2012</date> |
| 63 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> |
| 64 | </revision> |
| 65 | <revision> |
| 66 | <revnumber>1.4</revnumber> |
| 67 | <date>April 2013</date> |
| 68 | <revremark>Released with the Yocto Project 1.4 Release.</revremark> |
| 69 | </revision> |
| 70 | <revision> |
| 71 | <revnumber>1.5</revnumber> |
| 72 | <date>October 2013</date> |
| 73 | <revremark>Released with the Yocto Project 1.5 Release.</revremark> |
| 74 | </revision> |
| 75 | <revision> |
| 76 | <revnumber>1.5.1</revnumber> |
| 77 | <date>January 2014</date> |
| 78 | <revremark>Released with the Yocto Project 1.5.1 Release.</revremark> |
| 79 | </revision> |
| 80 | <revision> |
| 81 | <revnumber>1.6</revnumber> |
| 82 | <date>April 2014</date> |
| 83 | <revremark>Released with the Yocto Project 1.6 Release.</revremark> |
| 84 | </revision> |
| 85 | <revision> |
| 86 | <revnumber>1.7</revnumber> |
| 87 | <date>October 2014</date> |
| 88 | <revremark>Released with the Yocto Project 1.7 Release.</revremark> |
| 89 | </revision> |
| 90 | <revision> |
| 91 | <revnumber>1.8</revnumber> |
| 92 | <date>April 2015</date> |
| 93 | <revremark>Released with the Yocto Project 1.8 Release.</revremark> |
| 94 | </revision> |
| 95 | <revision> |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 96 | <revnumber>2.0</revnumber> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 97 | <date>October 2015</date> |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 98 | <revremark>Released with the Yocto Project 2.0 Release.</revremark> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 99 | </revision> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 100 | <revision> |
| 101 | <revnumber>2.1</revnumber> |
| 102 | <date>April 2016</date> |
| 103 | <revremark>Released with the Yocto Project 2.1 Release.</revremark> |
| 104 | </revision> |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 105 | <revision> |
| 106 | <revnumber>2.2</revnumber> |
| 107 | <date>October 2016</date> |
| 108 | <revremark>Released with the Yocto Project 2.2 Release.</revremark> |
| 109 | </revision> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 110 | <revision> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 111 | <revnumber>2.3</revnumber> |
| 112 | <date>May 2017</date> |
| 113 | <revremark>Released with the Yocto Project 2.3 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 114 | </revision> |
| 115 | <revision> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 116 | <revnumber>2.4</revnumber> |
| 117 | <date>October 2017</date> |
| 118 | <revremark>Released with the Yocto Project 2.4 Release.</revremark> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 119 | </revision> |
| 120 | <revision> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 121 | <revnumber>2.4.1</revnumber> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 122 | <date>January 2018</date> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 123 | <revremark>Released with the Yocto Project 2.4.1 Release.</revremark> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 124 | </revision> |
| 125 | <revision> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 126 | <revnumber>2.4.2</revnumber> |
| 127 | <date>March 2018</date> |
| 128 | <revremark>Released with the Yocto Project 2.4.2 Release.</revremark> |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 129 | </revision> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 130 | </revhistory> |
| 131 | |
| 132 | <copyright> |
| 133 | <year>©RIGHT_YEAR;</year> |
| 134 | <holder>Linux Foundation</holder> |
| 135 | </copyright> |
| 136 | |
| 137 | <legalnotice> |
| 138 | <para> |
| 139 | Permission is granted to copy, distribute and/or modify this document under |
| 140 | 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. |
| 141 | </para> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 142 | <note><title>Manual Notes</title> |
| 143 | <itemizedlist> |
| 144 | <listitem><para> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 145 | This version of the |
| 146 | <emphasis>Yocto Project Reference Manual</emphasis> |
| 147 | is for the &YOCTO_DOC_VERSION; release of the |
| 148 | Yocto Project. |
| 149 | To be sure you have the latest version of the manual |
| 150 | for this release, use the manual from the |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 151 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
| 152 | </para></listitem> |
| 153 | <listitem><para> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 154 | For manuals associated with other releases of the Yocto |
| 155 | Project, go to the |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 156 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
| 157 | and use the drop-down "Active Releases" button |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 158 | and choose the manual associated with the desired |
| 159 | Yocto Project. |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 160 | </para></listitem> |
| 161 | <listitem><para> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 162 | To report any inaccuracies or problems with this |
| 163 | manual, send an email to the Yocto Project |
| 164 | discussion group at |
| 165 | <filename>yocto@yoctoproject.com</filename> or log into |
| 166 | the freenode <filename>#yocto</filename> channel. |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 167 | </para></listitem> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 168 | </itemizedlist> |
| 169 | </note> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 170 | </legalnotice> |
| 171 | |
| 172 | </bookinfo> |
| 173 | |
| 174 | <xi:include href="introduction.xml"/> |
| 175 | |
| 176 | <xi:include href="usingpoky.xml"/> |
| 177 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 178 | <xi:include href="ref-development-environment.xml"/> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 179 | |
| 180 | <xi:include href="technical-details.xml"/> |
| 181 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 182 | <xi:include href="ref-release-process.xml"/> |
| 183 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 184 | <xi:include href="migration.xml"/> |
| 185 | |
| 186 | <xi:include href="ref-structure.xml"/> |
| 187 | |
| 188 | <xi:include href="ref-classes.xml"/> |
| 189 | |
| 190 | <xi:include href="ref-tasks.xml"/> |
| 191 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 192 | <xi:include href="ref-devtool-reference.xml"/> |
| 193 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 194 | <xi:include href="ref-kickstart.xml"/> |
| 195 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 196 | <xi:include href="ref-qa-checks.xml"/> |
| 197 | |
| 198 | <xi:include href="ref-images.xml"/> |
| 199 | |
| 200 | <xi:include href="ref-features.xml"/> |
| 201 | |
| 202 | <xi:include href="ref-variables.xml"/> |
| 203 | |
| 204 | <xi:include href="ref-varlocality.xml"/> |
| 205 | |
| 206 | <xi:include href="faq.xml"/> |
| 207 | |
| 208 | <xi:include href="resources.xml"/> |
| 209 | |
| 210 | <!-- <index id='index'> |
| 211 | <title>Index</title> |
| 212 | </index> |
| 213 | --> |
| 214 | |
| 215 | </book> |
| 216 | <!-- |
| 217 | vim: expandtab tw=80 ts=4 |
| 218 | --> |