diff options
Diffstat (limited to 'documentation/mega-manual/mega-manual.xml')
| -rw-r--r-- | documentation/mega-manual/mega-manual.xml | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 5ea7052f5a..2c518f9511 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
| @@ -12,9 +12,11 @@ | |||
| 12 | 12 | ||
| 13 | <abstract> | 13 | <abstract> |
| 14 | The Yocto Project Mega-Manual is a concatenation of the published | 14 | The Yocto Project Mega-Manual is a concatenation of the published |
| 15 | Yocto Project HTML manuals for the given release. | 15 | Yocto Project HTML manuals along with the corresponding BitBake |
| 16 | The manual exists to help users efficiently search for strings | 16 | User Manual for the given release. |
| 17 | across the entire Yocto Project documentation set. | 17 | The Mega-Manual exists to help users efficiently search for strings |
| 18 | across the entire Yocto Project documentation set inclusive of | ||
| 19 | the BitBake User Manual. | ||
| 18 | </abstract> | 20 | </abstract> |
| 19 | 21 | ||
| 20 | <mediaobject> | 22 | <mediaobject> |
| @@ -322,6 +324,30 @@ | |||
| 322 | <xi:include | 324 | <xi:include |
| 323 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-reference.xml"/> | 325 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-reference.xml"/> |
| 324 | 326 | ||
| 327 | <!-- Includes bitbake-user-manual title image and then bitbake-user-manual chapters --> | ||
| 328 | |||
| 329 | <para> | ||
| 330 | <imagedata fileref="figures/bitbake-title.png" width="100%" align="left" scalefit="1" /> | ||
| 331 | </para> | ||
| 332 | |||
| 333 | <xi:include | ||
| 334 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml"/> | ||
| 335 | |||
| 336 | <xi:include | ||
| 337 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml"/> | ||
| 338 | |||
| 339 | <xi:include | ||
| 340 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml"/> | ||
| 341 | |||
| 342 | <xi:include | ||
| 343 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml"/> | ||
| 344 | |||
| 345 | <xi:include | ||
| 346 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml"/> | ||
| 347 | |||
| 348 | <xi:include | ||
| 349 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../../../bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml"/> | ||
| 350 | |||
| 325 | </book> | 351 | </book> |
| 326 | 352 | ||
| 327 | <!-- | 353 | <!-- |
