diff options
Diffstat (limited to 'documentation/adt-manual/adt-manual.xml')
| -rw-r--r-- | documentation/adt-manual/adt-manual.xml | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml new file mode 100644 index 0000000000..03959f5944 --- /dev/null +++ b/documentation/adt-manual/adt-manual.xml | |||
| @@ -0,0 +1,120 @@ | |||
| 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 | <book id='adt-manual' lang='en' | ||
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | ||
| 7 | xmlns="http://docbook.org/ns/docbook" | ||
| 8 | > | ||
| 9 | <bookinfo> | ||
| 10 | |||
| 11 | <mediaobject> | ||
| 12 | <imageobject> | ||
| 13 | <imagedata fileref='figures/adt-title.png' | ||
| 14 | format='SVG' | ||
| 15 | align='left' scalefit='1' width='100%'/> | ||
| 16 | </imageobject> | ||
| 17 | </mediaobject> | ||
| 18 | |||
| 19 | <title> | ||
| 20 | Yocto Project Application Developer's Guide | ||
| 21 | </title> | ||
| 22 | |||
| 23 | <authorgroup> | ||
| 24 | <author> | ||
| 25 | <firstname>Jessica</firstname> <surname>Zhang</surname> | ||
| 26 | <affiliation> | ||
| 27 | <orgname>Intel Corporation</orgname> | ||
| 28 | </affiliation> | ||
| 29 | <email>jessica.zhang@intel.com</email> | ||
| 30 | </author> | ||
| 31 | </authorgroup> | ||
| 32 | |||
| 33 | <revhistory> | ||
| 34 | <revision> | ||
| 35 | <revnumber>1.0</revnumber> | ||
| 36 | <date>6 April 2011</date> | ||
| 37 | <revremark>Released with the Yocto Project 1.0 Release.</revremark> | ||
| 38 | </revision> | ||
| 39 | <revision> | ||
| 40 | <revnumber>1.0.1</revnumber> | ||
| 41 | <date>23 May 2011</date> | ||
| 42 | <revremark>Released with the Yocto Project 1.0.1 Release.</revremark> | ||
| 43 | </revision> | ||
| 44 | <revision> | ||
| 45 | <revnumber>1.1</revnumber> | ||
| 46 | <date>6 October 2011</date> | ||
| 47 | <revremark>Released with the Yocto Project 1.1 Release.</revremark> | ||
| 48 | </revision> | ||
| 49 | <revision> | ||
| 50 | <revnumber>1.2</revnumber> | ||
| 51 | <date>April 2012</date> | ||
| 52 | <revremark>Released with the Yocto Project 1.2 Release.</revremark> | ||
| 53 | </revision> | ||
| 54 | <revision> | ||
| 55 | <revnumber>1.3</revnumber> | ||
| 56 | <date>October 2012</date> | ||
| 57 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> | ||
| 58 | </revision> | ||
| 59 | <revision> | ||
| 60 | <revnumber>1.4</revnumber> | ||
| 61 | <date>April 2013</date> | ||
| 62 | <revremark>Released with the Yocto Project 1.4 Release.</revremark> | ||
| 63 | </revision> | ||
| 64 | <revision> | ||
| 65 | <revnumber>1.5</revnumber> | ||
| 66 | <date>October 2013</date> | ||
| 67 | <revremark>Released with the Yocto Project 1.5 Release.</revremark> | ||
| 68 | </revision> | ||
| 69 | <revision> | ||
| 70 | <revnumber>1.5.1</revnumber> | ||
| 71 | <date>January 2014</date> | ||
| 72 | <revremark>Released with the Yocto Project 1.5.1 Release.</revremark> | ||
| 73 | </revision> | ||
| 74 | <revision> | ||
| 75 | <revnumber>1.6</revnumber> | ||
| 76 | <date>April 2014</date> | ||
| 77 | <revremark>Released with the Yocto Project 1.6 Release.</revremark> | ||
| 78 | </revision> | ||
| 79 | </revhistory> | ||
| 80 | |||
| 81 | <copyright> | ||
| 82 | <year>©RIGHT_YEAR;</year> | ||
| 83 | <holder>Linux Foundation</holder> | ||
| 84 | </copyright> | ||
| 85 | |||
| 86 | <legalnotice> | ||
| 87 | <para> | ||
| 88 | Permission is granted to copy, distribute and/or modify this document under | ||
| 89 | 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. | ||
| 90 | </para> | ||
| 91 | <note> | ||
| 92 | For the latest version of this manual associated with this | ||
| 93 | Yocto Project release, see the | ||
| 94 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink> | ||
| 95 | from the Yocto Project website. | ||
| 96 | </note> | ||
| 97 | |||
| 98 | </legalnotice> | ||
| 99 | |||
| 100 | </bookinfo> | ||
| 101 | |||
| 102 | <xi:include href="adt-manual-intro.xml"/> | ||
| 103 | |||
| 104 | <xi:include href="adt-intro.xml"/> | ||
| 105 | |||
| 106 | <xi:include href="adt-prepare.xml"/> | ||
| 107 | |||
| 108 | <xi:include href="adt-package.xml"/> | ||
| 109 | |||
| 110 | <xi:include href="adt-command.xml"/> | ||
| 111 | |||
| 112 | <!-- <index id='index'> | ||
| 113 | <title>Index</title> | ||
| 114 | </index> | ||
| 115 | --> | ||
| 116 | |||
| 117 | </book> | ||
| 118 | <!-- | ||
| 119 | vim: expandtab tw=80 ts=4 | ||
| 120 | --> | ||
