Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | <!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 Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 38 | <email>srifenbark@gmail.com</email> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 39 | </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 Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 49 | <revnumber>2.0</revnumber> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 50 | <date>October 2015</date> |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 51 | <revremark>Released with the Yocto Project 2.0 Release.</revremark> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 52 | </revision> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 53 | <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 Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 58 | </revhistory> |
| 59 | |
| 60 | <copyright> |
| 61 | <year>©RIGHT_YEAR;</year> |
| 62 | <holder>Linux Foundation</holder> |
| 63 | </copyright> |
| 64 | |
| 65 | <legalnotice> |
| 66 | <para> |
| 67 | Permission is granted to copy, distribute and/or modify this document under |
| 68 | 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 & Wales</ulink> as published by Creative Commons. |
| 69 | </para> |
| 70 | <note> |
| 71 | For the latest version of this manual associated with this |
| 72 | Yocto Project release, see the |
| 73 | <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink> |
| 74 | from the Yocto Project website. |
| 75 | </note> |
| 76 | |
| 77 | </legalnotice> |
| 78 | |
| 79 | </bookinfo> |
| 80 | |
| 81 | <!-- Includes yocto-project-qs --> |
| 82 | |
| 83 | <xi:include |
| 84 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> |
| 85 | |
| 86 | <!-- Includes dev-manual title image and then dev-manual chapters --> |
| 87 | |
| 88 | <para> |
| 89 | <imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" /> |
| 90 | </para> |
| 91 | |
| 92 | <xi:include |
| 93 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-intro.xml"/> |
| 94 | <xi:include |
| 95 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-start.xml"/> |
| 96 | <xi:include |
| 97 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-newbie.xml"/> |
| 98 | <xi:include |
| 99 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-model.xml"/> |
| 100 | <xi:include |
| 101 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-common-tasks.xml"/> |
| 102 | <xi:include |
| 103 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-qemu.xml"/> |
| 104 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 105 | <!-- Includes sdk-manual title image and then sdk-manual chapters --> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 106 | |
| 107 | <para> |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 108 | <imagedata fileref="figures/sdk-title.png" width="100%" align="left" scalefit="1" /> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 109 | </para> |
| 110 | |
| 111 | <xi:include |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 112 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-intro.xml"/> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 113 | <xi:include |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 114 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 115 | <xi:include |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 116 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-extensible.xml"/> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 117 | <xi:include |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 118 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 119 | <xi:include |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 120 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-customizing.xml"/> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 121 | |
| 122 | <!-- Includes bsp-guide title image and then bsp-guide chapters --> |
| 123 | |
| 124 | <para> |
| 125 | <imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" /> |
| 126 | </para> |
| 127 | |
| 128 | <xi:include |
| 129 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp.xml"/> |
| 130 | |
| 131 | <!-- Includes kernel-dev title image and then kernel-dev chapters --> |
| 132 | |
| 133 | <para> |
| 134 | <imagedata fileref="figures/kernel-dev-title.png" width="100%" align="left" scalefit="1" /> |
| 135 | </para> |
| 136 | |
| 137 | <xi:include |
| 138 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-intro.xml"/> |
| 139 | <xi:include |
| 140 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-common.xml"/> |
| 141 | <xi:include |
| 142 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-advanced.xml"/> |
| 143 | <xi:include |
| 144 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-concepts-appx.xml"/> |
| 145 | <xi:include |
| 146 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-maint-appx.xml"/> |
| 147 | |
| 148 | <!-- Includes profile-manual title image and then profile-manual chapters --> |
| 149 | |
| 150 | <para> |
| 151 | <imagedata fileref="figures/profile-title.png" width="100%" align="left" scalefit="1" /> |
| 152 | </para> |
| 153 | |
| 154 | <xi:include |
| 155 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-intro.xml"/> |
| 156 | <xi:include |
| 157 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-arch.xml"/> |
| 158 | <xi:include |
| 159 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-usage.xml"/> |
| 160 | <xi:include |
| 161 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-examples.xml"/> |
| 162 | |
| 163 | <!-- Includes ref-manual title image and then ref-manual chapters --> |
| 164 | |
| 165 | <para> |
| 166 | <imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" /> |
| 167 | </para> |
| 168 | |
| 169 | <xi:include |
| 170 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/introduction.xml"/> |
| 171 | |
| 172 | <xi:include |
| 173 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> |
| 174 | |
| 175 | <xi:include |
| 176 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/closer-look.xml"/> |
| 177 | |
| 178 | <xi:include |
| 179 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/> |
| 180 | |
| 181 | <xi:include |
| 182 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/migration.xml"/> |
| 183 | |
| 184 | <xi:include |
| 185 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-structure.xml"/> |
| 186 | |
| 187 | <xi:include |
| 188 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-classes.xml"/> |
| 189 | |
| 190 | <xi:include |
| 191 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-tasks.xml"/> |
| 192 | |
| 193 | <xi:include |
| 194 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-qa-checks.xml"/> |
| 195 | |
| 196 | <xi:include |
| 197 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-images.xml"/> |
| 198 | |
| 199 | <xi:include |
| 200 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-features.xml"/> |
| 201 | |
| 202 | <xi:include |
| 203 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-variables.xml"/> |
| 204 | |
| 205 | <xi:include |
| 206 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-varlocality.xml"/> |
| 207 | |
| 208 | <xi:include |
| 209 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/faq.xml"/> |
| 210 | |
| 211 | <xi:include |
| 212 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/resources.xml"/> |
| 213 | |
| 214 | <!-- Includes toaster-manual title image and then toaster-manual chapters --> |
| 215 | |
| 216 | <para> |
| 217 | <imagedata fileref="figures/toaster-title.png" width="100%" align="left" scalefit="1" /> |
| 218 | </para> |
| 219 | |
| 220 | <xi:include |
| 221 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-intro.xml"/> |
| 222 | |
| 223 | <xi:include |
| 224 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-start.xml"/> |
| 225 | |
| 226 | <xi:include |
| 227 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-setup-and-use.xml"/> |
| 228 | |
| 229 | <xi:include |
| 230 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-reference.xml"/> |
| 231 | |
| 232 | </book> |
| 233 | |
| 234 | <!-- |
| 235 | vim: expandtab tw=80 ts=4 |
| 236 | --> |