blob: 8e25e435423c0b7bf741e8aa90ae3382499fc6cf [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='toaster-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/toaster-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
20 Toaster User Manual
21 </title>
22
23 <authorgroup>
24 <author>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025 <firstname>Kristi</firstname> <surname>Rifenbark</surname>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050026 <affiliation>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027 <orgname>Scotty's Documentation Services, INC</orgname>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050028 </affiliation>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029 <email>kristi@buzzcollectivemarketing.com</email>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050030 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>1.8</revnumber>
36 <date>April 2015</date>
37 <revremark>Released with the Yocto Project 1.8 Release.</revremark>
38 </revision>
39 <revision>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050040 <revnumber>2.0</revnumber>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050041 <date>October 2015</date>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050042 <revremark>Released with the Yocto Project 2.0 Release.</revremark>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050043 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050044 <revision>
45 <revnumber>2.1</revnumber>
46 <date>April 2016</date>
47 <revremark>Released with the Yocto Project 2.1 Release.</revremark>
48 </revision>
Patrick Williamsc0f7c042017-02-23 20:41:17 -060049 <revision>
50 <revnumber>2.2</revnumber>
51 <date>October 2016</date>
52 <revremark>Released with the Yocto Project 2.2 Release.</revremark>
53 </revision>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050054 <revision>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050055 <revnumber>2.3</revnumber>
56 <date>May 2017</date>
57 <revremark>Released with the Yocto Project 2.3 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050058 </revision>
59 <revision>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050060 <revnumber>2.4</revnumber>
61 <date>October 2017</date>
62 <revremark>Released with the Yocto Project 2.4 Release.</revremark>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050063 </revision>
64 <revision>
Brad Bishop316dfdd2018-06-25 12:45:53 -040065 <revnumber>2.5</revnumber>
66 <date>May 2018</date>
67 <revremark>Released with the Yocto Project 2.5 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050068 </revision>
Brad Bishopd5ae7d92018-06-14 09:52:03 -070069 <revision>
70 <revnumber>2.5.1</revnumber>
71 <date>September 2018</date>
72 <revremark>The initial document released with the Yocto Project 2.5.1 Release.</revremark>
73 </revision>
Brad Bishopf86d0552018-12-04 14:18:15 -080074 <revision>
75 <revnumber>2.5.2</revnumber>
76 <date>&REL_MONTH_YEAR;</date>
77 <revremark>The initial document released with the Yocto Project 2.5.2 Release.</revremark>
78 </revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050079 </revhistory>
80
81 <copyright>
82 <year>&COPYRIGHT_YEAR;</year>
83 <holder>Linux Foundation</holder>
84 </copyright>
85
86 <legalnotice>
87 <para>
88 Permission is granted to copy, distribute and/or modify this document under
89 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.
90 </para>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050091 <note><title>Manual Notes</title>
92 <itemizedlist>
93 <listitem><para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050094 This version of the
95 <emphasis>Toaster User Manual</emphasis>
96 is for the &YOCTO_DOC_VERSION; release of the
97 Yocto Project.
98 To be sure you have the latest version of the manual
Brad Bishop316dfdd2018-06-25 12:45:53 -040099 for this release, go to the
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500100 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400101 and select the manual from that site.
102 Manuals from the site are more up-to-date than manuals
103 derived from the Yocto Project released TAR files.
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500104 </para></listitem>
105 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400106 If you located this manual through a web search, the
107 version of the manual might not be the one you want
108 (e.g. the search might have returned a manual much
109 older than the Yocto Project version with which you
110 are working).
111 You can see all Yocto Project major releases by
112 visiting the
113 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
114 page.
115 If you need a version of this manual for a different
116 Yocto Project release, visit the
117 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
118 and select the manual set by using the
119 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
120 pull-down menus.
121 </para></listitem>
122 <listitem><para>
123 To report any inaccuracies or problems with this
124 manual, send an email to the Yocto Project
125 discussion group at
126 <filename>yocto@yoctoproject.com</filename> or log into
127 the freenode <filename>#yocto</filename> channel.
128 </para></listitem>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500129 </itemizedlist>
130 </note>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500131
132 </legalnotice>
133
134 </bookinfo>
135
136 <xi:include href="toaster-manual-intro.xml"/>
137
138 <xi:include href="toaster-manual-start.xml"/>
139
140 <xi:include href="toaster-manual-setup-and-use.xml"/>
141
142 <xi:include href="toaster-manual-reference.xml"/>
143
144</book>
145<!--
146vim: expandtab tw=80 ts=4
147-->