blob: 5a09909c70dc391bdb90b833e16cfbffb77a0c57 [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
William A. Kennington IIIac69b482021-06-02 12:28:27 -070013Project. There is a number of places where you can find help if you run into
Andrew Geisslerc9f78652020-09-18 14:11:35 -050014difficulties 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 Geissler517393d2023-01-13 08:55:19 -060026code, see the ":ref:`dev-manual/changes: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
William A. Kennington IIIac69b482021-06-02 12:28:27 -070046For a general procedure and guidelines on how to use Bugzilla to submit a bug
Andrew Geisslerc9f78652020-09-18 14:11:35 -050047against the Yocto Project, see the following:
48
Andrew Geissler517393d2023-01-13 08:55:19 -060049- The ":ref:`dev-manual/changes:submitting a defect against the yocto project`"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050050 section in the Yocto Project Development Tasks Manual.
51
Andrew Geissler09209ee2020-12-13 08:44:15 -060052- The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>`
Andrew Geisslerc9f78652020-09-18 14:11:35 -050053
Andrew Geisslerd1e89492021-02-12 15:35:20 -060054For information on Bugzilla in general, see https://www.bugzilla.org/about/.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050055
56.. _resources-mailinglist:
57
58Mailing lists
59=============
60
William A. Kennington IIIac69b482021-06-02 12:28:27 -070061There are multiple mailing lists maintained by the Yocto Project as well
Andrew Geisslerc9f78652020-09-18 14:11:35 -050062as related OpenEmbedded mailing lists for discussion, patch submission
63and announcements. To subscribe to one of the following mailing lists,
64click on the appropriate URL in the following list and follow the
65instructions:
66
Andrew Geissler615f2f12022-07-15 14:00:58 -050067- :yocto_lists:`/g/yocto` --- general Yocto Project
Andrew Geisslerc9f78652020-09-18 14:11:35 -050068 discussion mailing list.
69
Andrew Geissler615f2f12022-07-15 14:00:58 -050070- :oe_lists:`/g/openembedded-core` --- discussion mailing
Andrew Geisslerc9f78652020-09-18 14:11:35 -050071 list about OpenEmbedded-Core (the core metadata).
72
Andrew Geissler615f2f12022-07-15 14:00:58 -050073- :oe_lists:`/g/openembedded-devel` --- discussion
Andrew Geisslerc9f78652020-09-18 14:11:35 -050074 mailing list about OpenEmbedded.
75
Andrew Geissler615f2f12022-07-15 14:00:58 -050076- :oe_lists:`/g/bitbake-devel` --- discussion mailing
Andrew Geisslerc9f78652020-09-18 14:11:35 -050077 list about the :term:`BitBake` build tool.
78
Andrew Geissler615f2f12022-07-15 14:00:58 -050079- :yocto_lists:`/g/poky` --- discussion mailing list
Andrew Geissler4c19ea12020-10-27 13:52:24 -050080 about :term:`Poky`.
Andrew Geisslerc9f78652020-09-18 14:11:35 -050081
Andrew Geissler615f2f12022-07-15 14:00:58 -050082- :yocto_lists:`/g/yocto-announce` --- mailing list to
Andrew Geisslerc9f78652020-09-18 14:11:35 -050083 receive official Yocto Project release and milestone announcements.
84
Andrew Geissler517393d2023-01-13 08:55:19 -060085- :yocto_lists:`/g/docs` --- discussion mailing list about the Yocto Project
86 documentation.
87
88See also :yocto_home:`the description of all mailing lists </community/mailing-lists/>`.
Andrew Geissler4c19ea12020-10-27 13:52:24 -050089
Andrew Geisslerc9f78652020-09-18 14:11:35 -050090.. _resources-irc:
91
92Internet Relay Chat (IRC)
93=========================
94
Andrew Geissler5199d832021-09-24 16:47:35 -050095Two IRC channels on `Libera Chat <https://libera.chat/>`__
96are available for the Yocto Project and OpenEmbedded discussions:
Andrew Geisslerc9f78652020-09-18 14:11:35 -050097
98- ``#yocto``
99
Andrew Geissler5199d832021-09-24 16:47:35 -0500100- ``#oe``
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500101
102.. _resources-links-and-related-documentation:
103
104Links and Related Documentation
105===============================
106
107Here is a list of resources you might find helpful:
108
Andrew Geissler517393d2023-01-13 08:55:19 -0600109- :yocto_home:`The Yocto Project Website <>`: The home site
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500110 for the Yocto Project.
111
Andrew Geissler517393d2023-01-13 08:55:19 -0600112- :yocto_wiki:`The Yocto Project Main Wiki Page <>`: The main wiki page for
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500113 the Yocto Project. This page contains information about project
114 planning, release engineering, QA & automation, a reference site map,
115 and other resources related to the Yocto Project.
116
Andrew Geissler517393d2023-01-13 08:55:19 -0600117- :oe_home:`OpenEmbedded <>`: The build system used by the
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500118 Yocto Project. This project is the upstream, generic, embedded
119 distribution from which the Yocto Project derives its build system
120 (Poky) and to which it contributes.
121
Andrew Geissler517393d2023-01-13 08:55:19 -0600122- :oe_wiki:`BitBake </BitBake>`: The tool used to process metadata.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500123
Andrew Geissler517393d2023-01-13 08:55:19 -0600124- :doc:`BitBake User Manual <bitbake:index>`: A comprehensive
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500125 guide to the BitBake tool. If you want information on BitBake, see
126 this manual.
127
Andrew Geissler517393d2023-01-13 08:55:19 -0600128- :doc:`/brief-yoctoprojectqs/index`: This
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500129 short document lets you experience building an image using the Yocto
130 Project without having to understand any concepts or details.
131
Andrew Geissler517393d2023-01-13 08:55:19 -0600132- :doc:`/overview-manual/index`: This manual provides overview
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500133 and conceptual information about the Yocto Project.
134
Andrew Geissler517393d2023-01-13 08:55:19 -0600135- :doc:`/dev-manual/index`: This manual is a "how-to" guide
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500136 that presents procedures useful to both application and system
137 developers who use the Yocto Project.
138
Andrew Geissler517393d2023-01-13 08:55:19 -0600139- :doc:`/sdk-manual/index` manual: This
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500140 guide provides information that lets you get going with the standard
141 or extensible SDK. An SDK, with its cross-development toolchains,
142 allows you to develop projects inside or outside of the Yocto Project
143 environment.
144
Andrew Geissler517393d2023-01-13 08:55:19 -0600145- :doc:`/bsp-guide/bsp`: This guide defines the structure
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500146 for BSP components. Having a commonly understood structure encourages
147 standardization.
148
Andrew Geissler517393d2023-01-13 08:55:19 -0600149- :doc:`/kernel-dev/index`: This manual describes
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500150 how to work with Linux Yocto kernels as well as provides a bit of
151 conceptual information on the construction of the Yocto Linux kernel
152 tree.
153
Andrew Geissler517393d2023-01-13 08:55:19 -0600154- :doc:`/ref-manual/index`: This
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500155 manual provides reference material such as variable, task, and class
156 descriptions.
157
Andrew Geissler517393d2023-01-13 08:55:19 -0600158- :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`: This manual
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500159 is simply a single HTML file comprised of the bulk of the Yocto
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700160 Project manuals. It makes it easy to search for phrases and terms used
161 in the Yocto Project documentation set.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500162
Andrew Geissler517393d2023-01-13 08:55:19 -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 Geissler517393d2023-01-13 08:55:19 -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 Geissler517393d2023-01-13 08:55:19 -0600173- :yocto_wiki:`FAQ </FAQ>`: A list of commonly asked
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500174 questions and their answers.
175
Andrew Geissler517393d2023-01-13 08:55:19 -0600176- :yocto_docs:`Release Information </migration-guides/>`:
177 Migration guides, release notes, new features, updates and known issues
178 for the current and past releases of the Yocto Project.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500179
Andrew Geissler517393d2023-01-13 08:55:19 -0600180- :yocto_bugs:`Bugzilla <>`: The bug tracking application
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500181 the Yocto Project uses. If you find problems with the Yocto Project,
182 you should report them using this application.
183
Andrew Geissler09209ee2020-12-13 08:44:15 -0600184- :yocto_wiki:`Bugzilla Configuration and Bug Tracking Wiki Page
Andrew Geissler517393d2023-01-13 08:55:19 -0600185 </Bugzilla_Configuration_and_Bug_Tracking>`:
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500186 Information on how to get set up and use the Yocto Project
187 implementation of Bugzilla for logging and tracking Yocto Project
188 defects.
189
Andrew Geissler517393d2023-01-13 08:55:19 -0600190- Internet Relay Chat (IRC): Two IRC channels on
Andrew Geissler5199d832021-09-24 16:47:35 -0500191 `Libera Chat <https://libera.chat/>`__ are
192 available for Yocto Project and OpenEmbeddded discussions: ``#yocto`` and
193 ``#oe``, respectively.
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500194
Andrew Geissler517393d2023-01-13 08:55:19 -0600195- `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__: An
Andrew Geisslerc9f78652020-09-18 14:11:35 -0500196 open-source machine emulator and virtualizer.