blob: 6344478fb0508a993e67d1296b30d75fa034ce27 [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; ] >
Andrew Geisslerd25ed322020-06-27 00:28:28 -05004<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05005
6<book id='sdk-manual' lang='en'
7 xmlns:xi="http://www.w3.org/2003/XInclude"
8 xmlns="http://docbook.org/ns/docbook"
9 >
10 <bookinfo>
11
12 <mediaobject>
13 <imageobject>
14 <imagedata fileref='figures/sdk-title.png'
15 format='SVG'
16 align='left' scalefit='1' width='100%'/>
17 </imageobject>
18 </mediaobject>
19
20 <title>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021 Yocto Project Application Development and the Extensible Software Development Kit (eSDK)
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050022 </title>
23
24 <authorgroup>
25 <author>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050026 <affiliation>
Andrew Geissler82c905d2020-04-13 13:39:40 -050027 <orgname>&ORGNAME;</orgname>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050028 </affiliation>
Andrew Geissler82c905d2020-04-13 13:39:40 -050029 <email>&ORGEMAIL;</email>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050030 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>2.1</revnumber>
36 <date>April 2016</date>
Andrew Geissler82c905d2020-04-13 13:39:40 -050037 <revremark>The initial document released with the Yocto Project 2.1 Release.</revremark>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050038 </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>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080060 <revnumber>2.6</revnumber>
61 <date>November 2018</date>
62 <revremark>Released with the Yocto Project 2.6 Release.</revremark>
Brad Bishopd5ae7d92018-06-14 09:52:03 -070063 </revision>
Brad Bishopf86d0552018-12-04 14:18:15 -080064 <revision>
Brad Bishop19323692019-04-05 15:28:33 -040065 <revnumber>2.7</revnumber>
Brad Bishopc342db32019-05-15 21:57:59 -040066 <date>May 2019</date>
Brad Bishop19323692019-04-05 15:28:33 -040067 <revremark>Released with the Yocto Project 2.7 Release.</revremark>
Brad Bishopf86d0552018-12-04 14:18:15 -080068 </revision>
Brad Bishopc342db32019-05-15 21:57:59 -040069 <revision>
Brad Bishop64c979e2019-11-04 13:55:29 -050070 <revnumber>3.0</revnumber>
Andrew Geissler82c905d2020-04-13 13:39:40 -050071 <date>October 2019</date>
Brad Bishop64c979e2019-11-04 13:55:29 -050072 <revremark>Released with the Yocto Project 3.0 Release.</revremark>
Brad Bishopc342db32019-05-15 21:57:59 -040073 </revision>
Andrew Geissler82c905d2020-04-13 13:39:40 -050074 <revision>
75 <revnumber>3.1</revnumber>
76 <date>&REL_MONTH_YEAR;</date>
77 <revremark>Released with the Yocto Project 3.1 Release.</revremark>
78 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050079 </revhistory>
80
81 <copyright>
82 <year>&COPYRIGHT_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 &amp; Wales</ulink> as published by Creative Commons.
90 </para>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050091 <note><title>Manual Notes</title>
92 <itemizedlist>
93 <listitem><para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050094 This version of the
95 <emphasis>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</emphasis>
96 manual is for the &YOCTO_DOC_VERSION; release of the
97 Yocto Project.
98 To be sure you have the latest version of the manual
Brad Bishop316dfdd2018-06-25 12:45:53 -040099 for this release, go to the
Andrew Geissler82c905d2020-04-13 13:39:40 -0500100 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400101 and select the manual from that site.
102 Manuals from the site are more up-to-date than manuals
103 derived from the Yocto Project released TAR files.
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500104 </para></listitem>
105 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400106 If you located this manual through a web search, the
107 version of the manual might not be the one you want
108 (e.g. the search might have returned a manual much
109 older than the Yocto Project version with which you
110 are working).
111 You can see all Yocto Project major releases by
112 visiting the
113 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
114 page.
115 If you need a version of this manual for a different
116 Yocto Project release, visit the
Andrew Geissler82c905d2020-04-13 13:39:40 -0500117 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400118 and select the manual set by using the
119 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
120 pull-down menus.
121 </para></listitem>
Andrew Geissler82c905d2020-04-13 13:39:40 -0500122 <listitem>
123 <para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400124 To report any inaccuracies or problems with this
Andrew Geissler82c905d2020-04-13 13:39:40 -0500125 (or any other Yocto Project) manual, send an email to
126 the Yocto Project documentation mailing list at
127 <filename>docs@lists.yoctoproject.org</filename> or
128 log into the freenode <filename>#yocto</filename> channel.
129 </para>
130 </listitem>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500131 </itemizedlist>
132 </note>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500133 </legalnotice>
134
135 </bookinfo>
136
137 <xi:include href="sdk-intro.xml"/>
138
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600139 <xi:include href="sdk-extensible.xml"/>
140
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500141 <xi:include href="sdk-using.xml"/>
142
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600143 <xi:include href="sdk-working-projects.xml"/>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500144
145 <xi:include href="sdk-appendix-obtain.xml"/>
146
147 <xi:include href="sdk-appendix-customizing.xml"/>
148
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500149 <xi:include href="sdk-appendix-customizing-standard.xml"/>
150
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500151<!-- <index id='index'>
152 <title>Index</title>
153 </index>
154-->
155
156</book>
157<!--
158vim: expandtab tw=80 ts=4
159-->