resources.rst 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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. A number of places exist to 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 ":ref:`how-to-submit-a-change`" section in the
  20. Yocto Project Development Tasks Manual.
  21. .. _resources-bugtracker:
  22. Yocto Project Bugzilla
  23. ======================
  24. The Yocto Project uses its own implementation of
  25. :yocto_bugs:`Bugzilla <>` to track defects (bugs).
  26. Implementations of Bugzilla work well for group development because they
  27. track bugs and code changes, can be used to communicate changes and
  28. problems with developers, can be used to submit and review patches, and
  29. can be used to manage quality assurance.
  30. Sometimes it is helpful to submit, investigate, or track a bug against
  31. the Yocto Project itself (e.g. when discovering an issue with some
  32. component of the build system that acts contrary to the documentation or
  33. your expectations).
  34. A general procedure and guidelines exist for when you use Bugzilla to
  35. submit a bug. For information on how to use Bugzilla to submit a bug
  36. against the Yocto Project, see the following:
  37. - The ":ref:`dev-manual/dev-manual-common-tasks:submitting a defect against the yocto project`"
  38. section in the Yocto Project Development Tasks Manual.
  39. - The Yocto Project :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>`
  40. For information on Bugzilla in general, see http://www.bugzilla.org/about/.
  41. .. _resources-mailinglist:
  42. Mailing lists
  43. =============
  44. A number of mailing lists maintained by the Yocto Project exist as well
  45. as related OpenEmbedded mailing lists for discussion, patch submission
  46. and announcements. To subscribe to one of the following mailing lists,
  47. click on the appropriate URL in the following list and follow the
  48. instructions:
  49. - https://lists.yoctoproject.org/g/yocto - General Yocto Project
  50. discussion mailing list.
  51. - https://lists.openembedded.org/g/openembedded-core - Discussion mailing
  52. list about OpenEmbedded-Core (the core metadata).
  53. - https://lists.openembedded.org/g/openembedded-devel - Discussion
  54. mailing list about OpenEmbedded.
  55. - https://lists.openembedded.org/g/bitbake-devel - Discussion mailing
  56. list about the :term:`BitBake` build tool.
  57. - https://lists.yoctoproject.org/g/poky - Discussion mailing list
  58. about `Poky <#poky>`__.
  59. - https://lists.yoctoproject.org/g/yocto-announce - Mailing list to
  60. receive official Yocto Project release and milestone announcements.
  61. For more Yocto Project-related mailing lists, see the
  62. Yocto Project Website
  63. .
  64. .. _resources-irc:
  65. Internet Relay Chat (IRC)
  66. =========================
  67. Two IRC channels on freenode are available for the Yocto Project and
  68. Poky discussions:
  69. - ``#yocto``
  70. - ``#poky``
  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 </wiki/Main_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. - `OpenEmbedded <http://www.openembedded.org/>`__\ *:* 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. - `BitBake <http://www.openembedded.org/wiki/BitBake>`__\ *:* The tool
  86. used to process metadata.
  87. - :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive
  88. guide to the BitBake tool. If you want information on BitBake, see
  89. this manual.
  90. - :doc:`../brief-yoctoprojectqs/brief-yoctoprojectqs` *:* This
  91. short document lets you experience building an image using the Yocto
  92. Project without having to understand any concepts or details.
  93. - :doc:`../overview-manual/overview-manual` *:* This manual provides overview
  94. and conceptual information about the Yocto Project.
  95. - :doc:`../dev-manual/dev-manual` *:* This manual is a "how-to" guide
  96. that presents procedures useful to both application and system
  97. developers who use the Yocto Project.
  98. - :doc:`../sdk-manual/sdk-manual` *manual :* This
  99. guide provides information that lets you get going with the standard
  100. or extensible SDK. An SDK, with its cross-development toolchains,
  101. allows you to develop projects inside or outside of the Yocto Project
  102. environment.
  103. - :doc:`../bsp-guide/bsp` *:* This guide defines the structure
  104. for BSP components. Having a commonly understood structure encourages
  105. standardization.
  106. - :doc:`../kernel-dev/kernel-dev` *:* This manual describes
  107. how to work with Linux Yocto kernels as well as provides a bit of
  108. conceptual information on the construction of the Yocto Linux kernel
  109. tree.
  110. - :doc:`../ref-manual/ref-manual` *:* This
  111. manual provides reference material such as variable, task, and class
  112. descriptions.
  113. - `Yocto Project Mega-Manual <https://docs.yoctoproject.org/singleindex.html>`__\ *:* This manual
  114. is simply a single HTML file comprised of the bulk of the Yocto
  115. Project manuals. The Mega-Manual primarily exists as a vehicle by
  116. which you can easily search for phrases and terms used in the Yocto
  117. Project documentation set.
  118. - :doc:`../profile-manual/profile-manual` *:* This manual presents a set of
  119. common and generally useful tracing and profiling schemes along with
  120. their applications (as appropriate) to each tool.
  121. - :doc:`../toaster-manual/toaster-manual` *:* This manual
  122. introduces and describes how to set up and use Toaster. Toaster is an
  123. Application Programming Interface (API) and web-based interface to
  124. the :term:`OpenEmbedded Build System`, which uses
  125. BitBake, that reports build information.
  126. - :yocto_wiki:`FAQ </wiki/FAQ>`\ *:* A list of commonly asked
  127. questions and their answers.
  128. - *Release Notes:* Features, updates and known issues for the current
  129. release of the Yocto Project. To access the Release Notes, go to the
  130. :yocto_home:`Downloads </software-overview/downloads>` page on
  131. the Yocto Project website and click on the "RELEASE INFORMATION" link
  132. for the appropriate release.
  133. - `Bugzilla <https://bugzilla.yoctoproject.org>`__\ *:* 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 </wiki/Bugzilla_Configuration_and_Bug_Tracking>`\ *:*
  137. Information on how to get set up and use the Yocto Project
  138. implementation of Bugzilla for logging and tracking Yocto Project
  139. defects.
  140. - *Internet Relay Chat (IRC):* Two IRC channels on freenode are
  141. available for Yocto Project and Poky discussions: ``#yocto`` and
  142. ``#poky``, respectively.
  143. - `Quick EMUlator (QEMU) <http://wiki.qemu.org/Index.html>`__\ *:* An
  144. open-source machine emulator and virtualizer.