blob: 5c28e34eb080f28adc9affc597f0d6d55aaca568 [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>
20 Yocto Project Software Development Kit (SDK) Developer's Guide
21 </title>
22
23 <authorgroup>
24 <author>
25 <firstname>Scott</firstname> <surname>Rifenbark</surname>
26 <affiliation>
27 <orgname>Scotty's Documentation Services, LLC</orgname>
28 </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 Bishop6e60e8b2018-02-01 10:27:11 -050050 <revnumber>2.3.1</revnumber>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050051 <date>June 2017</date>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050052 <revremark>Released with the Yocto Project 2.3.1 Release.</revremark>
53 </revision>
54 <revision>
55 <revnumber>2.3.2</revnumber>
56 <date>September 2017</date>
57 <revremark>Released with the Yocto Project 2.3.2 Release.</revremark>
58 </revision>
59 <revision>
60 <revnumber>2.3.3</revnumber>
61 <date>January 2018</date>
62 <revremark>Released with the Yocto Project 2.3.3 Release.</revremark>
63 </revision>
64 <revision>
65 <revnumber>2.3.4</revnumber>
66 <date>April 2018</date>
67 <revremark>Released with the Yocto Project 2.3.4 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050068 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050069 </revhistory>
70
71 <copyright>
72 <year>&COPYRIGHT_YEAR;</year>
73 <holder>Linux Foundation</holder>
74 </copyright>
75
76 <legalnotice>
77 <para>
78 Permission is granted to copy, distribute and/or modify this document under
79 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.
80 </para>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050081 <note><title>Manual Notes</title>
82 <itemizedlist>
83 <listitem><para>
84 For the latest version of the Yocto Project Software
85 Development Kit (SDK) Developer's Guide associated with
86 this Yocto Project release (version &YOCTO_DOC_VERSION;),
87 see the Yocto Project Software Development Kit (SDK)
88 Developer's Guide from the
89 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>.
90 </para></listitem>
91 <listitem><para>
92 This version of the manual is version
93 &YOCTO_DOC_VERSION;.
94 For later releases of the Yocto Project (if they exist),
95 go to the
96 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
97 and use the drop-down "Active Releases" button
98 and choose the Yocto Project version for which you want
99 the manual.
100 </para></listitem>
101 <listitem><para>
102 For an in-development version of the Yocto Project
103 Software Development Kit (SDK) Developer's Guide, see
104 <ulink url='&YOCTO_DOCS_URL;/latest/sdk-manual/sdk-manual.html'></ulink>.
105 </para></listitem>
106 </itemizedlist>
107 </note>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500108
109 </legalnotice>
110
111 </bookinfo>
112
113 <xi:include href="sdk-intro.xml"/>
114
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600115 <xi:include href="sdk-extensible.xml"/>
116
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500117 <xi:include href="sdk-using.xml"/>
118
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600119 <xi:include href="sdk-working-projects.xml"/>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500120
121 <xi:include href="sdk-appendix-obtain.xml"/>
122
123 <xi:include href="sdk-appendix-customizing.xml"/>
124
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500125 <xi:include href="sdk-appendix-customizing-standard.xml"/>
126
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600127 <xi:include href="sdk-appendix-mars.xml"/>
128
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500129<!-- <index id='index'>
130 <title>Index</title>
131 </index>
132-->
133
134</book>
135<!--
136vim: expandtab tw=80 ts=4
137-->