blob: d59bea24561250ae7eb6deafec46d595fb001cb2 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001<!DOCTYPE chapter 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<chapter id='resources'>
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006<title>Contributions and Additional Information</title>
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
8<section id='resources-intro'>
9 <title>Introduction</title>
10 <para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011 The Yocto Project team is happy for people to experiment with the
12 Yocto Project.
13 A number of places exist to find help if you run into difficulties
14 or find bugs.
15 This presents information about contributing and participating in
16 the Yocto Project.
17 </para>
18</section>
19
20<section id='resources-contributions'>
21 <title>Contributions</title>
22
23 <para>
24 The Yocto Project gladly accepts contributions.
25 You can submit changes to the project either by creating and sending
26 pull requests,
27 or by submitting patches through email.
28 For information on how to do both as well as information on how
29 to identify the maintainer for each area of code, see the
30 "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>"
31 section in the Yocto Project Development Tasks Manual.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050032 </para>
33</section>
34
35<section id='resources-bugtracker'>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050036 <title>Yocto Project Bugzilla</title>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050037
38 <para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050039 The Yocto Project uses its own implementation of
40 <ulink url='http://www.bugzilla.org/about/'>Bugzilla</ulink> to track
41 defects (bugs).
42 Implementations of Bugzilla work well for group development because
43 they track bugs and code changes, can be used to communicate changes
44 and problems with developers, can be used to submit and review patches,
45 and can be used to manage quality assurance.
46 </para>
47
48 <para>
49 Sometimes it is helpful to submit, investigate, or track a bug against
50 the Yocto Project itself (e.g. when discovering an issue with some
51 component of the build system that acts contrary to the documentation
52 or your expectations).
53 </para>
54
55 <para>
56 A general procedure and guidelines exist for when you use Bugzilla to
57 submit a bug.
58 For information on how to use Bugzilla to submit a bug against the
59 Yocto Project, see the following:
60 <itemizedlist>
61 <listitem><para>
62 The
63 "<ulink url='&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project'>Submitting a Defect Against the Yocto Project</ulink>"
64 section in the Yocto Project Development Tasks Manual.
65 </para></listitem>
66 <listitem><para>
67 The Yocto Project
68 <ulink url='&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking'>Bugzilla wiki page</ulink>
69 </para></listitem>
70 </itemizedlist>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050071 </para>
72</section>
73
74<section id='resources-mailinglist'>
75 <title>Mailing lists</title>
76
77 <para>
78 A number of mailing lists maintained by the Yocto Project exist
79 as well as related OpenEmbedded mailing lists for discussion,
80 patch submission and announcements.
81 To subscribe to one of the following mailing lists, click on the
82 appropriate URL in the following list and follow the instructions:
83 <itemizedlist>
84 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink> -
85 General Yocto Project discussion mailing list. </para></listitem>
86 <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-core'></ulink> -
87 Discussion mailing list about OpenEmbedded-Core (the core metadata).</para></listitem>
88 <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-devel'></ulink> -
89 Discussion mailing list about OpenEmbedded.</para></listitem>
90 <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/bitbake-devel'></ulink> -
91 Discussion mailing list about the
Brad Bishopd7bf8c12018-02-25 22:55:05 -050092 <link linkend='bitbake-term'>BitBake</link>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050093 build tool.</para></listitem>
94 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> -
95 Discussion mailing list about
Brad Bishopd7bf8c12018-02-25 22:55:05 -050096 <link linkend='poky'>Poky</link>.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050097 </para></listitem>
98 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink> -
99 Mailing list to receive official Yocto Project release and milestone
100 announcements.</para></listitem>
101 </itemizedlist>
102 </para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500103 For more Yocto Project-related mailing lists, see the
104 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>.
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500105</section>
106
107<section id='resources-irc'>
108 <title>Internet Relay Chat (IRC)</title>
109
110 <para>
111 Two IRC channels on freenode are available for the Yocto Project and Poky discussions:
112 <itemizedlist>
113 <listitem><para><filename>#yocto</filename></para></listitem>
114 <listitem><para><filename>#poky</filename></para></listitem>
115 </itemizedlist>
116 </para>
117</section>
118
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500119<section id='resources-links-and-related-documentation'>
120 <title>Links and Related Documentation</title>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500121
122 <para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500123 Here is a list of resources you might find helpful:
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500124 <itemizedlist>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500125 <listitem><para>
126 <emphasis>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500127 <ulink url='&YOCTO_HOME_URL;'>The Yocto Project website</ulink>:
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500128 </emphasis> The home site for the Yocto Project.
129 </para></listitem>
130 <listitem><para>
131 <emphasis>
132 <ulink url='&YOCTO_WIKI_URL;/wiki/Main_Page'>The Yocto Project Main Wiki Page</ulink>:
133 </emphasis>
134 The main wiki page for the Yocto Project.
135 This page contains information about project planning,
136 release engineering, QA &amp; automation, a reference
137 site map, and other resources related to the Yocto Project.
138 </para></listitem>
139 <listitem><para>
140 <emphasis>
141 <ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:
142 </emphasis>
143 The build system used by the Yocto Project.
144 This project is the upstream, generic, embedded distribution
145 from which the Yocto Project derives its build system (Poky)
146 and to which it contributes.
147 </para></listitem>
148 <listitem><para>
149 <emphasis>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500150 <ulink url='http://www.openembedded.org/wiki/BitBake'>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500151 BitBake</ulink>:
152 </emphasis> The tool used to process metadata.
153 </para></listitem>
154 <listitem><para>
155 <emphasis>
156 <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual:</ulink>
157 </emphasis>
158 A comprehensive guide to the BitBake tool.
159 If you want information on BitBake, see this manual.
160 </para></listitem>
161 <listitem><para>
162 <emphasis>
163 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>:
164 </emphasis>
165 This short document lets you get started
166 with the Yocto Project and quickly begin building an image.
167 </para></listitem>
168 <listitem><para>
169 <emphasis>
170 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>:
171 </emphasis>
172 This manual is a "how-to" guide that presents procedures
173 useful to both application and system developers who use the
174 Yocto Project.
175 </para></listitem>
176 <listitem><para>
177 <emphasis>
178 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
179 manual:</emphasis>
180 This guide provides information that lets you get going
181 with the standard or extensible SDK.
182 An SDK, with its cross-development toolchains, allows you
183 to develop projects inside or outside of the Yocto Project
184 environment.
185 </para></listitem>
186 <listitem><para>
187 <emphasis>
188 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>:
189 </emphasis>
190 This guide defines the structure for BSP components.
191 Having a commonly understood structure encourages
192 standardization.
193 </para></listitem>
194 <listitem><para>
195 <emphasis>
196 <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>:
197 </emphasis>
198 This manual describes how to work with Linux Yocto kernels as
199 well as provides a bit of conceptual information on the
200 construction of the Yocto Linux kernel tree.
201 </para></listitem>
202 <listitem><para>
203 <emphasis>
204 <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>:
205 </emphasis>
206 This manual presents a set of common and generally useful
207 tracing and profiling schemes along with their applications
208 (as appropriate) to each tool.
209 </para></listitem>
210 <listitem><para>
211 <emphasis>
212 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-appendix-latest-yp-eclipse-plug-in'>Eclipse IDE Yocto Plug-in</ulink>:
213 </emphasis>
214 Instructions that demonstrate how an application developer
215 uses the Eclipse Yocto Project Plug-in feature within
216 the Eclipse IDE.
217 </para></listitem>
218 <listitem><para>
219 <emphasis>
220 <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>FAQ</ulink>:
221 </emphasis>
222 A list of commonly asked questions and their answers.
223 </para></listitem>
224 <listitem><para>
225 <emphasis>
226 <ulink url='&YOCTO_RELEASE_NOTES;'>Release Notes</ulink>:
227 </emphasis>
228 Features, updates and known issues for the current
229 release of the Yocto Project.
230 </para></listitem>
231 <listitem><para>
232 <emphasis>
233 <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>:
234 </emphasis>
235 This manual introduces and describes how to set up and use
236 Toaster.
237 Toaster is an Application Programming Interface (API) and
238 web-based interface to the
239 <link linkend='build-system-term'>OpenEmbedded Build System</link>,
240 which uses BitBake, that reports build information.
241 </para></listitem>
242 <listitem><para>
243 <emphasis>
244 <ulink url='&YOCTO_BUGZILLA_URL;'>Bugzilla</ulink>:
245 </emphasis>
246 The bug tracking application the Yocto Project uses.
247 If you find problems with the Yocto Project, you should report
248 them using this application.
249 </para></listitem>
250 <listitem><para>
251 <emphasis>
252 <ulink url='&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking'>Bugzilla Configuration and Bug Tracking Wiki Page</ulink>:
253 </emphasis>
254 Information on how to get set up and use the Yocto Project
255 implementation of Bugzilla for logging and tracking Yocto
256 Project defects.
257 </para></listitem>
258 <listitem><para>
259 <emphasis>Internet Relay Chat (IRC):</emphasis>
260 Two IRC channels on freenode are available
261 for Yocto Project and Poky discussions: <filename>#yocto</filename> and
262 <filename>#poky</filename>, respectively.
263 </para></listitem>
264 <listitem><para>
265 <emphasis>
266 <ulink url='http://wiki.qemu.org/Index.html'>Quick EMUlator (QEMU)</ulink>:
267 </emphasis>
268 An open-source machine emulator and virtualizer.
269 </para></listitem>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500270 </itemizedlist>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500271 </para>
272</section>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500273</chapter>
274<!--
275vim: expandtab tw=80 ts=4
276-->