ref-images.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  3. <appendix id='ref-images'>
  4. <title>Reference: Images</title>
  5. <para>
  6. Poky has several standard images covering most people's standard needs. A full
  7. list of image targets can be found by looking in the <filename class="directory">
  8. meta/packages/images/</filename> directory. The standard images are listed below
  9. along with details of what they contain:
  10. </para>
  11. <itemizedlist>
  12. <listitem>
  13. <para>
  14. <emphasis>poky-image-minimal</emphasis> - A small image, just enough
  15. to allow a device to boot
  16. </para>
  17. </listitem>
  18. <listitem>
  19. <para>
  20. <emphasis>poky-image-base</emphasis> - console only image with full
  21. support of target device hardware
  22. </para>
  23. </listitem>
  24. <listitem>
  25. <para>
  26. <emphasis>poky-image-core</emphasis> - X11 image with simple apps like
  27. terminal, editor and file manager
  28. </para>
  29. </listitem>
  30. <listitem>
  31. <para>
  32. <emphasis>poky-image-sato</emphasis> - X11 image with Sato theme and
  33. Pimlico applications. Also contains terminal, editor and file manager.
  34. </para>
  35. </listitem>
  36. <listitem>
  37. <para>
  38. <emphasis>poky-image-sdk</emphasis> - X11 image like poky-image-sato but
  39. also include native toolchain and libraries needed to build applications
  40. on the device itself. Also includes testing and profiling tools and debug
  41. symbols.
  42. </para>
  43. </listitem>
  44. <listitem>
  45. <para>
  46. <emphasis>meta-toolchain</emphasis> - This generates a tarball containing
  47. a standalone toolchain which can be used externally to Poky. It is self
  48. contained and unpacks to the <filename class="directory">/opt/poky</filename>
  49. directory. It also contains a copy of QEMU and the scripts neccessary to run
  50. poky QEMU images.
  51. </para>
  52. </listitem>
  53. <listitem>
  54. <para>
  55. <emphasis>meta-toolchain-sdk</emphasis> - This includes everything in
  56. meta-toolchain but also includes development headers and libraries
  57. forming a complete standalone SDK. See the <link linkend='platdev-appdev-external-sdk'>
  58. Developing using the Poky SDK</link> and <link linkend='platdev-appdev-external-anjuta'>
  59. Developing using the Anjuta Plugin</link> sections for more information.
  60. </para>
  61. </listitem>
  62. </itemizedlist>
  63. </appendix>
  64. <!--
  65. vim: expandtab tw=80 ts=4
  66. -->