blob: 60db9dc8e686ec5ebfee7811552dc87aa1ccd4a2 [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>
Brad Bishopd5ae7d92018-06-14 09:52:03 -070059 <revision>
60 <revnumber>2.5.1</revnumber>
61 <date>September 2018</date>
62 <revremark>The initial document released with the Yocto Project 2.5.1 Release.</revremark>
63 </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
Brad Bishop316dfdd2018-06-25 12:45:53 -040084 for this release, go to the
Brad Bishop6e60e8b2018-02-01 10:27:11 -050085 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -040086 and select the manual from that site.
87 Manuals from the site are more up-to-date than manuals
88 derived from the Yocto Project released TAR files.
Brad Bishop6e60e8b2018-02-01 10:27:11 -050089 </para></listitem>
90 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -040091 If you located this manual through a web search, the
92 version of the manual might not be the one you want
93 (e.g. the search might have returned a manual much
94 older than the Yocto Project version with which you
95 are working).
96 You can see all Yocto Project major releases by
97 visiting the
98 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
99 page.
100 If you need a version of this manual for a different
101 Yocto Project release, visit the
102 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
103 and select the manual set by using the
104 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
105 pull-down menus.
106 </para></listitem>
107 <listitem><para>
108 To report any inaccuracies or problems with this
109 manual, send an email to the Yocto Project
110 discussion group at
111 <filename>yocto@yoctoproject.com</filename> or log into
112 the freenode <filename>#yocto</filename> channel.
113 </para></listitem>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500114 </itemizedlist>
115 </note>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500116 </legalnotice>
117
118 </bookinfo>
119
120 <xi:include href="sdk-intro.xml"/>
121
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600122 <xi:include href="sdk-extensible.xml"/>
123
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500124 <xi:include href="sdk-using.xml"/>
125
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600126 <xi:include href="sdk-working-projects.xml"/>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500127
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500128 <xi:include href="sdk-eclipse-project.xml"/>
129
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500130 <xi:include href="sdk-appendix-obtain.xml"/>
131
132 <xi:include href="sdk-appendix-customizing.xml"/>
133
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500134 <xi:include href="sdk-appendix-customizing-standard.xml"/>
135
Brad Bishop316dfdd2018-06-25 12:45:53 -0400136 <xi:include href="sdk-appendix-neon.xml"/>
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600137
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500138<!-- <index id='index'>
139 <title>Index</title>
140 </index>
141-->
142
143</book>
144<!--
145vim: expandtab tw=80 ts=4
146-->