blob: 157feac3110989dd8f5e428a750e06163ff66365 [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>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050063 <revision>
64 <revnumber>2.2.1</revnumber>
65 <date>January 2017</date>
66 <revremark>Released with the Yocto Project 2.2.1 Release.</revremark>
67 </revision>
68 <revision>
69 <revnumber>2.2.2</revnumber>
70 <date>June 2017</date>
71 <revremark>Released with the Yocto Project 2.2.2 Release.</revremark>
72 </revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050073 </revhistory>
74
75 <copyright>
76 <year>&COPYRIGHT_YEAR;</year>
77 <holder>Linux Foundation</holder>
78 </copyright>
79
80 <legalnotice>
81 <para>
82 Permission is granted to copy, distribute and/or modify this document under
83 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.
84 </para>
85 <note>
86 For the latest version of this manual associated with this
87 Yocto Project release, see the
88 <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink>
89 from the Yocto Project website.
90 </note>
91
92 </legalnotice>
93
94 </bookinfo>
95
96<!-- Includes yocto-project-qs -->
97
98 <xi:include
99 xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/>
100
101<!-- Includes dev-manual title image and then dev-manual chapters -->
102
103 <para>
104 <imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" />
105 </para>
106
107 <xi:include
108 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-intro.xml"/>
109 <xi:include
110 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-start.xml"/>
111 <xi:include
112 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-newbie.xml"/>
113 <xi:include
114 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-model.xml"/>
115 <xi:include
116 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-common-tasks.xml"/>
117 <xi:include
118 xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-qemu.xml"/>
119
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500120<!-- Includes sdk-manual title image and then sdk-manual chapters -->
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500121
122 <para>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500123 <imagedata fileref="figures/sdk-title.png" width="100%" align="left" scalefit="1" />
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500124 </para>
125
126 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500127 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-intro.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500128 <xi:include
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600129 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-extensible.xml"/>
130 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500131 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500132 <xi:include
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600133 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-working-projects.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500134 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500135 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500136 <xi:include
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500137 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-customizing.xml"/>
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600138 <xi:include
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500139 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-customizing-standard.xml"/>
140 <xi:include
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600141 xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-mars.xml"/>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500142
143<!-- Includes bsp-guide title image and then bsp-guide chapters -->
144
145 <para>
146 <imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" />
147 </para>
148
149 <xi:include
150 xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp.xml"/>
151
152<!-- Includes kernel-dev title image and then kernel-dev chapters -->
153
154 <para>
155 <imagedata fileref="figures/kernel-dev-title.png" width="100%" align="left" scalefit="1" />
156 </para>
157
158 <xi:include
159 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-intro.xml"/>
160 <xi:include
161 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-common.xml"/>
162 <xi:include
163 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-advanced.xml"/>
164 <xi:include
165 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-concepts-appx.xml"/>
166 <xi:include
167 xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-maint-appx.xml"/>
168
169<!-- Includes profile-manual title image and then profile-manual chapters -->
170
171 <para>
172 <imagedata fileref="figures/profile-title.png" width="100%" align="left" scalefit="1" />
173 </para>
174
175 <xi:include
176 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-intro.xml"/>
177 <xi:include
178 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-arch.xml"/>
179 <xi:include
180 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-usage.xml"/>
181 <xi:include
182 xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-examples.xml"/>
183
184<!-- Includes ref-manual title image and then ref-manual chapters -->
185
186 <para>
187 <imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" />
188 </para>
189
190 <xi:include
191 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/introduction.xml"/>
192
193 <xi:include
194 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/>
195
196 <xi:include
197 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/closer-look.xml"/>
198
199 <xi:include
200 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/>
201
202 <xi:include
203 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/migration.xml"/>
204
205 <xi:include
206 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-structure.xml"/>
207
208 <xi:include
209 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-classes.xml"/>
210
211 <xi:include
212 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-tasks.xml"/>
213
214 <xi:include
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600215 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-devtool-reference.xml"/>
216
217 <xi:include
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500218 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-qa-checks.xml"/>
219
220 <xi:include
221 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-images.xml"/>
222
223 <xi:include
224 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-features.xml"/>
225
226 <xi:include
227 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-variables.xml"/>
228
229 <xi:include
230 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-varlocality.xml"/>
231
232 <xi:include
233 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/faq.xml"/>
234
235 <xi:include
236 xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/resources.xml"/>
237
238<!-- Includes toaster-manual title image and then toaster-manual chapters -->
239
240 <para>
241 <imagedata fileref="figures/toaster-title.png" width="100%" align="left" scalefit="1" />
242 </para>
243
244 <xi:include
245 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-intro.xml"/>
246
247 <xi:include
248 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-start.xml"/>
249
250 <xi:include
251 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-setup-and-use.xml"/>
252
253 <xi:include
254 xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-reference.xml"/>
255
256</book>
257
258<!--
259vim: expandtab tw=80 ts=4
260-->