blob: 4a9a6572039493743936aad56a057f663d95914c [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>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050074 </revhistory>
75
76 <copyright>
77 <year>&COPYRIGHT_YEAR;</year>
78 <holder>Linux Foundation</holder>
79 </copyright>
80
81 <legalnotice>
82 <para>
83 Permission is granted to copy, distribute and/or modify this document under
84 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.
85 </para>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050086 <note><title>Manual Notes</title>
87 <itemizedlist>
88 <listitem><para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050089 This version of the
90 <emphasis>Toaster User Manual</emphasis>
91 is for the &YOCTO_DOC_VERSION; release of the
92 Yocto Project.
93 To be sure you have the latest version of the manual
Brad Bishop316dfdd2018-06-25 12:45:53 -040094 for this release, go to the
Brad Bishop6e60e8b2018-02-01 10:27:11 -050095 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -040096 and select the manual from that site.
97 Manuals from the site are more up-to-date than manuals
98 derived from the Yocto Project released TAR files.
Brad Bishop6e60e8b2018-02-01 10:27:11 -050099 </para></listitem>
100 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400101 If you located this manual through a web search, the
102 version of the manual might not be the one you want
103 (e.g. the search might have returned a manual much
104 older than the Yocto Project version with which you
105 are working).
106 You can see all Yocto Project major releases by
107 visiting the
108 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
109 page.
110 If you need a version of this manual for a different
111 Yocto Project release, visit the
112 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
113 and select the manual set by using the
114 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
115 pull-down menus.
116 </para></listitem>
117 <listitem><para>
118 To report any inaccuracies or problems with this
119 manual, send an email to the Yocto Project
120 discussion group at
121 <filename>yocto@yoctoproject.com</filename> or log into
122 the freenode <filename>#yocto</filename> channel.
123 </para></listitem>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500124 </itemizedlist>
125 </note>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500126
127 </legalnotice>
128
129 </bookinfo>
130
131 <xi:include href="toaster-manual-intro.xml"/>
132
133 <xi:include href="toaster-manual-start.xml"/>
134
135 <xi:include href="toaster-manual-setup-and-use.xml"/>
136
137 <xi:include href="toaster-manual-reference.xml"/>
138
139</book>
140<!--
141vim: expandtab tw=80 ts=4
142-->