dev-manual-intro.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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='dev-manual-intro'>
  5. <title>The Yocto Project Development Manual</title>
  6. <section id='dev-intro'>
  7. <title>Introduction</title>
  8. <para>
  9. Welcome to the Yocto Project Development Manual!
  10. This manual provides information on how to use the Yocto Project to
  11. develop embedded Linux images and user-space applications that
  12. run on targeted devices.
  13. The manual provides an overview of image, kernel, and
  14. user-space application development using the Yocto Project.
  15. Because much of the information in this manual is general, it
  16. contains many references to other sources where you can find more
  17. detail.
  18. For example, you can find detailed information on Git, repositories,
  19. and open source in general in many places on the Internet.
  20. Another example specific to the Yocto Project is how to quickly
  21. set up your host development system and build an image, which you
  22. find in the
  23. <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>.
  24. </para>
  25. <para>
  26. The Yocto Project Development Manual does, however, provide
  27. guidance and examples on how to change the kernel source code,
  28. reconfigure the kernel, and develop an application using the
  29. popular <trademark class='trade'>Eclipse</trademark> IDE.
  30. </para>
  31. <note>
  32. By default, using the Yocto Project creates a Poky distribution.
  33. However, you can create your own distribution by providing key
  34. <link linkend='metadata'>Metadata</link>.
  35. A good example is Angstrom, which has had a distribution
  36. based on the Yocto Project since its inception.
  37. Other examples include commercial distributions like
  38. <ulink url='https://www.yoctoproject.org/organization/wind-river-systems'>Wind River Linux</ulink>,
  39. <ulink url='https://www.yoctoproject.org/organization/mentor-graphics'>Mentor Embedded Linux</ulink>,
  40. <ulink url='https://www.yoctoproject.org/organization/enea-ab'>ENEA Linux</ulink>
  41. and <ulink url='https://www.yoctoproject.org/ecosystem/member-organizations'>others</ulink>.
  42. See the "<link linkend='creating-your-own-distribution'>Creating Your Own Distribution</link>"
  43. section for more information.
  44. </note>
  45. </section>
  46. <section id='what-this-manual-provides'>
  47. <title>What This Manual Provides</title>
  48. <para>
  49. The following list describes what you can get from this manual:
  50. <itemizedlist>
  51. <listitem><para>Information that lets you get set
  52. up to develop using the Yocto Project.</para></listitem>
  53. <listitem><para>Information to help developers who are new to
  54. the open source environment and to the distributed revision
  55. control system Git, which the Yocto Project uses.
  56. </para></listitem>
  57. <listitem><para>An understanding of common end-to-end
  58. development models and tasks.</para></listitem>
  59. <listitem><para>Information about common development tasks
  60. generally used during image development for
  61. embedded devices.
  62. </para></listitem>
  63. <listitem><para>Information on using the Yocto Project
  64. integration of the QuickEMUlator (QEMU), which lets you
  65. simulate running on hardware an image you have built using
  66. the OpenEmbedded build system.
  67. </para></listitem>
  68. <listitem><para>Many references to other sources of related
  69. information.</para></listitem>
  70. </itemizedlist>
  71. </para>
  72. </section>
  73. <section id='what-this-manual-does-not-provide'>
  74. <title>What this Manual Does Not Provide</title>
  75. <para>
  76. This manual will not give you the following:
  77. <itemizedlist>
  78. <listitem><para><emphasis>Step-by-step instructions when those instructions exist in other Yocto
  79. Project documentation:</emphasis>
  80. For example, the Yocto Project Application Developer's Guide contains detailed
  81. instructions on how to run the
  82. <ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>ADT Installer</ulink>,
  83. which is used to set up a cross-development environment.</para></listitem>
  84. <listitem><para><emphasis>Reference material:</emphasis>
  85. This type of material resides in an appropriate reference manual.
  86. For example, system variables are documented in the
  87. <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.</para></listitem>
  88. <listitem><para><emphasis>Detailed public information that is not specific to the Yocto Project:</emphasis>
  89. For example, exhaustive information on how to use Git is covered better through the
  90. Internet than in this manual.</para></listitem>
  91. </itemizedlist>
  92. </para>
  93. </section>
  94. <section id='other-information'>
  95. <title>Other Information</title>
  96. <para>
  97. Because this manual presents overview information for many different
  98. topics, supplemental information is recommended for full
  99. comprehension.
  100. The following list presents other sources of information you might find helpful:
  101. <itemizedlist>
  102. <listitem><para><emphasis><ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>:
  103. </emphasis> The home page for the Yocto Project provides lots of information on the project
  104. as well as links to software and documentation.
  105. </para></listitem>
  106. <listitem><para><emphasis>
  107. <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>:</emphasis>
  108. This short document lets you get started
  109. with the Yocto Project and quickly begin building an image.
  110. </para></listitem>
  111. <listitem><para><emphasis>
  112. <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>:</emphasis>
  113. This manual is a reference
  114. guide to the OpenEmbedded build system, which is based on BitBake.
  115. The build system is sometimes referred to as "Poky".
  116. </para></listitem>
  117. <listitem><para><emphasis>
  118. <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>:</emphasis>
  119. This guide provides information that lets you get going with the Application
  120. Development Toolkit (ADT) and stand-alone cross-development toolchains to
  121. develop projects using the Yocto Project.
  122. </para></listitem>
  123. <listitem><para><emphasis>
  124. <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>:</emphasis>
  125. This guide defines the structure for BSP components.
  126. Having a commonly understood structure encourages standardization.
  127. </para></listitem>
  128. <listitem><para><emphasis>
  129. <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>:</emphasis>
  130. This manual describes how to work with Linux Yocto kernels as well as provides a bit
  131. of conceptual information on the construction of the Yocto Linux kernel tree.
  132. </para></listitem>
  133. <listitem><para><emphasis>
  134. <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>:</emphasis>
  135. This manual presents a set of common and generally useful tracing and
  136. profiling schemes along with their applications (as appropriate) to each tool.
  137. </para></listitem>
  138. <listitem><para><emphasis>
  139. <ulink url='http://www.youtube.com/watch?v=3ZlOu-gLsh0'>
  140. Eclipse IDE Yocto Plug-in</ulink>:</emphasis>
  141. A step-by-step instructional video that
  142. demonstrates how an application developer uses Yocto Plug-in features within
  143. the Eclipse IDE.
  144. </para></listitem>
  145. <listitem><para><emphasis>
  146. <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>FAQ</ulink>:</emphasis>
  147. A list of commonly asked questions and their answers.
  148. </para></listitem>
  149. <listitem><para><emphasis>
  150. <ulink url='&YOCTO_RELEASE_NOTES;'>Release Notes</ulink>:</emphasis>
  151. Features, updates and known issues for the current
  152. release of the Yocto Project.
  153. </para></listitem>
  154. <listitem><para><emphasis>
  155. <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink>:</emphasis>
  156. A graphical user interface for BitBake.
  157. Hob's primary goal is to enable a user to perform common tasks more easily.
  158. </para></listitem>
  159. <listitem><para><emphasis>
  160. <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/toaster'>Toaster</ulink>:</emphasis>
  161. An Application Programming Interface (API) and web-based
  162. interface to the OpenEmbedded build system, which uses
  163. BitBake, that reports build information.
  164. </para></listitem>
  165. <listitem><para><emphasis>
  166. <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/build-appliance'>Build Appliance</ulink>:</emphasis>
  167. A virtual machine that
  168. enables you to build and boot a custom embedded Linux image
  169. with the Yocto Project using a non-Linux development system.
  170. </para></listitem>
  171. <listitem><para><emphasis>
  172. <ulink url='&YOCTO_BUGZILLA_URL;'>Bugzilla</ulink>:</emphasis>
  173. The bug tracking application the Yocto Project uses.
  174. If you find problems with the Yocto Project, you should report them using this
  175. application.
  176. </para></listitem>
  177. <listitem><para><emphasis>Yocto Project Mailing Lists:</emphasis>
  178. To subscribe to the Yocto Project mailing
  179. lists, click on the following URLs and follow the instructions:
  180. <itemizedlist>
  181. <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink>
  182. for a Yocto Project Discussions mailing list.
  183. </para></listitem>
  184. <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink>
  185. for a Yocto Project Discussions mailing list about the
  186. OpenEmbedded build system (Poky).
  187. </para></listitem>
  188. <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink>
  189. for a mailing list to receive official Yocto Project announcements
  190. as well as Yocto Project milestones.
  191. </para></listitem>
  192. <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo'></ulink>
  193. for a listing of all public mailing lists on
  194. <filename>lists.yoctoproject.org</filename>.
  195. </para></listitem>
  196. </itemizedlist></para></listitem>
  197. <listitem><para><emphasis>Internet Relay Chat (IRC):</emphasis>
  198. Two IRC channels on freenode are available
  199. for Yocto Project and Poky discussions: <filename>#yocto</filename> and
  200. <filename>#poky</filename>, respectively.
  201. </para></listitem>
  202. <listitem><para><emphasis>
  203. <ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:</emphasis>
  204. The build system used by the Yocto Project.
  205. This project is the upstream, generic, embedded distribution
  206. from which the Yocto Project derives its build system (Poky)
  207. and to which it contributes.
  208. </para></listitem>
  209. <listitem><para><emphasis>
  210. <ulink url='http://www.openembedded.org/wiki/BitBake'>BitBake</ulink>:</emphasis>
  211. The tool used by the OpenEmbedded build system
  212. to process project metadata.
  213. </para></listitem>
  214. <listitem><para><emphasis>
  215. <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual:</ulink></emphasis>
  216. A comprehensive guide to the BitBake tool.
  217. If you want information on BitBake, see this manual.
  218. </para></listitem>
  219. <listitem><para><emphasis>
  220. <ulink url='http://wiki.qemu.org/Index.html'>Quick EMUlator (QEMU)</ulink>:</emphasis>
  221. An open-source machine emulator and virtualizer.
  222. </para></listitem>
  223. </itemizedlist>
  224. </para>
  225. </section>
  226. </chapter>
  227. <!--
  228. vim: expandtab tw=80 ts=4
  229. -->