blob: 663f0d96d54c1113ed2dff6ee76017cf29256420 [file] [log] [blame]
Andrew Geisslerf0343792020-11-18 10:42:21 -06001.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
Andrew Geisslerc9f78652020-09-18 14:11:35 -05002
3****************************************
4Contributions and Additional Information
5****************************************
6
7.. _resources-intro:
8
9Introduction
10============
11
12The Yocto Project team is happy for people to experiment with the Yocto
13Project. A number of places exist to find help if you run into
14difficulties or find bugs. This presents information about contributing
15and participating in the Yocto Project.
16
17.. _resources-contributions:
18
19Contributions
20=============
21
22The Yocto Project gladly accepts contributions. You can submit changes
23to the project either by creating and sending pull requests, or by
24submitting patches through email. For information on how to do both as
25well as information on how to identify the maintainer for each area of
Andrew Geissler09209ee2020-12-13 08:44:15 -060026code, see the ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" section in the
Andrew Geisslerc9f78652020-09-18 14:11:35 -050027Yocto Project Development Tasks Manual.
28
29.. _resources-bugtracker:
30
31Yocto Project Bugzilla
32======================
33
34The Yocto Project uses its own implementation of
35:yocto_bugs:`Bugzilla <>` to track defects (bugs).
36Implementations of Bugzilla work well for group development because they
37track bugs and code changes, can be used to communicate changes and
38problems with developers, can be used to submit and review patches, and
39can be used to manage quality assurance.
40
41Sometimes it is helpful to submit, investigate, or track a bug against
42the Yocto Project itself (e.g. when discovering an issue with some
43component of the build system that acts contrary to the documentation or
44your expectations).
45
46A general procedure and guidelines exist for when you use Bugzilla to
47submit a bug. For information on how to use Bugzilla to submit a bug
48against the Yocto Project, see the following:
49
Andrew Geissler09209ee2020-12-13 08:44:15 -060050- The ":ref:`dev-manual/common-tasks:submitting a defect against the yocto project`"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050051 section in the Yocto Project Development Tasks Manual.
52
Andrew Geissler09209ee2020-12-13 08:44:15 -060053- The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>`
Andrew Geisslerc9f78652020-09-18 14:11:35 -050054
Andrew Geisslerd1e89492021-02-12 15:35:20 -060055For information on Bugzilla in general, see https://www.bugzilla.org/about/.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050056
57.. _resources-mailinglist:
58
59Mailing lists
60=============
61
62A number of mailing lists maintained by the Yocto Project exist as well
63as related OpenEmbedded mailing lists for discussion, patch submission
64and announcements. To subscribe to one of the following mailing lists,
65click on the appropriate URL in the following list and follow the
66instructions:
67
Andrew Geissler4c19ea12020-10-27 13:52:24 -050068- :yocto_lists:`/g/yocto` - General Yocto Project
Andrew Geisslerc9f78652020-09-18 14:11:35 -050069 discussion mailing list.
70
Andrew Geissler4c19ea12020-10-27 13:52:24 -050071- :oe_lists:`/g/openembedded-core` - Discussion mailing
Andrew Geisslerc9f78652020-09-18 14:11:35 -050072 list about OpenEmbedded-Core (the core metadata).
73
Andrew Geissler4c19ea12020-10-27 13:52:24 -050074- :oe_lists:`/g/openembedded-devel` - Discussion
Andrew Geisslerc9f78652020-09-18 14:11:35 -050075 mailing list about OpenEmbedded.
76
Andrew Geissler4c19ea12020-10-27 13:52:24 -050077- :oe_lists:`/g/bitbake-devel` - Discussion mailing
Andrew Geisslerc9f78652020-09-18 14:11:35 -050078 list about the :term:`BitBake` build tool.
79
Andrew Geissler4c19ea12020-10-27 13:52:24 -050080- :yocto_lists:`/g/poky` - Discussion mailing list
81 about :term:`Poky`.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050082
Andrew Geissler4c19ea12020-10-27 13:52:24 -050083- :yocto_lists:`/g/yocto-announce` - Mailing list to
Andrew Geisslerc9f78652020-09-18 14:11:35 -050084 receive official Yocto Project release and milestone announcements.
85
86For more Yocto Project-related mailing lists, see the
Andrew Geissler4c19ea12020-10-27 13:52:24 -050087:yocto_home:`Yocto Project Website <>`.
88
Andrew Geisslerc9f78652020-09-18 14:11:35 -050089.. _resources-irc:
90
91Internet Relay Chat (IRC)
92=========================
93
Andrew Geissler3b8a17c2021-04-15 15:55:55 -050094Two IRC channels on Freenode are available for the Yocto Project and
Andrew Geisslerc9f78652020-09-18 14:11:35 -050095Poky discussions:
96
97- ``#yocto``
98
99- ``#poky``
100
101.. _resources-links-and-related-documentation:
102
103Links and Related Documentation
104===============================
105
106Here is a list of resources you might find helpful:
107
108- :yocto_home:`The Yocto Project Website <>`\ *:* The home site
109 for the Yocto Project.
110
Andrew Geissler09209ee2020-12-13 08:44:15 -0600111- :yocto_wiki:`The Yocto Project Main Wiki Page <>`\ *:* The main wiki page for
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500112 the Yocto Project. This page contains information about project
113 planning, release engineering, QA & automation, a reference site map,
114 and other resources related to the Yocto Project.
115
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500116- :oe_home:`OpenEmbedded <>`\ *:* The build system used by the
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500117 Yocto Project. This project is the upstream, generic, embedded
118 distribution from which the Yocto Project derives its build system
119 (Poky) and to which it contributes.
120
Andrew Geisslerd1e89492021-02-12 15:35:20 -0600121- :oe_wiki:`BitBake </BitBake>`\ *:* The tool used to process metadata.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500122
123- :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive
124 guide to the BitBake tool. If you want information on BitBake, see
125 this manual.
126
Andrew Geissler09209ee2020-12-13 08:44:15 -0600127- :doc:`/brief-yoctoprojectqs/index` *:* This
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500128 short document lets you experience building an image using the Yocto
129 Project without having to understand any concepts or details.
130
Andrew Geissler09209ee2020-12-13 08:44:15 -0600131- :doc:`/overview-manual/index` *:* This manual provides overview
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500132 and conceptual information about the Yocto Project.
133
Andrew Geissler09209ee2020-12-13 08:44:15 -0600134- :doc:`/dev-manual/index` *:* This manual is a "how-to" guide
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500135 that presents procedures useful to both application and system
136 developers who use the Yocto Project.
137
Andrew Geissler09209ee2020-12-13 08:44:15 -0600138- :doc:`/sdk-manual/index` *manual :* This
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500139 guide provides information that lets you get going with the standard
140 or extensible SDK. An SDK, with its cross-development toolchains,
141 allows you to develop projects inside or outside of the Yocto Project
142 environment.
143
Andrew Geissler09209ee2020-12-13 08:44:15 -0600144- :doc:`/bsp-guide/bsp` *:* This guide defines the structure
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500145 for BSP components. Having a commonly understood structure encourages
146 standardization.
147
Andrew Geissler09209ee2020-12-13 08:44:15 -0600148- :doc:`/kernel-dev/index` *:* This manual describes
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500149 how to work with Linux Yocto kernels as well as provides a bit of
150 conceptual information on the construction of the Yocto Linux kernel
151 tree.
152
Andrew Geissler09209ee2020-12-13 08:44:15 -0600153- :doc:`/ref-manual/index` *:* This
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500154 manual provides reference material such as variable, task, and class
155 descriptions.
156
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500157- :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`\ *:* This manual
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500158 is simply a single HTML file comprised of the bulk of the Yocto
159 Project manuals. The Mega-Manual primarily exists as a vehicle by
160 which you can easily search for phrases and terms used in the Yocto
161 Project documentation set.
162
Andrew Geissler09209ee2020-12-13 08:44:15 -0600163- :doc:`/profile-manual/index` *:* This manual presents a set of
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500164 common and generally useful tracing and profiling schemes along with
165 their applications (as appropriate) to each tool.
166
Andrew Geissler09209ee2020-12-13 08:44:15 -0600167- :doc:`/toaster-manual/index` *:* This manual
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500168 introduces and describes how to set up and use Toaster. Toaster is an
169 Application Programming Interface (API) and web-based interface to
170 the :term:`OpenEmbedded Build System`, which uses
171 BitBake, that reports build information.
172
Andrew Geissler09209ee2020-12-13 08:44:15 -0600173- :yocto_wiki:`FAQ </FAQ>`\ *:* A list of commonly asked
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500174 questions and their answers.
175
176- *Release Notes:* Features, updates and known issues for the current
177 release of the Yocto Project. To access the Release Notes, go to the
178 :yocto_home:`Downloads </software-overview/downloads>` page on
179 the Yocto Project website and click on the "RELEASE INFORMATION" link
180 for the appropriate release.
181
Andrew Geissler4c19ea12020-10-27 13:52:24 -0500182- :yocto_bugs:`Bugzilla <>`\ *:* The bug tracking application
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500183 the Yocto Project uses. If you find problems with the Yocto Project,
184 you should report them using this application.
185
Andrew Geissler09209ee2020-12-13 08:44:15 -0600186- :yocto_wiki:`Bugzilla Configuration and Bug Tracking Wiki Page
187 </Bugzilla_Configuration_and_Bug_Tracking>`\ *:*
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500188 Information on how to get set up and use the Yocto Project
189 implementation of Bugzilla for logging and tracking Yocto Project
190 defects.
191
Andrew Geissler3b8a17c2021-04-15 15:55:55 -0500192- *Internet Relay Chat (IRC):* Two IRC channels on Freenode are
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500193 available for Yocto Project and Poky discussions: ``#yocto`` and
194 ``#poky``, respectively.
195
Andrew Geisslerd1e89492021-02-12 15:35:20 -0600196- `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__\ *:* An
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500197 open-source machine emulator and virtualizer.