resources.rst 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
  2. ****************************************
  3. Contributions and Additional Information
  4. ****************************************
  5. .. _resources-intro:
  6. Introduction
  7. ============
  8. The Yocto Project team is happy for people to experiment with the Yocto
  9. Project. There is a number of places where you can find help if you run into
  10. difficulties or find bugs. This presents information about contributing
  11. and participating in the Yocto Project.
  12. .. _resources-contributions:
  13. Contributions
  14. =============
  15. The Yocto Project gladly accepts contributions. You can submit changes
  16. to the project either by creating and sending pull requests, or by
  17. submitting patches through email. For information on how to do both as
  18. well as information on how to identify the maintainer for each area of
  19. code, see the :doc:`../contributor-guide/index`.
  20. .. _resources-bugtracker:
  21. Yocto Project Bugzilla
  22. ======================
  23. The Yocto Project uses its own implementation of
  24. :yocto_bugs:`Bugzilla <>` to track defects (bugs).
  25. Implementations of Bugzilla work well for group development because they
  26. track bugs and code changes, can be used to communicate changes and
  27. problems with developers, can be used to submit and review patches, and
  28. can be used to manage quality assurance.
  29. Sometimes it is helpful to submit, investigate, or track a bug against
  30. the Yocto Project itself (e.g. when discovering an issue with some
  31. component of the build system that acts contrary to the documentation or
  32. your expectations).
  33. For a general procedure and guidelines on how to use Bugzilla to submit a bug
  34. against the Yocto Project, see the following:
  35. - The ":doc:`../contributor-guide/report-defect`"
  36. section in the Yocto Project and OpenEmbedded Contributor Guide.
  37. - The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>`
  38. For information on Bugzilla in general, see https://www.bugzilla.org/about/.
  39. .. _resources-mailinglist:
  40. Mailing lists
  41. =============
  42. There are multiple mailing lists maintained by the Yocto Project as well
  43. as related OpenEmbedded mailing lists for discussion, patch submission
  44. and announcements. To subscribe to one of the following mailing lists,
  45. click on the appropriate URL in the following list and follow the
  46. instructions:
  47. - :yocto_lists:`/g/yocto` --- general Yocto Project
  48. discussion mailing list.
  49. - :yocto_lists:`/g/yocto-patches` --- patch contribution mailing list for Yocto
  50. Project-related layers which do not have their own mailing list.
  51. - :oe_lists:`/g/openembedded-core` --- discussion mailing
  52. list about OpenEmbedded-Core (the core metadata).
  53. - :oe_lists:`/g/openembedded-devel` --- discussion
  54. mailing list about OpenEmbedded.
  55. - :oe_lists:`/g/bitbake-devel` --- discussion mailing
  56. list about the :term:`BitBake` build tool.
  57. - :yocto_lists:`/g/poky` --- discussion mailing list
  58. about :term:`Poky`.
  59. - :yocto_lists:`/g/yocto-announce` --- mailing list to
  60. receive official Yocto Project release and milestone announcements.
  61. - :yocto_lists:`/g/docs` --- discussion mailing list about the Yocto Project
  62. documentation.
  63. See also :yocto_home:`the description of all mailing lists </community/mailing-lists/>`.
  64. .. _resources-irc:
  65. Internet Relay Chat (IRC)
  66. =========================
  67. Two IRC channels on `Libera Chat <https://libera.chat/>`__
  68. are available for the Yocto Project and OpenEmbedded discussions:
  69. - ``#yocto``
  70. - ``#oe``
  71. .. _resources-links-and-related-documentation:
  72. Links and Related Documentation
  73. ===============================
  74. Here is a list of resources you might find helpful:
  75. - :yocto_home:`The Yocto Project Website <>`: The home site
  76. for the Yocto Project.
  77. - :yocto_wiki:`The Yocto Project Main Wiki Page <>`: The main wiki page for
  78. the Yocto Project. This page contains information about project
  79. planning, release engineering, QA & automation, a reference site map,
  80. and other resources related to the Yocto Project.
  81. - :oe_home:`OpenEmbedded <>`: The build system used by the
  82. Yocto Project. This project is the upstream, generic, embedded
  83. distribution from which the Yocto Project derives its build system
  84. (Poky) and to which it contributes.
  85. - :oe_wiki:`BitBake </BitBake>`: The tool used to process metadata.
  86. - :doc:`BitBake User Manual <bitbake:index>`: A comprehensive
  87. guide to the BitBake tool. If you want information on BitBake, see
  88. this manual.
  89. - :doc:`/brief-yoctoprojectqs/index`: This
  90. short document lets you experience building an image using the Yocto
  91. Project without having to understand any concepts or details.
  92. - :doc:`/overview-manual/index`: This manual provides overview
  93. and conceptual information about the Yocto Project.
  94. - :doc:`/dev-manual/index`: This manual is a "how-to" guide
  95. that presents procedures useful to both application and system
  96. developers who use the Yocto Project.
  97. - :doc:`/sdk-manual/index` manual: This
  98. guide provides information that lets you get going with the standard
  99. or extensible SDK. An SDK, with its cross-development toolchains,
  100. allows you to develop projects inside or outside of the Yocto Project
  101. environment.
  102. - :doc:`/bsp-guide/bsp`: This guide defines the structure
  103. for BSP components. Having a commonly understood structure encourages
  104. standardization.
  105. - :doc:`/kernel-dev/index`: This manual describes
  106. how to work with Linux Yocto kernels as well as provides a bit of
  107. conceptual information on the construction of the Yocto Linux kernel
  108. tree.
  109. - :doc:`/ref-manual/index`: This
  110. manual provides reference material such as variable, task, and class
  111. descriptions.
  112. - :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`: This manual
  113. is simply a single HTML file comprised of the bulk of the Yocto
  114. Project manuals. It makes it easy to search for phrases and terms used
  115. in the Yocto Project documentation set.
  116. - :doc:`/profile-manual/index`: This manual presents a set of
  117. common and generally useful tracing and profiling schemes along with
  118. their applications (as appropriate) to each tool.
  119. - :doc:`/toaster-manual/index`: This manual
  120. introduces and describes how to set up and use Toaster. Toaster is an
  121. Application Programming Interface (API) and web-based interface to
  122. the :term:`OpenEmbedded Build System`, which uses
  123. BitBake, that reports build information.
  124. - `Yocto Project BitBake extension for VSCode
  125. <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__:
  126. This extension provides a rich feature set when working with BitBake recipes
  127. within the Visual Studio Code IDE.
  128. - :yocto_wiki:`FAQ </FAQ>`: A list of commonly asked
  129. questions and their answers.
  130. - :doc:`Release Information </migration-guides/index>`:
  131. Migration guides, release notes, new features, updates and known issues
  132. for the current and past releases of the Yocto Project.
  133. - :yocto_bugs:`Bugzilla <>`: The bug tracking application
  134. the Yocto Project uses. If you find problems with the Yocto Project,
  135. you should report them using this application.
  136. - :yocto_wiki:`Bugzilla Configuration and Bug Tracking Wiki Page
  137. </Bugzilla_Configuration_and_Bug_Tracking>`:
  138. Information on how to get set up and use the Yocto Project
  139. implementation of Bugzilla for logging and tracking Yocto Project
  140. defects.
  141. - Internet Relay Chat (IRC): Two IRC channels on
  142. `Libera Chat <https://libera.chat/>`__ are
  143. available for Yocto Project and OpenEmbeddded discussions: ``#yocto`` and
  144. ``#oe``, respectively.
  145. - `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__: An
  146. open-source machine emulator and virtualizer.