blob: c16e92861a3aabdbf8427b135efec22f91ebf53f [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
6<book id='mega-manual' lang='en'
7 xmlns:xi="http://www.w3.org/2003/XInclude"
8 xmlns="http://docbook.org/ns/docbook"
9 >
10
11 <bookinfo>
12
13 <abstract>
14 The Yocto Project Mega-Manual is a concatenation of the published
15 Yocto Project HTML manuals for the given release.
16 The manual exists to help users efficiently search for strings
17 across the entire Yocto Project documentation set.
18 </abstract>
19
20 <mediaobject>
21 <imageobject>
22 <imagedata fileref='figures/mega-title.png'
23 format='SVG'
24 align='left' scalefit='1' width='100%'/>
25 </imageobject>
26 </mediaobject>
27
28 <title>
29 Yocto Project Mega-Manual
30 </title>
31
32 <authorgroup>
33 <author>
34 <firstname>Scott</firstname> <surname>Rifenbark</surname>
35 <affiliation>
36 <orgname>Intel Corporation</orgname>
37 </affiliation>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050038 <email>srifenbark@gmail.com</email>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050039 </author>
40 </authorgroup>
41
42 <revhistory>
43 <revision>
44 <revnumber>1.8</revnumber>
45 <date>April 2015</date>
46 <revremark>Released with the Yocto Project 1.8 Release.</revremark>
47 </revision>
48 <revision>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050049 <revnumber>2.0</revnumber>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050050 <date>October 2015</date>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050051 <revremark>Released with the Yocto Project 2.0 Release.</revremark>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050052 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050053 <revision>
54 <revnumber>2.1</revnumber>
55 <date>April 2016</date>
56 <revremark>Released with the Yocto Project 2.1 Release.</revremark>
57 </revision>
Patrick Williamsc0f7c042017-02-23 20:41:17 -060058 <revision>
59 <revnumber>2.2</revnumber>
60 <date>October 2016</date>
61 <revremark>Released with the Yocto Project 2.2 Release.</revremark>
62 </revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050063 </revhistory>
64
65 <copyright>
66 <year>&COPYRIGHT_YEAR;</year>
67 <holder>Linux Foundation</holder>
68 </copyright>
69
70 <legalnotice>
71 <para>
72 Permission is granted to copy, distribute and/or modify this document under
73 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.
74 </para>
75 <note>
76 For the latest version of this manual associated with this
77 Yocto Project release, see the
78 <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink>
79 from the Yocto Project website.
80 </note>
81
82 </legalnotice>
83
84 </bookinfo>
85
86<!-- Includes yocto-project-qs -->
87
88 <xi:include
89 xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/>
90
91<!-- Includes dev-manual title image and then dev-manual chapters -->
92
93 <para>
94 <imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" />
95 </para>
96
97 <xi:include
98 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-intro.xml"/>
99 <xi:include
100 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-start.xml"/>
101 <xi:include
102 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-newbie.xml"/>
103 <xi:include
104 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-model.xml"/>
105 <xi:include
106 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-common-tasks.xml"/>
107 <xi:include
108 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-qemu.xml"/>
109
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500110<!-- Includes sdk-manual title image and then sdk-manual chapters -->
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500111
112 <para>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500113 <imagedata fileref="figures/sdk-title.png" width="100%" align="left" scalefit="1" />
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500114 </para>
115
116 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500117 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-intro.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500118 <xi:include
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600119 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-extensible.xml"/>
120 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500121 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500122 <xi:include
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600123 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-working-projects.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500124 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500125 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500126 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500127 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-customizing.xml"/>
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600128 <xi:include
129 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-mars.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500130
131<!-- Includes bsp-guide title image and then bsp-guide chapters -->
132
133 <para>
134 <imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" />
135 </para>
136
137 <xi:include
138 xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp.xml"/>
139
140<!-- Includes kernel-dev title image and then kernel-dev chapters -->
141
142 <para>
143 <imagedata fileref="figures/kernel-dev-title.png" width="100%" align="left" scalefit="1" />
144 </para>
145
146 <xi:include
147 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-intro.xml"/>
148 <xi:include
149 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-common.xml"/>
150 <xi:include
151 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-advanced.xml"/>
152 <xi:include
153 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-concepts-appx.xml"/>
154 <xi:include
155 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-maint-appx.xml"/>
156
157<!-- Includes profile-manual title image and then profile-manual chapters -->
158
159 <para>
160 <imagedata fileref="figures/profile-title.png" width="100%" align="left" scalefit="1" />
161 </para>
162
163 <xi:include
164 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-intro.xml"/>
165 <xi:include
166 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-arch.xml"/>
167 <xi:include
168 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-usage.xml"/>
169 <xi:include
170 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-examples.xml"/>
171
172<!-- Includes ref-manual title image and then ref-manual chapters -->
173
174 <para>
175 <imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" />
176 </para>
177
178 <xi:include
179 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/introduction.xml"/>
180
181 <xi:include
182 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/>
183
184 <xi:include
185 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/closer-look.xml"/>
186
187 <xi:include
188 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/>
189
190 <xi:include
191 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/migration.xml"/>
192
193 <xi:include
194 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-structure.xml"/>
195
196 <xi:include
197 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-classes.xml"/>
198
199 <xi:include
200 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-tasks.xml"/>
201
202 <xi:include
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600203 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-devtool-reference.xml"/>
204
205 <xi:include
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500206 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-qa-checks.xml"/>
207
208 <xi:include
209 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-images.xml"/>
210
211 <xi:include
212 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-features.xml"/>
213
214 <xi:include
215 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-variables.xml"/>
216
217 <xi:include
218 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-varlocality.xml"/>
219
220 <xi:include
221 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/faq.xml"/>
222
223 <xi:include
224 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/resources.xml"/>
225
226<!-- Includes toaster-manual title image and then toaster-manual chapters -->
227
228 <para>
229 <imagedata fileref="figures/toaster-title.png" width="100%" align="left" scalefit="1" />
230 </para>
231
232 <xi:include
233 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-intro.xml"/>
234
235 <xi:include
236 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-start.xml"/>
237
238 <xi:include
239 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-setup-and-use.xml"/>
240
241 <xi:include
242 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-reference.xml"/>
243
244</book>
245
246<!--
247vim: expandtab tw=80 ts=4
248-->