adt-manual-intro.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233
  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='adt-manual-intro'>
  5. <title>Introduction</title>
  6. <para>
  7. Welcome to the Yocto Project Application Developer's Guide.
  8. This manual provides information that lets you begin developing applications
  9. using the Yocto Project.
  10. </para>
  11. <para>
  12. The Yocto Project provides an application development environment based on
  13. an Application Development Toolkit (ADT) and the availability of stand-alone
  14. cross-development toolchains and other tools.
  15. This manual describes the ADT and how you can configure and install it,
  16. how to access and use the cross-development toolchains, how to
  17. customize the development packages installation,
  18. how to use command-line development for both Autotools-based and
  19. Makefile-based projects, and an introduction to the
  20. <trademark class='trade'>Eclipse</trademark> IDE Yocto Plug-in.
  21. <note>
  22. The ADT is distribution-neutral and does not require the Yocto
  23. Project reference distribution, which is called Poky.
  24. This manual, however, uses examples that use the Poky distribution.
  25. </note>
  26. </para>
  27. </chapter>
  28. <!--
  29. vim: expandtab tw=80 ts=4
  30. -->