diff options
Diffstat (limited to 'documentation/poky-ref-manual/poky-handbook.xml')
| -rw-r--r-- | documentation/poky-ref-manual/poky-handbook.xml | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/poky-handbook.xml b/documentation/poky-ref-manual/poky-handbook.xml new file mode 100644 index 0000000000..fb2bc80df3 --- /dev/null +++ b/documentation/poky-ref-manual/poky-handbook.xml | |||
| @@ -0,0 +1,102 @@ | |||
| 1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
| 3 | |||
| 4 | <book id='poky-handbook' lang='en' | ||
| 5 | xmlns:xi="http://www.w3.org/2003/XInclude" | ||
| 6 | xmlns="http://docbook.org/ns/docbook" | ||
| 7 | > | ||
| 8 | <bookinfo> | ||
| 9 | |||
| 10 | <mediaobject> | ||
| 11 | <imageobject> | ||
| 12 | <imagedata fileref='template/poky-handbook.png' | ||
| 13 | format='SVG' | ||
| 14 | align='center' scalefit='1' width='100%'/> | ||
| 15 | </imageobject> | ||
| 16 | </mediaobject> | ||
| 17 | |||
| 18 | <title>Poky Handbook</title> | ||
| 19 | <subtitle>Hitchhiker's Guide to Poky</subtitle> | ||
| 20 | |||
| 21 | <authorgroup> | ||
| 22 | <author> | ||
| 23 | <firstname>Richard</firstname> <surname>Purdie</surname> | ||
| 24 | <affiliation> | ||
| 25 | <orgname>Intel Corporation</orgname> | ||
| 26 | </affiliation> | ||
| 27 | <email>richard@linux.intel.com</email> | ||
| 28 | </author> | ||
| 29 | |||
| 30 | <author> | ||
| 31 | <firstname>Tomas</firstname> <surname>Frydrych</surname> | ||
| 32 | <affiliation> | ||
| 33 | <orgname>Intel Corporation</orgname> | ||
| 34 | </affiliation> | ||
| 35 | </author> | ||
| 36 | |||
| 37 | <author> | ||
| 38 | <firstname>Marcin</firstname> <surname>Juszkiewicz</surname> | ||
| 39 | </author> | ||
| 40 | <author> | ||
| 41 | <firstname>Dodji</firstname> <surname>Seketeli</surname> | ||
| 42 | </author> | ||
| 43 | </authorgroup> | ||
| 44 | |||
| 45 | <revhistory> | ||
| 46 | <revision> | ||
| 47 | <revnumber>3.3+git</revnumber> | ||
| 48 | <date>11 June 2010</date> | ||
| 49 | <revremark>Poky Master Documentation</revremark> | ||
| 50 | </revision> | ||
| 51 | </revhistory> | ||
| 52 | |||
| 53 | <copyright> | ||
| 54 | <year>2007-2010</year> | ||
| 55 | <holder>Intel Corporation</holder> | ||
| 56 | </copyright> | ||
| 57 | |||
| 58 | <legalnotice> | ||
| 59 | <para> | ||
| 60 | Permission is granted to copy, distribute and/or modify this document under | ||
| 61 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | ||
| 62 | </para> | ||
| 63 | </legalnotice> | ||
| 64 | |||
| 65 | </bookinfo> | ||
| 66 | |||
| 67 | <xi:include href="introduction.xml"/> | ||
| 68 | |||
| 69 | <xi:include href="usingpoky.xml"/> | ||
| 70 | |||
| 71 | <xi:include href="extendpoky.xml"/> | ||
| 72 | |||
| 73 | <xi:include href="bsp.xml"/> | ||
| 74 | |||
| 75 | <xi:include href="development.xml"/> | ||
| 76 | |||
| 77 | <xi:include href="ref-structure.xml"/> | ||
| 78 | |||
| 79 | <xi:include href="ref-bitbake.xml"/> | ||
| 80 | |||
| 81 | <xi:include href="ref-classes.xml"/> | ||
| 82 | |||
| 83 | <xi:include href="ref-images.xml"/> | ||
| 84 | |||
| 85 | <xi:include href="ref-features.xml"/> | ||
| 86 | |||
| 87 | <xi:include href="ref-variables.xml"/> | ||
| 88 | |||
| 89 | <xi:include href="ref-varlocality.xml"/> | ||
| 90 | |||
| 91 | <xi:include href="faq.xml"/> | ||
| 92 | |||
| 93 | <xi:include href="resources.xml"/> | ||
| 94 | |||
| 95 | <index id='index'> | ||
| 96 | <title>Index</title> | ||
| 97 | </index> | ||
| 98 | |||
| 99 | </book> | ||
| 100 | <!-- | ||
| 101 | vim: expandtab tw=80 ts=4 | ||
| 102 | --> | ||
