dev-manual-intro.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 Tasks Manual</title>
  6. <section id='dev-welcome'>
  7. <title>Welcome</title>
  8. <para>
  9. Welcome to the Yocto Project Development Tasks Manual!
  10. This manual provides relevant procedures necessary for developing
  11. in the Yocto Project environment (i.e. developing embedded Linux
  12. images and user-space applications that run on targeted devices).
  13. The manual groups related procedures into higher-level sections.
  14. Procedures can consist of high-level steps or low-level steps
  15. depending on the topic.
  16. </para>
  17. <para>
  18. This manual provides the following:
  19. <itemizedlist>
  20. <listitem><para>
  21. Procedures that help you get going with the Yocto Project.
  22. For example, procedures that show you how to set up
  23. a build host and work with the Yocto Project
  24. source repositories.
  25. </para></listitem>
  26. <listitem><para>
  27. Procedures that show you how to submit changes to the
  28. Yocto Project.
  29. Changes can be improvements, new features, or bug
  30. fixes.
  31. </para></listitem>
  32. <listitem><para>
  33. Procedures related to "everyday" tasks you perform while
  34. developing images and applications using the Yocto
  35. Project.
  36. For example, procedures to create a layer, customize an
  37. image, write a new recipe, and so forth.
  38. </para></listitem>
  39. </itemizedlist>
  40. </para>
  41. <para>
  42. This manual does not provide the following:
  43. <itemizedlist>
  44. <listitem><para>
  45. Redundant Step-by-step Instructions:
  46. For example, the
  47. <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
  48. manual contains detailed instructions on how to install an
  49. SDK, which is used to develop applications for target
  50. hardware.
  51. </para></listitem>
  52. <listitem><para>
  53. Reference or Conceptual Material:
  54. This type of material resides in an appropriate reference
  55. manual.
  56. For example, system variables are documented in the
  57. <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.
  58. </para></listitem>
  59. <listitem><para>
  60. Detailed Public Information Not Specific to the
  61. Yocto Project:
  62. For example, exhaustive information on how to use the
  63. Source Control Manager Git is better covered with Internet
  64. searches and official Git Documentation than through the
  65. Yocto Project documentation.
  66. </para></listitem>
  67. </itemizedlist>
  68. </para>
  69. </section>
  70. <section id='other-information'>
  71. <title>Other Information</title>
  72. <para>
  73. Because this manual presents information for many different
  74. topics, supplemental information is recommended for full
  75. comprehension.
  76. For introductory information on the Yocto Project, see the
  77. <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>.
  78. If you want to build an image with no knowledge of Yocto Project
  79. as a way of quickly testing it out, see the
  80. <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>
  81. document.
  82. </para>
  83. <para>
  84. For a comprehensive list of links and other documentation, see the
  85. "<ulink url='&YOCTO_DOCS_REF_URL;#resources-links-and-related-documentation'>Links and Related Documentation</ulink>"
  86. section in the Yocto Project Reference Manual.
  87. </para>
  88. <para>
  89. </para>
  90. </section>
  91. </chapter>
  92. <!--
  93. vim: expandtab tw=80 ts=4
  94. -->