blob: 7fc0472cd7e3f8d12bf5d0c43b9c0e6c48870e9a [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -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<book id='sdk-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/sdk-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020 Yocto Project Application Development and the Extensible Software Development Kit (eSDK)
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050021 </title>
22
23 <authorgroup>
24 <author>
25 <firstname>Scott</firstname> <surname>Rifenbark</surname>
26 <affiliation>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027 <orgname>Scotty's Documentation Services, INC</orgname>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050028 </affiliation>
29 <email>srifenbark@gmail.com</email>
30 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>2.1</revnumber>
36 <date>April 2016</date>
37 <revremark>Released with the Yocto Project 2.1 Release.</revremark>
38 </revision>
Patrick Williamsc0f7c042017-02-23 20:41:17 -060039 <revision>
40 <revnumber>2.2</revnumber>
41 <date>October 2016</date>
42 <revremark>Released with the Yocto Project 2.2 Release.</revremark>
43 </revision>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050044 <revision>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050045 <revnumber>2.3</revnumber>
46 <date>May 2017</date>
47 <revremark>Released with the Yocto Project 2.3 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050048 </revision>
49 <revision>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050050 <revnumber>2.4</revnumber>
51 <date>October 2017</date>
52 <revremark>Released with the Yocto Project 2.4 Release.</revremark>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050053 </revision>
54 <revision>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050055 <revnumber>2.4.1</revnumber>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050056 <date>January 2018</date>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050057 <revremark>Released with the Yocto Project 2.4.1 Release.</revremark>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050058 </revision>
59 <revision>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050060 <revnumber>2.4.2</revnumber>
61 <date>March 2018</date>
62 <revremark>Released with the Yocto Project 2.4.2 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050063 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050064 </revhistory>
65
66 <copyright>
67 <year>&COPYRIGHT_YEAR;</year>
68 <holder>Linux Foundation</holder>
69 </copyright>
70
71 <legalnotice>
72 <para>
73 Permission is granted to copy, distribute and/or modify this document under
74 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.
75 </para>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050076 <note><title>Manual Notes</title>
77 <itemizedlist>
78 <listitem><para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050079 This version of the
80 <emphasis>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</emphasis>
81 manual is for the &YOCTO_DOC_VERSION; release of the
82 Yocto Project.
83 To be sure you have the latest version of the manual
84 for this release, use the manual from the
Brad Bishop6e60e8b2018-02-01 10:27:11 -050085 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>.
86 </para></listitem>
87 <listitem><para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050088 For manuals associated with other releases of the Yocto
89 Project, go to the
Brad Bishop6e60e8b2018-02-01 10:27:11 -050090 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
91 and use the drop-down "Active Releases" button
Brad Bishopd7bf8c12018-02-25 22:55:05 -050092 and choose the manual associated with the desired
93 Yocto Project.
Brad Bishop6e60e8b2018-02-01 10:27:11 -050094 </para></listitem>
95 <listitem><para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050096 To report any inaccuracies or problems with this
97 manual, send an email to the Yocto Project
98 discussion group at
99 <filename>yocto@yoctoproject.com</filename> or log into
100 the freenode <filename>#yocto</filename> channel.
101 </para></listitem>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500102 </itemizedlist>
103 </note>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500104
105 </legalnotice>
106
107 </bookinfo>
108
109 <xi:include href="sdk-intro.xml"/>
110
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600111 <xi:include href="sdk-extensible.xml"/>
112
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500113 <xi:include href="sdk-using.xml"/>
114
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600115 <xi:include href="sdk-working-projects.xml"/>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500116
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500117 <xi:include href="sdk-eclipse-project.xml"/>
118
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500119 <xi:include href="sdk-appendix-obtain.xml"/>
120
121 <xi:include href="sdk-appendix-customizing.xml"/>
122
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500123 <xi:include href="sdk-appendix-customizing-standard.xml"/>
124
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600125 <xi:include href="sdk-appendix-mars.xml"/>
126
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500127<!-- <index id='index'>
128 <title>Index</title>
129 </index>
130-->
131
132</book>
133<!--
134vim: expandtab tw=80 ts=4
135-->