blob: e858b9b1cecf58c81525e40ee6d7d0055ccb53b4 [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 Bishop316dfdd2018-06-25 12:45:53 -040055 <revnumber>2.5</revnumber>
56 <date>May 2018</date>
57 <revremark>Released with the Yocto Project 2.5 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050058 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050059 </revhistory>
60
61 <copyright>
62 <year>&COPYRIGHT_YEAR;</year>
63 <holder>Linux Foundation</holder>
64 </copyright>
65
66 <legalnotice>
67 <para>
68 Permission is granted to copy, distribute and/or modify this document under
69 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.
70 </para>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050071 <note><title>Manual Notes</title>
72 <itemizedlist>
73 <listitem><para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050074 This version of the
75 <emphasis>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</emphasis>
76 manual is for the &YOCTO_DOC_VERSION; release of the
77 Yocto Project.
78 To be sure you have the latest version of the manual
Brad Bishop316dfdd2018-06-25 12:45:53 -040079 for this release, go to the
Brad Bishop6e60e8b2018-02-01 10:27:11 -050080 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -040081 and select the manual from that site.
82 Manuals from the site are more up-to-date than manuals
83 derived from the Yocto Project released TAR files.
Brad Bishop6e60e8b2018-02-01 10:27:11 -050084 </para></listitem>
85 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -040086 If you located this manual through a web search, the
87 version of the manual might not be the one you want
88 (e.g. the search might have returned a manual much
89 older than the Yocto Project version with which you
90 are working).
91 You can see all Yocto Project major releases by
92 visiting the
93 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
94 page.
95 If you need a version of this manual for a different
96 Yocto Project release, visit the
97 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
98 and select the manual set by using the
99 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
100 pull-down menus.
101 </para></listitem>
102 <listitem><para>
103 To report any inaccuracies or problems with this
104 manual, send an email to the Yocto Project
105 discussion group at
106 <filename>yocto@yoctoproject.com</filename> or log into
107 the freenode <filename>#yocto</filename> channel.
108 </para></listitem>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500109 </itemizedlist>
110 </note>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500111 </legalnotice>
112
113 </bookinfo>
114
115 <xi:include href="sdk-intro.xml"/>
116
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600117 <xi:include href="sdk-extensible.xml"/>
118
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500119 <xi:include href="sdk-using.xml"/>
120
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600121 <xi:include href="sdk-working-projects.xml"/>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500122
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500123 <xi:include href="sdk-eclipse-project.xml"/>
124
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500125 <xi:include href="sdk-appendix-obtain.xml"/>
126
127 <xi:include href="sdk-appendix-customizing.xml"/>
128
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500129 <xi:include href="sdk-appendix-customizing-standard.xml"/>
130
Brad Bishop316dfdd2018-06-25 12:45:53 -0400131 <xi:include href="sdk-appendix-neon.xml"/>
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600132
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500133<!-- <index id='index'>
134 <title>Index</title>
135 </index>
136-->
137
138</book>
139<!--
140vim: expandtab tw=80 ts=4
141-->