resources.rst 7.3 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:`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. 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/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 </Bugzilla_Configuration_and_Bug_Tracking>`
  40. For information on Bugzilla in general, see https://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. - :yocto_lists:`/g/yocto` - General Yocto Project
  50. discussion 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. For more Yocto Project-related mailing lists, see the
  62. :yocto_home:`Yocto Project Website <>`.
  63. .. _resources-irc:
  64. Internet Relay Chat (IRC)
  65. =========================
  66. Two IRC channels on freenode are available for the Yocto Project and
  67. Poky discussions:
  68. - ``#yocto``
  69. - ``#poky``
  70. .. _resources-links-and-related-documentation:
  71. Links and Related Documentation
  72. ===============================
  73. Here is a list of resources you might find helpful:
  74. - :yocto_home:`The Yocto Project Website <>`\ *:* The home site
  75. for the Yocto Project.
  76. - :yocto_wiki:`The Yocto Project Main Wiki Page <>`\ *:* The main wiki page for
  77. the Yocto Project. This page contains information about project
  78. planning, release engineering, QA & automation, a reference site map,
  79. and other resources related to the Yocto Project.
  80. - :oe_home:`OpenEmbedded <>`\ *:* The build system used by the
  81. Yocto Project. This project is the upstream, generic, embedded
  82. distribution from which the Yocto Project derives its build system
  83. (Poky) and to which it contributes.
  84. - :oe_wiki:`BitBake </BitBake>`\ *:* The tool used to process metadata.
  85. - :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive
  86. guide to the BitBake tool. If you want information on BitBake, see
  87. this manual.
  88. - :doc:`/brief-yoctoprojectqs/index` *:* This
  89. short document lets you experience building an image using the Yocto
  90. Project without having to understand any concepts or details.
  91. - :doc:`/overview-manual/index` *:* This manual provides overview
  92. and conceptual information about the Yocto Project.
  93. - :doc:`/dev-manual/index` *:* This manual is a "how-to" guide
  94. that presents procedures useful to both application and system
  95. developers who use the Yocto Project.
  96. - :doc:`/sdk-manual/index` *manual :* This
  97. guide provides information that lets you get going with the standard
  98. or extensible SDK. An SDK, with its cross-development toolchains,
  99. allows you to develop projects inside or outside of the Yocto Project
  100. environment.
  101. - :doc:`/bsp-guide/bsp` *:* This guide defines the structure
  102. for BSP components. Having a commonly understood structure encourages
  103. standardization.
  104. - :doc:`/kernel-dev/index` *:* This manual describes
  105. how to work with Linux Yocto kernels as well as provides a bit of
  106. conceptual information on the construction of the Yocto Linux kernel
  107. tree.
  108. - :doc:`/ref-manual/index` *:* This
  109. manual provides reference material such as variable, task, and class
  110. descriptions.
  111. - :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`\ *:* This manual
  112. is simply a single HTML file comprised of the bulk of the Yocto
  113. Project manuals. The Mega-Manual primarily exists as a vehicle by
  114. which you can easily search for phrases and terms used in the Yocto
  115. 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_wiki:`FAQ </FAQ>`\ *:* A list of commonly asked
  125. questions and their answers.
  126. - *Release Notes:* Features, updates and known issues for the current
  127. release of the Yocto Project. To access the Release Notes, go to the
  128. :yocto_home:`Downloads </software-overview/downloads>` page on
  129. the Yocto Project website and click on the "RELEASE INFORMATION" link
  130. for the appropriate release.
  131. - :yocto_bugs:`Bugzilla <>`\ *:* The bug tracking application
  132. the Yocto Project uses. If you find problems with the Yocto Project,
  133. you should report them using this application.
  134. - :yocto_wiki:`Bugzilla Configuration and Bug Tracking Wiki Page
  135. </Bugzilla_Configuration_and_Bug_Tracking>`\ *:*
  136. Information on how to get set up and use the Yocto Project
  137. implementation of Bugzilla for logging and tracking Yocto Project
  138. defects.
  139. - *Internet Relay Chat (IRC):* Two IRC channels on freenode are
  140. available for Yocto Project and Poky discussions: ``#yocto`` and
  141. ``#poky``, respectively.
  142. - `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__\ *:* An
  143. open-source machine emulator and virtualizer.