resources.rst 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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 ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" 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. For a general procedure and guidelines on how to use Bugzilla to submit a bug
  35. against the Yocto Project, see the following:
  36. - The ":ref:`dev-manual/common-tasks:submitting a defect against the yocto project`"
  37. section in the Yocto Project Development Tasks Manual.
  38. - The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>`
  39. For information on Bugzilla in general, see https://www.bugzilla.org/about/.
  40. .. _resources-mailinglist:
  41. Mailing lists
  42. =============
  43. There are multiple mailing lists maintained by the Yocto Project as well
  44. as related OpenEmbedded mailing lists for discussion, patch submission
  45. and announcements. To subscribe to one of the following mailing lists,
  46. click on the appropriate URL in the following list and follow the
  47. instructions:
  48. - :yocto_lists:`/g/yocto` - General Yocto Project
  49. discussion mailing list.
  50. - :oe_lists:`/g/openembedded-core` - Discussion mailing
  51. list about OpenEmbedded-Core (the core metadata).
  52. - :oe_lists:`/g/openembedded-devel` - Discussion
  53. mailing list about OpenEmbedded.
  54. - :oe_lists:`/g/bitbake-devel` - Discussion mailing
  55. list about the :term:`BitBake` build tool.
  56. - :yocto_lists:`/g/poky` - Discussion mailing list
  57. about :term:`Poky`.
  58. - :yocto_lists:`/g/yocto-announce` - Mailing list to
  59. receive official Yocto Project release and milestone announcements.
  60. For more Yocto Project-related mailing lists, see the
  61. :yocto_home:`Yocto Project Website <>`.
  62. .. _resources-irc:
  63. Internet Relay Chat (IRC)
  64. =========================
  65. Two IRC channels on `Libera Chat <https://libera.chat/>`__
  66. are available for the Yocto Project and OpenEmbedded discussions:
  67. - ``#yocto``
  68. - ``#oe``
  69. .. _resources-links-and-related-documentation:
  70. Links and Related Documentation
  71. ===============================
  72. Here is a list of resources you might find helpful:
  73. - :yocto_home:`The Yocto Project Website <>`\ *:* The home site
  74. for the Yocto Project.
  75. - :yocto_wiki:`The Yocto Project Main Wiki Page <>`\ *:* The main wiki page for
  76. the Yocto Project. This page contains information about project
  77. planning, release engineering, QA & automation, a reference site map,
  78. and other resources related to the Yocto Project.
  79. - :oe_home:`OpenEmbedded <>`\ *:* The build system used by the
  80. Yocto Project. This project is the upstream, generic, embedded
  81. distribution from which the Yocto Project derives its build system
  82. (Poky) and to which it contributes.
  83. - :oe_wiki:`BitBake </BitBake>`\ *:* The tool used to process metadata.
  84. - :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive
  85. guide to the BitBake tool. If you want information on BitBake, see
  86. this manual.
  87. - :doc:`/brief-yoctoprojectqs/index` *:* This
  88. short document lets you experience building an image using the Yocto
  89. Project without having to understand any concepts or details.
  90. - :doc:`/overview-manual/index` *:* This manual provides overview
  91. and conceptual information about the Yocto Project.
  92. - :doc:`/dev-manual/index` *:* This manual is a "how-to" guide
  93. that presents procedures useful to both application and system
  94. developers who use the Yocto Project.
  95. - :doc:`/sdk-manual/index` *manual :* This
  96. guide provides information that lets you get going with the standard
  97. or extensible SDK. An SDK, with its cross-development toolchains,
  98. allows you to develop projects inside or outside of the Yocto Project
  99. environment.
  100. - :doc:`/bsp-guide/bsp` *:* This guide defines the structure
  101. for BSP components. Having a commonly understood structure encourages
  102. standardization.
  103. - :doc:`/kernel-dev/index` *:* This manual describes
  104. how to work with Linux Yocto kernels as well as provides a bit of
  105. conceptual information on the construction of the Yocto Linux kernel
  106. tree.
  107. - :doc:`/ref-manual/index` *:* This
  108. manual provides reference material such as variable, task, and class
  109. descriptions.
  110. - :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`\ *:* This manual
  111. is simply a single HTML file comprised of the bulk of the Yocto
  112. Project manuals. It makes it easy to search for phrases and terms used
  113. in the Yocto Project documentation set.
  114. - :doc:`/profile-manual/index` *:* This manual presents a set of
  115. common and generally useful tracing and profiling schemes along with
  116. their applications (as appropriate) to each tool.
  117. - :doc:`/toaster-manual/index` *:* This manual
  118. introduces and describes how to set up and use Toaster. Toaster is an
  119. Application Programming Interface (API) and web-based interface to
  120. the :term:`OpenEmbedded Build System`, which uses
  121. BitBake, that reports build information.
  122. - :yocto_wiki:`FAQ </FAQ>`\ *:* A list of commonly asked
  123. questions and their answers.
  124. - *Release Notes:* Features, updates and known issues for the current
  125. release of the Yocto Project. To access the Release Notes, go to the
  126. :yocto_home:`Downloads </software-overview/downloads>` page on
  127. the Yocto Project website and click on the "RELEASE INFORMATION" link
  128. for the appropriate release.
  129. - :yocto_bugs:`Bugzilla <>`\ *:* The bug tracking application
  130. the Yocto Project uses. If you find problems with the Yocto Project,
  131. you should report them using this application.
  132. - :yocto_wiki:`Bugzilla Configuration and Bug Tracking Wiki Page
  133. </Bugzilla_Configuration_and_Bug_Tracking>`\ *:*
  134. Information on how to get set up and use the Yocto Project
  135. implementation of Bugzilla for logging and tracking Yocto Project
  136. defects.
  137. - *Internet Relay Chat (IRC):* Two IRC channels on
  138. `Libera Chat <https://libera.chat/>`__ are
  139. available for Yocto Project and OpenEmbeddded discussions: ``#yocto`` and
  140. ``#oe``, respectively.
  141. - `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__\ *:* An
  142. open-source machine emulator and virtualizer.