Andrew Geissler | f034379 | 2020-11-18 10:42:21 -0600 | [diff] [blame] | 1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 2 | |
| 3 | **************************************** |
| 4 | Contributions and Additional Information |
| 5 | **************************************** |
| 6 | |
| 7 | .. _resources-intro: |
| 8 | |
| 9 | Introduction |
| 10 | ============ |
| 11 | |
| 12 | The Yocto Project team is happy for people to experiment with the Yocto |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 13 | Project. There is a number of places where you can find help if you run into |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 14 | difficulties or find bugs. This presents information about contributing |
| 15 | and participating in the Yocto Project. |
| 16 | |
| 17 | .. _resources-contributions: |
| 18 | |
| 19 | Contributions |
| 20 | ============= |
| 21 | |
| 22 | The Yocto Project gladly accepts contributions. You can submit changes |
| 23 | to the project either by creating and sending pull requests, or by |
| 24 | submitting patches through email. For information on how to do both as |
| 25 | well as information on how to identify the maintainer for each area of |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 26 | code, see the ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" section in the |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 27 | Yocto Project Development Tasks Manual. |
| 28 | |
| 29 | .. _resources-bugtracker: |
| 30 | |
| 31 | Yocto Project Bugzilla |
| 32 | ====================== |
| 33 | |
| 34 | The Yocto Project uses its own implementation of |
| 35 | :yocto_bugs:`Bugzilla <>` to track defects (bugs). |
| 36 | Implementations of Bugzilla work well for group development because they |
| 37 | track bugs and code changes, can be used to communicate changes and |
| 38 | problems with developers, can be used to submit and review patches, and |
| 39 | can be used to manage quality assurance. |
| 40 | |
| 41 | Sometimes it is helpful to submit, investigate, or track a bug against |
| 42 | the Yocto Project itself (e.g. when discovering an issue with some |
| 43 | component of the build system that acts contrary to the documentation or |
| 44 | your expectations). |
| 45 | |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 46 | For a general procedure and guidelines on how to use Bugzilla to submit a bug |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 47 | against the Yocto Project, see the following: |
| 48 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 49 | - The ":ref:`dev-manual/common-tasks:submitting a defect against the yocto project`" |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 50 | section in the Yocto Project Development Tasks Manual. |
| 51 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 52 | - The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 53 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 54 | For information on Bugzilla in general, see https://www.bugzilla.org/about/. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 55 | |
| 56 | .. _resources-mailinglist: |
| 57 | |
| 58 | Mailing lists |
| 59 | ============= |
| 60 | |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 61 | There are multiple mailing lists maintained by the Yocto Project as well |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 62 | as related OpenEmbedded mailing lists for discussion, patch submission |
| 63 | and announcements. To subscribe to one of the following mailing lists, |
| 64 | click on the appropriate URL in the following list and follow the |
| 65 | instructions: |
| 66 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 67 | - :yocto_lists:`/g/yocto` - General Yocto Project |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 68 | discussion mailing list. |
| 69 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 70 | - :oe_lists:`/g/openembedded-core` - Discussion mailing |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 71 | list about OpenEmbedded-Core (the core metadata). |
| 72 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 73 | - :oe_lists:`/g/openembedded-devel` - Discussion |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 74 | mailing list about OpenEmbedded. |
| 75 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 76 | - :oe_lists:`/g/bitbake-devel` - Discussion mailing |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 77 | list about the :term:`BitBake` build tool. |
| 78 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 79 | - :yocto_lists:`/g/poky` - Discussion mailing list |
| 80 | about :term:`Poky`. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 81 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 82 | - :yocto_lists:`/g/yocto-announce` - Mailing list to |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 83 | receive official Yocto Project release and milestone announcements. |
| 84 | |
| 85 | For more Yocto Project-related mailing lists, see the |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 86 | :yocto_home:`Yocto Project Website <>`. |
| 87 | |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 88 | .. _resources-irc: |
| 89 | |
| 90 | Internet Relay Chat (IRC) |
| 91 | ========================= |
| 92 | |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 93 | Two IRC channels on `Libera Chat <https://libera.chat/>`__ |
| 94 | are available for the Yocto Project and OpenEmbedded discussions: |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 95 | |
| 96 | - ``#yocto`` |
| 97 | |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 98 | - ``#oe`` |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 99 | |
| 100 | .. _resources-links-and-related-documentation: |
| 101 | |
| 102 | Links and Related Documentation |
| 103 | =============================== |
| 104 | |
| 105 | Here is a list of resources you might find helpful: |
| 106 | |
| 107 | - :yocto_home:`The Yocto Project Website <>`\ *:* The home site |
| 108 | for the Yocto Project. |
| 109 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 110 | - :yocto_wiki:`The Yocto Project Main Wiki Page <>`\ *:* The main wiki page for |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 111 | the Yocto Project. This page contains information about project |
| 112 | planning, release engineering, QA & automation, a reference site map, |
| 113 | and other resources related to the Yocto Project. |
| 114 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 115 | - :oe_home:`OpenEmbedded <>`\ *:* The build system used by the |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 116 | Yocto Project. This project is the upstream, generic, embedded |
| 117 | distribution from which the Yocto Project derives its build system |
| 118 | (Poky) and to which it contributes. |
| 119 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 120 | - :oe_wiki:`BitBake </BitBake>`\ *:* The tool used to process metadata. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 121 | |
| 122 | - :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive |
| 123 | guide to the BitBake tool. If you want information on BitBake, see |
| 124 | this manual. |
| 125 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 126 | - :doc:`/brief-yoctoprojectqs/index` *:* This |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 127 | short document lets you experience building an image using the Yocto |
| 128 | Project without having to understand any concepts or details. |
| 129 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 130 | - :doc:`/overview-manual/index` *:* This manual provides overview |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 131 | and conceptual information about the Yocto Project. |
| 132 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 133 | - :doc:`/dev-manual/index` *:* This manual is a "how-to" guide |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 134 | that presents procedures useful to both application and system |
| 135 | developers who use the Yocto Project. |
| 136 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 137 | - :doc:`/sdk-manual/index` *manual :* This |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 138 | guide provides information that lets you get going with the standard |
| 139 | or extensible SDK. An SDK, with its cross-development toolchains, |
| 140 | allows you to develop projects inside or outside of the Yocto Project |
| 141 | environment. |
| 142 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 143 | - :doc:`/bsp-guide/bsp` *:* This guide defines the structure |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 144 | for BSP components. Having a commonly understood structure encourages |
| 145 | standardization. |
| 146 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 147 | - :doc:`/kernel-dev/index` *:* This manual describes |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 148 | how to work with Linux Yocto kernels as well as provides a bit of |
| 149 | conceptual information on the construction of the Yocto Linux kernel |
| 150 | tree. |
| 151 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 152 | - :doc:`/ref-manual/index` *:* This |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 153 | manual provides reference material such as variable, task, and class |
| 154 | descriptions. |
| 155 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 156 | - :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`\ *:* This manual |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 157 | is simply a single HTML file comprised of the bulk of the Yocto |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 158 | Project manuals. It makes it easy to search for phrases and terms used |
| 159 | in the Yocto Project documentation set. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 160 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 161 | - :doc:`/profile-manual/index` *:* This manual presents a set of |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 162 | common and generally useful tracing and profiling schemes along with |
| 163 | their applications (as appropriate) to each tool. |
| 164 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 165 | - :doc:`/toaster-manual/index` *:* This manual |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 166 | introduces and describes how to set up and use Toaster. Toaster is an |
| 167 | Application Programming Interface (API) and web-based interface to |
| 168 | the :term:`OpenEmbedded Build System`, which uses |
| 169 | BitBake, that reports build information. |
| 170 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 171 | - :yocto_wiki:`FAQ </FAQ>`\ *:* A list of commonly asked |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 172 | questions and their answers. |
| 173 | |
| 174 | - *Release Notes:* Features, updates and known issues for the current |
| 175 | release of the Yocto Project. To access the Release Notes, go to the |
| 176 | :yocto_home:`Downloads </software-overview/downloads>` page on |
| 177 | the Yocto Project website and click on the "RELEASE INFORMATION" link |
| 178 | for the appropriate release. |
| 179 | |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 180 | - :yocto_bugs:`Bugzilla <>`\ *:* The bug tracking application |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 181 | the Yocto Project uses. If you find problems with the Yocto Project, |
| 182 | you should report them using this application. |
| 183 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 184 | - :yocto_wiki:`Bugzilla Configuration and Bug Tracking Wiki Page |
| 185 | </Bugzilla_Configuration_and_Bug_Tracking>`\ *:* |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 186 | 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 Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 190 | - *Internet Relay Chat (IRC):* Two IRC channels on |
| 191 | `Libera Chat <https://libera.chat/>`__ are |
| 192 | available for Yocto Project and OpenEmbeddded discussions: ``#yocto`` and |
| 193 | ``#oe``, respectively. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 194 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 195 | - `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__\ *:* An |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 196 | open-source machine emulator and virtualizer. |