blob: 0d5b6b13659867b6a61b9745c0d6dc54144bf941 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -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='bsp-guide' 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/bsp-title.png'
14 format='SVG'
15 align='center' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
20 Yocto Project Board Support Package Developer's Guide
21 </title>
22
23 <authorgroup>
24 <author>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025 <firstname>Scott</firstname> <surname>Rifenbark</surname>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050026 <affiliation>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027 <orgname>Scotty's Documentation Services, INC</orgname>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050028 </affiliation>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029 <email>srifenbark@gmail.com</email>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050030 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>0.9</revnumber>
36 <date>24 November 2010</date>
37 <revremark>The initial document draft released with the Yocto Project 0.9 Release.</revremark>
38 </revision>
39 <revision>
40 <revnumber>1.0</revnumber>
41 <date>6 April 2011</date>
42 <revremark>Released with the Yocto Project 1.0 Release.</revremark>
43 </revision>
44 <revision>
45 <revnumber>1.0.1</revnumber>
46 <date>23 May 2011</date>
47 <revremark>Released with the Yocto Project 1.0.1 Release.</revremark>
48 </revision>
49 <revision>
50 <revnumber>1.1</revnumber>
51 <date>6 October 2011</date>
52 <revremark>Released with the Yocto Project 1.1 Release.</revremark>
53 </revision>
54 <revision>
55 <revnumber>1.2</revnumber>
56 <date>April 2012</date>
57 <revremark>Released with the Yocto Project 1.2 Release.</revremark>
58 </revision>
59 <revision>
60 <revnumber>1.3</revnumber>
61 <date>October 2012</date>
62 <revremark>Released with the Yocto Project 1.3 Release.</revremark>
63 </revision>
64 <revision>
65 <revnumber>1.4</revnumber>
66 <date>April 2013</date>
67 <revremark>Released with the Yocto Project 1.4 Release.</revremark>
68 </revision>
69 <revision>
70 <revnumber>1.5</revnumber>
71 <date>October 2013</date>
72 <revremark>Released with the Yocto Project 1.5 Release.</revremark>
73 </revision>
74 <revision>
75 <revnumber>1.5.1</revnumber>
76 <date>January 2014</date>
77 <revremark>Released with the Yocto Project 1.5.1 Release.</revremark>
78 </revision>
79 <revision>
80 <revnumber>1.6</revnumber>
81 <date>April 2014</date>
82 <revremark>Released with the Yocto Project 1.6 Release.</revremark>
83 </revision>
84 <revision>
85 <revnumber>1.7</revnumber>
86 <date>October 2014</date>
87 <revremark>Released with the Yocto Project 1.7 Release.</revremark>
88 </revision>
89 <revision>
90 <revnumber>1.8</revnumber>
91 <date>April 2015</date>
92 <revremark>Released with the Yocto Project 1.8 Release.</revremark>
93 </revision>
94 <revision>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050095 <revnumber>2.0</revnumber>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050096 <date>October 2015</date>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050097 <revremark>Released with the Yocto Project 2.0 Release.</revremark>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050098 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050099 <revision>
100 <revnumber>2.1</revnumber>
101 <date>April 2016</date>
102 <revremark>Released with the Yocto Project 2.1 Release.</revremark>
103 </revision>
Patrick Williamsc0f7c042017-02-23 20:41:17 -0600104 <revision>
105 <revnumber>2.2</revnumber>
106 <date>October 2016</date>
107 <revremark>Released with the Yocto Project 2.2 Release.</revremark>
108 </revision>
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500109 <revision>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500110 <revnumber>2.3</revnumber>
111 <date>May 2017</date>
112 <revremark>Released with the Yocto Project 2.3 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500113 </revision>
114 <revision>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500115 <revnumber>2.4</revnumber>
116 <date>October 2017</date>
117 <revremark>Released with the Yocto Project 2.4 Release.</revremark>
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500118 </revision>
119 <revision>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400120 <revnumber>2.5</revnumber>
121 <date>May 2018</date>
122 <revremark>Released with the Yocto Project 2.5 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500123 </revision>
Brad Bishopd5ae7d92018-06-14 09:52:03 -0700124 <revision>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800125 <revnumber>2.6</revnumber>
126 <date>November 2018</date>
127 <revremark>Released with the Yocto Project 2.6 Release.</revremark>
Brad Bishopd5ae7d92018-06-14 09:52:03 -0700128 </revision>
Brad Bishopf86d0552018-12-04 14:18:15 -0800129 <revision>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800130 <revnumber>2.6.1</revnumber>
Brad Bishopf86d0552018-12-04 14:18:15 -0800131 <date>&REL_MONTH_YEAR;</date>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800132 <revremark>Released with the Yocto Project 2.6.1 Release.</revremark>
Brad Bishopf86d0552018-12-04 14:18:15 -0800133 </revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500134 </revhistory>
135
136 <copyright>
137 <year>&COPYRIGHT_YEAR;</year>
138 <holder>Linux Foundation</holder>
139 </copyright>
140
141 <legalnotice>
142 <para>
143 Permission is granted to copy, distribute and/or modify this document under
Patrick Williamsf1e5d692016-03-30 15:21:19 -0500144 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500145 </para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500146 <note><title>Manual Notes</title>
147 <itemizedlist>
148 <listitem><para>
149 This version of the
Brad Bishop316dfdd2018-06-25 12:45:53 -0400150 <emphasis>Yocto Project Board Support Package (BSP) Developer's Guide</emphasis>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500151 is for the &YOCTO_DOC_VERSION; release of the
152 Yocto Project.
153 To be sure you have the latest version of the manual
Brad Bishop316dfdd2018-06-25 12:45:53 -0400154 for this release, go to the
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500155 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400156 and select the manual from that site.
157 Manuals from the site are more up-to-date than manuals
158 derived from the Yocto Project released TAR files.
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500159 </para></listitem>
160 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400161 If you located this manual through a web search, the
162 version of the manual might not be the one you want
163 (e.g. the search might have returned a manual much
164 older than the Yocto Project version with which you
165 are working).
166 You can see all Yocto Project major releases by
167 visiting the
168 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
169 page.
170 If you need a version of this manual for a different
171 Yocto Project release, visit the
172 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
173 and select the manual set by using the
174 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
175 pull-down menus.
176 </para></listitem>
177 <listitem><para>
178 To report any inaccuracies or problems with this
179 manual, send an email to the Yocto Project
180 discussion group at
181 <filename>yocto@yoctoproject.com</filename> or log into
182 the freenode <filename>#yocto</filename> channel.
183 </para></listitem>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500184 </itemizedlist>
185 </note>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500186 </legalnotice>
187
188 </bookinfo>
189
190 <xi:include href="bsp.xml"/>
191
192<!-- <index id='index'>
193 <title>Index</title>
194 </index>
195-->
196
197</book>
198<!--
199vim: expandtab tw=80 ts=4
200-->