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 | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 26 | code, see the :doc:`../contributor-guide/index`. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 27 | |
| 28 | .. _resources-bugtracker: |
| 29 | |
| 30 | Yocto Project Bugzilla |
| 31 | ====================== |
| 32 | |
| 33 | The Yocto Project uses its own implementation of |
| 34 | :yocto_bugs:`Bugzilla <>` to track defects (bugs). |
| 35 | Implementations of Bugzilla work well for group development because they |
| 36 | track bugs and code changes, can be used to communicate changes and |
| 37 | problems with developers, can be used to submit and review patches, and |
| 38 | can be used to manage quality assurance. |
| 39 | |
| 40 | Sometimes it is helpful to submit, investigate, or track a bug against |
| 41 | the Yocto Project itself (e.g. when discovering an issue with some |
| 42 | component of the build system that acts contrary to the documentation or |
| 43 | your expectations). |
| 44 | |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 45 | 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] | 46 | against the Yocto Project, see the following: |
| 47 | |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 48 | - The ":doc:`../contributor-guide/report-defect`" |
| 49 | section in the Yocto Project and OpenEmbedded Contributor Guide. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 50 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 51 | - 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] | 52 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 53 | For information on Bugzilla in general, see https://www.bugzilla.org/about/. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 54 | |
| 55 | .. _resources-mailinglist: |
| 56 | |
| 57 | Mailing lists |
| 58 | ============= |
| 59 | |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 60 | There are multiple mailing lists maintained by the Yocto Project as well |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 61 | as related OpenEmbedded mailing lists for discussion, patch submission |
| 62 | and announcements. To subscribe to one of the following mailing lists, |
| 63 | click on the appropriate URL in the following list and follow the |
| 64 | instructions: |
| 65 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 66 | - :yocto_lists:`/g/yocto` --- general Yocto Project |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 67 | discussion mailing list. |
| 68 | |
Patrick Williams | 44b3caf | 2024-04-12 16:51:14 -0500 | [diff] [blame] | 69 | - :yocto_lists:`/g/yocto-patches` --- patch contribution mailing list for Yocto |
| 70 | Project-related layers which do not have their own mailing list. |
| 71 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 72 | - :oe_lists:`/g/openembedded-core` --- discussion mailing |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 73 | list about OpenEmbedded-Core (the core metadata). |
| 74 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 75 | - :oe_lists:`/g/openembedded-devel` --- discussion |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 76 | mailing list about OpenEmbedded. |
| 77 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 78 | - :oe_lists:`/g/bitbake-devel` --- discussion mailing |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 79 | list about the :term:`BitBake` build tool. |
| 80 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 81 | - :yocto_lists:`/g/poky` --- discussion mailing list |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 82 | about :term:`Poky`. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 83 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 84 | - :yocto_lists:`/g/yocto-announce` --- mailing list to |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 85 | receive official Yocto Project release and milestone announcements. |
| 86 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 87 | - :yocto_lists:`/g/docs` --- discussion mailing list about the Yocto Project |
| 88 | documentation. |
| 89 | |
| 90 | See also :yocto_home:`the description of all mailing lists </community/mailing-lists/>`. |
Andrew Geissler | 4c19ea1 | 2020-10-27 13:52:24 -0500 | [diff] [blame] | 91 | |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 92 | .. _resources-irc: |
| 93 | |
| 94 | Internet Relay Chat (IRC) |
| 95 | ========================= |
| 96 | |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 97 | Two IRC channels on `Libera Chat <https://libera.chat/>`__ |
| 98 | are available for the Yocto Project and OpenEmbedded discussions: |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 99 | |
| 100 | - ``#yocto`` |
| 101 | |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 102 | - ``#oe`` |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 103 | |
| 104 | .. _resources-links-and-related-documentation: |
| 105 | |
| 106 | Links and Related Documentation |
| 107 | =============================== |
| 108 | |
| 109 | Here is a list of resources you might find helpful: |
| 110 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 111 | - :yocto_home:`The Yocto Project Website <>`: The home site |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 112 | for the Yocto Project. |
| 113 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 114 | - :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] | 115 | the Yocto Project. This page contains information about project |
| 116 | planning, release engineering, QA & automation, a reference site map, |
| 117 | and other resources related to the Yocto Project. |
| 118 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 119 | - :oe_home:`OpenEmbedded <>`: The build system used by the |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 120 | Yocto Project. This project is the upstream, generic, embedded |
| 121 | distribution from which the Yocto Project derives its build system |
| 122 | (Poky) and to which it contributes. |
| 123 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 124 | - :oe_wiki:`BitBake </BitBake>`: The tool used to process metadata. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 125 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 126 | - :doc:`BitBake User Manual <bitbake:index>`: A comprehensive |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 127 | guide to the BitBake tool. If you want information on BitBake, see |
| 128 | this manual. |
| 129 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 130 | - :doc:`/brief-yoctoprojectqs/index`: This |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 131 | short document lets you experience building an image using the Yocto |
| 132 | Project without having to understand any concepts or details. |
| 133 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 134 | - :doc:`/overview-manual/index`: This manual provides overview |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 135 | and conceptual information about the Yocto Project. |
| 136 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 137 | - :doc:`/dev-manual/index`: This manual is a "how-to" guide |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 138 | that presents procedures useful to both application and system |
| 139 | developers who use the Yocto Project. |
| 140 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 141 | - :doc:`/sdk-manual/index` manual: This |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 142 | guide provides information that lets you get going with the standard |
| 143 | or extensible SDK. An SDK, with its cross-development toolchains, |
| 144 | allows you to develop projects inside or outside of the Yocto Project |
| 145 | environment. |
| 146 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 147 | - :doc:`/bsp-guide/bsp`: This guide defines the structure |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 148 | for BSP components. Having a commonly understood structure encourages |
| 149 | standardization. |
| 150 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 151 | - :doc:`/kernel-dev/index`: This manual describes |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 152 | how to work with Linux Yocto kernels as well as provides a bit of |
| 153 | conceptual information on the construction of the Yocto Linux kernel |
| 154 | tree. |
| 155 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 156 | - :doc:`/ref-manual/index`: This |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 157 | manual provides reference material such as variable, task, and class |
| 158 | descriptions. |
| 159 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 160 | - :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`: This manual |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 161 | 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] | 162 | Project manuals. It makes it easy to search for phrases and terms used |
| 163 | in the Yocto Project documentation set. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 164 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 165 | - :doc:`/profile-manual/index`: This manual presents a set of |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 166 | common and generally useful tracing and profiling schemes along with |
| 167 | their applications (as appropriate) to each tool. |
| 168 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 169 | - :doc:`/toaster-manual/index`: This manual |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 170 | introduces and describes how to set up and use Toaster. Toaster is an |
| 171 | Application Programming Interface (API) and web-based interface to |
| 172 | the :term:`OpenEmbedded Build System`, which uses |
| 173 | BitBake, that reports build information. |
| 174 | |
Patrick Williams | 705982a | 2024-01-12 09:51:57 -0600 | [diff] [blame] | 175 | - `Yocto Project BitBake extension for VSCode |
| 176 | <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__: |
| 177 | This extension provides a rich feature set when working with BitBake recipes |
| 178 | within the Visual Studio Code IDE. |
| 179 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 180 | - :yocto_wiki:`FAQ </FAQ>`: A list of commonly asked |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 181 | questions and their answers. |
| 182 | |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 183 | - :doc:`Release Information </migration-guides/index>`: |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 184 | Migration guides, release notes, new features, updates and known issues |
| 185 | for the current and past releases of the Yocto Project. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 186 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 187 | - :yocto_bugs:`Bugzilla <>`: The bug tracking application |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 188 | the Yocto Project uses. If you find problems with the Yocto Project, |
| 189 | you should report them using this application. |
| 190 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 191 | - :yocto_wiki:`Bugzilla Configuration and Bug Tracking Wiki Page |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 192 | </Bugzilla_Configuration_and_Bug_Tracking>`: |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 193 | Information on how to get set up and use the Yocto Project |
| 194 | implementation of Bugzilla for logging and tracking Yocto Project |
| 195 | defects. |
| 196 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 197 | - Internet Relay Chat (IRC): Two IRC channels on |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 198 | `Libera Chat <https://libera.chat/>`__ are |
| 199 | available for Yocto Project and OpenEmbeddded discussions: ``#yocto`` and |
| 200 | ``#oe``, respectively. |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 201 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 202 | - `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__: An |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 203 | open-source machine emulator and virtualizer. |