resources.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  3. [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
  4. <chapter id='resources'>
  5. <title>Contributions and Additional Information</title>
  6. <section id='resources-intro'>
  7. <title>Introduction</title>
  8. <para>
  9. The Yocto Project team is happy for people to experiment with the
  10. Yocto Project.
  11. A number of places exist to find help if you run into difficulties
  12. or find bugs.
  13. This presents information about contributing and participating in
  14. the Yocto Project.
  15. </para>
  16. </section>
  17. <section id='resources-contributions'>
  18. <title>Contributions</title>
  19. <para>
  20. The Yocto Project gladly accepts contributions.
  21. You can submit changes to the project either by creating and sending
  22. pull requests,
  23. or by submitting patches through email.
  24. For information on how to do both as well as information on how
  25. to identify the maintainer for each area of code, see the
  26. "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>"
  27. section in the Yocto Project Development Tasks Manual.
  28. </para>
  29. </section>
  30. <section id='resources-bugtracker'>
  31. <title>Yocto Project Bugzilla</title>
  32. <para>
  33. The Yocto Project uses its own implementation of
  34. <ulink url='&YOCTO_BUGZILLA_URL;'>Bugzilla</ulink> to
  35. track defects (bugs).
  36. Implementations of Bugzilla work well for group development because
  37. they track bugs and code changes, can be used to communicate changes
  38. and problems with developers, can be used to submit and review patches,
  39. and can be used to manage quality assurance.
  40. </para>
  41. <para>
  42. Sometimes it is helpful to submit, investigate, or track a bug against
  43. the Yocto Project itself (e.g. when discovering an issue with some
  44. component of the build system that acts contrary to the documentation
  45. or your expectations).
  46. </para>
  47. <para>
  48. A general procedure and guidelines exist for when you use Bugzilla to
  49. submit a bug.
  50. For information on how to use Bugzilla to submit a bug against the
  51. Yocto Project, see the following:
  52. <itemizedlist>
  53. <listitem><para>
  54. The
  55. "<ulink url='&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project'>Submitting a Defect Against the Yocto Project</ulink>"
  56. section in the Yocto Project Development Tasks Manual.
  57. </para></listitem>
  58. <listitem><para>
  59. The Yocto Project
  60. <ulink url='&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking'>Bugzilla wiki page</ulink>
  61. </para></listitem>
  62. </itemizedlist>
  63. For information on Bugzilla in general, see
  64. <ulink url='http://www.bugzilla.org/about/'></ulink>.
  65. </para>
  66. </section>
  67. <section id='resources-mailinglist'>
  68. <title>Mailing lists</title>
  69. <para>
  70. A number of mailing lists maintained by the Yocto Project exist
  71. as well as related OpenEmbedded mailing lists for discussion,
  72. patch submission and announcements.
  73. To subscribe to one of the following mailing lists, click on the
  74. appropriate URL in the following list and follow the instructions:
  75. <itemizedlist>
  76. <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink> -
  77. General Yocto Project discussion mailing list. </para></listitem>
  78. <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-core'></ulink> -
  79. Discussion mailing list about OpenEmbedded-Core (the core metadata).</para></listitem>
  80. <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-devel'></ulink> -
  81. Discussion mailing list about OpenEmbedded.</para></listitem>
  82. <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/bitbake-devel'></ulink> -
  83. Discussion mailing list about the
  84. <link linkend='bitbake-term'>BitBake</link>
  85. build tool.</para></listitem>
  86. <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> -
  87. Discussion mailing list about
  88. <link linkend='poky'>Poky</link>.
  89. </para></listitem>
  90. <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink> -
  91. Mailing list to receive official Yocto Project release and milestone
  92. announcements.</para></listitem>
  93. </itemizedlist>
  94. </para>
  95. For more Yocto Project-related mailing lists, see the
  96. <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>.
  97. </section>
  98. <section id='resources-irc'>
  99. <title>Internet Relay Chat (IRC)</title>
  100. <para>
  101. Two IRC channels on freenode are available for the Yocto Project and Poky discussions:
  102. <itemizedlist>
  103. <listitem><para><filename>#yocto</filename></para></listitem>
  104. <listitem><para><filename>#poky</filename></para></listitem>
  105. </itemizedlist>
  106. </para>
  107. </section>
  108. <section id='resources-links-and-related-documentation'>
  109. <title>Links and Related Documentation</title>
  110. <para>
  111. Here is a list of resources you might find helpful:
  112. <itemizedlist>
  113. <listitem><para>
  114. <emphasis>
  115. <ulink url='&YOCTO_HOME_URL;'>The Yocto Project website</ulink>:
  116. </emphasis> The home site for the Yocto Project.
  117. </para></listitem>
  118. <listitem><para>
  119. <emphasis>
  120. <ulink url='&YOCTO_WIKI_URL;/wiki/Main_Page'>The Yocto Project Main Wiki Page</ulink>:
  121. </emphasis>
  122. The main wiki page for the Yocto Project.
  123. This page contains information about project planning,
  124. release engineering, QA &amp; automation, a reference
  125. site map, and other resources related to the Yocto Project.
  126. </para></listitem>
  127. <listitem><para>
  128. <emphasis>
  129. <ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:
  130. </emphasis>
  131. The build system used by the Yocto Project.
  132. This project is the upstream, generic, embedded distribution
  133. from which the Yocto Project derives its build system (Poky)
  134. and to which it contributes.
  135. </para></listitem>
  136. <listitem><para>
  137. <emphasis>
  138. <ulink url='http://www.openembedded.org/wiki/BitBake'>
  139. BitBake</ulink>:
  140. </emphasis> The tool used to process metadata.
  141. </para></listitem>
  142. <listitem><para>
  143. <emphasis>
  144. <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual:</ulink>
  145. </emphasis>
  146. A comprehensive guide to the BitBake tool.
  147. If you want information on BitBake, see this manual.
  148. </para></listitem>
  149. <listitem><para>
  150. <emphasis>
  151. <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>:
  152. </emphasis>
  153. This short document lets you experience building an image using
  154. the Yocto Project without having to understand any concepts or
  155. details.
  156. </para></listitem>
  157. <listitem><para>
  158. <emphasis>
  159. <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>:
  160. </emphasis>
  161. This manual provides overview and conceptual information
  162. about the Yocto Project.
  163. </para></listitem>
  164. <listitem><para>
  165. <emphasis>
  166. <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>:
  167. </emphasis>
  168. This manual is a "how-to" guide that presents procedures
  169. useful to both application and system developers who use the
  170. Yocto Project.
  171. </para></listitem>
  172. <listitem><para>
  173. <emphasis>
  174. <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
  175. manual:</emphasis>
  176. This guide provides information that lets you get going
  177. with the standard or extensible SDK.
  178. An SDK, with its cross-development toolchains, allows you
  179. to develop projects inside or outside of the Yocto Project
  180. environment.
  181. </para></listitem>
  182. <listitem><para>
  183. <emphasis>
  184. <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>:
  185. </emphasis>
  186. This guide defines the structure for BSP components.
  187. Having a commonly understood structure encourages
  188. standardization.
  189. </para></listitem>
  190. <listitem><para>
  191. <emphasis>
  192. <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>:
  193. </emphasis>
  194. This manual describes how to work with Linux Yocto kernels as
  195. well as provides a bit of conceptual information on the
  196. construction of the Yocto Linux kernel tree.
  197. </para></listitem>
  198. <listitem><para>
  199. <emphasis>
  200. <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>:
  201. </emphasis>
  202. This manual provides reference material such as variable,
  203. task, and class descriptions.
  204. </para></listitem>
  205. <listitem><para>
  206. <emphasis>
  207. <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink>:
  208. </emphasis>
  209. This manual is simply a single HTML file comprised of the
  210. bulk of the Yocto Project manuals.
  211. The Mega-Manual primarily exists as a vehicle by which you can
  212. easily search for phrases and terms used in the Yocto Project
  213. documentation set.
  214. </para></listitem>
  215. <listitem><para>
  216. <emphasis>
  217. <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>:
  218. </emphasis>
  219. This manual presents a set of common and generally useful
  220. tracing and profiling schemes along with their applications
  221. (as appropriate) to each tool.
  222. </para></listitem>
  223. <listitem><para>
  224. <emphasis>
  225. <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>:
  226. </emphasis>
  227. This manual introduces and describes how to set up and use
  228. Toaster.
  229. Toaster is an Application Programming Interface (API) and
  230. web-based interface to the
  231. <link linkend='build-system-term'>OpenEmbedded Build System</link>,
  232. which uses BitBake, that reports build information.
  233. </para></listitem>
  234. <listitem><para>
  235. <emphasis>
  236. <ulink url='&YOCTO_DOCS_SDK_URL;#adt-eclipse'>Eclipse IDE Yocto Plug-in</ulink>:
  237. </emphasis>
  238. Instructions that demonstrate how an application developer
  239. uses the Eclipse Yocto Project Plug-in feature within
  240. the Eclipse IDE.
  241. </para></listitem>
  242. <listitem><para>
  243. <emphasis>
  244. <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>FAQ</ulink>:
  245. </emphasis>
  246. A list of commonly asked questions and their answers.
  247. </para></listitem>
  248. <listitem><para>
  249. <emphasis>Release Notes:</emphasis>
  250. Features, updates and known issues for the current
  251. release of the Yocto Project.
  252. To access the Release Notes, go to the
  253. <ulink url='&YOCTO_HOME_URL;/software-overview/downloads/'>Downloads</ulink>
  254. page on the Yocto Project website and click on the
  255. "RELEASE INFORMATION" link for the appropriate release.
  256. </para></listitem>
  257. <listitem><para>
  258. <emphasis>
  259. <ulink url='&YOCTO_BUGZILLA_URL;'>Bugzilla</ulink>:
  260. </emphasis>
  261. The bug tracking application the Yocto Project uses.
  262. If you find problems with the Yocto Project, you should report
  263. them using this application.
  264. </para></listitem>
  265. <listitem><para>
  266. <emphasis>
  267. <ulink url='&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking'>Bugzilla Configuration and Bug Tracking Wiki Page</ulink>:
  268. </emphasis>
  269. Information on how to get set up and use the Yocto Project
  270. implementation of Bugzilla for logging and tracking Yocto
  271. Project defects.
  272. </para></listitem>
  273. <listitem><para>
  274. <emphasis>Internet Relay Chat (IRC):</emphasis>
  275. Two IRC channels on freenode are available
  276. for Yocto Project and Poky discussions: <filename>#yocto</filename> and
  277. <filename>#poky</filename>, respectively.
  278. </para></listitem>
  279. <listitem><para>
  280. <emphasis>
  281. <ulink url='http://wiki.qemu.org/Index.html'>Quick EMUlator (QEMU)</ulink>:
  282. </emphasis>
  283. An open-source machine emulator and virtualizer.
  284. </para></listitem>
  285. </itemizedlist>
  286. </para>
  287. </section>
  288. </chapter>
  289. <!--
  290. vim: expandtab tw=80 ts=4
  291. -->