blob: c322189689c1ee9f0edd59245d44d8da5025c26f [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>
45 <revnumber>2.2.1</revnumber>
46 <date>January 2017</date>
47 <revremark>Released with the Yocto Project 2.2.1 Release.</revremark>
48 </revision>
49 <revision>
50 <revnumber>2.2.2</revnumber>
51 <date>June 2017</date>
52 <revremark>Released with the Yocto Project 2.2.2 Release.</revremark>
53 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050054 </revhistory>
55
56 <copyright>
57 <year>&COPYRIGHT_YEAR;</year>
58 <holder>Linux Foundation</holder>
59 </copyright>
60
61 <legalnotice>
62 <para>
63 Permission is granted to copy, distribute and/or modify this document under
64 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.
65 </para>
66 <note>
67 For the latest version of this manual associated with this
68 Yocto Project release, see the
69 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>
70 from the Yocto Project website.
71 </note>
72
73 </legalnotice>
74
75 </bookinfo>
76
77 <xi:include href="sdk-intro.xml"/>
78
Patrick Williamsc0f7c042017-02-23 20:41:17 -060079 <xi:include href="sdk-extensible.xml"/>
80
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050081 <xi:include href="sdk-using.xml"/>
82
Patrick Williamsc0f7c042017-02-23 20:41:17 -060083 <xi:include href="sdk-working-projects.xml"/>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050084
85 <xi:include href="sdk-appendix-obtain.xml"/>
86
87 <xi:include href="sdk-appendix-customizing.xml"/>
88
Brad Bishop37a0e4d2017-12-04 01:01:44 -050089 <xi:include href="sdk-appendix-customizing-standard.xml"/>
90
Patrick Williamsc0f7c042017-02-23 20:41:17 -060091 <xi:include href="sdk-appendix-mars.xml"/>
92
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050093<!-- <index id='index'>
94 <title>Index</title>
95 </index>
96-->
97
98</book>
99<!--
100vim: expandtab tw=80 ts=4
101-->