blob: 7a8912a6e71807c0a7c8b9b9728d86a97da89b20 [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>
25 <firstname>Scott</firstname> <surname>Rifenbark</surname>
26 <affiliation>
27 <orgname>Intel Corporation</orgname>
28 </affiliation>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050029 <email>srifenbark@gmail.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 Williamsc124f4f2015-09-15 14:41:29 -050049 </revhistory>
50
51 <copyright>
52 <year>&COPYRIGHT_YEAR;</year>
53 <holder>Linux Foundation</holder>
54 </copyright>
55
56 <legalnotice>
57 <para>
58 Permission is granted to copy, distribute and/or modify this document under
59 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.
60 </para>
61 <note>
62 For the latest version of this manual associated with this
63 Yocto Project release, see the
64 <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>
65 from the Yocto Project website.
66 </note>
67
68 </legalnotice>
69
70 </bookinfo>
71
72 <xi:include href="toaster-manual-intro.xml"/>
73
74 <xi:include href="toaster-manual-start.xml"/>
75
76 <xi:include href="toaster-manual-setup-and-use.xml"/>
77
78 <xi:include href="toaster-manual-reference.xml"/>
79
80</book>
81<!--
82vim: expandtab tw=80 ts=4
83-->