documentation/poky-ref-manual/ref-images.xml: Update to Images Appendix

Added command 'ls meta*/recipes*/images/*.bb' as the command to see the
supported images.  Also added poky-image-lsb as an image and noted
that poky-image-sdk has becom poky-image-sato-dev.

These fixes are in response to alpha testing for release 1.0 Yocto.

(From OE-Core rev: aa2bdf7c26486961e040c95f17789064968eb9c0)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2011-02-25 12:47:12 -06:00
committed by Richard Purdie
parent fb7955b002
commit 2a2e324365

View File

@@ -5,62 +5,71 @@
<title>Reference: Images</title> <title>Reference: Images</title>
<para> <para>
Poky has several standard images covering most people's standard needs. A full Poky has several standard images covering most people's standard needs.
list of image targets can be found by looking in the directories Use the following command to list the supported images:
<filename class="directory"> meta/recipes-core/images/</filename>, <literallayout class='monospaced'>
<filename class="directory"> meta/recipes-extended/images/</filename>, $ ls meta*/recipes*/images/*.bb
<filename class="directory"> meta/recipes-sato/images/</filename> and </literallayout>
<filename class="directory"> meta/recipes-tbd/meta/</filename>. The standard Images are listed below along with details of what they contain:
images are listed below along with details of what they contain:
</para> </para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
<emphasis>poky-image-minimal</emphasis> - A small image, just enough <emphasis>poky-image-minimal</emphasis> - A small image just capable
to allow a device to boot of allowing a device to boot.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<emphasis>poky-image-base</emphasis> - console only image with full <emphasis>poky-image-base</emphasis> - A console-only image that fully
support of target device hardware supports the target device hardware.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<emphasis>poky-image-core</emphasis> - X11 image with simple apps like <emphasis>poky-image-core</emphasis> - An X11 image with simple
terminal, editor and file manager applications such as terminal, editor, and file manager.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<emphasis>poky-image-sato</emphasis> - X11 image with Sato theme and <emphasis>poky-image-sato</emphasis> - An X11 image with Sato theme and
Pimlico applications. Also contains terminal, editor and file manager. Pimlico applications.
The image also contains terminal, editor, and file manager.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<emphasis>poky-image-sdk</emphasis> - X11 image like poky-image-sato but <emphasis>poky-image-sato-dev</emphasis> - An X11 image similar to
also include native toolchain and libraries needed to build applications poky-image-sato but
on the device itself. Also includes testing and profiling tools and debug also includes a native toolchain and libraries needed to build applications
symbols. on the device itself. The image also includes testing and profiling tools
as well as debug symbols. This image was formerly poky-image-sdk.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<emphasis>meta-toolchain</emphasis> - This generates a tarball containing <emphasis>poky-image-lsb</emphasis> - An image suitable for implementations
a standalone toolchain which can be used externally to Poky. It is self that conform to Linux Standard Base (LSB).
contained and unpacks to the <filename class="directory">/opt/poky</filename> </para>
directory. It also contains a copy of QEMU and the scripts necessary to run </listitem>
<listitem>
<para>
<emphasis>meta-toolchain</emphasis> - This image generates a tarball
that contains a stand-alone toolchain that can be used externally to Poky.
The tarball is self-contained and unpacks to the
<filename class="directory">/opt/poky</filename> directory.
The tarball also contains a copy of QEMU and the scripts necessary to run
poky QEMU images. poky QEMU images.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<emphasis>meta-toolchain-sdk</emphasis> - This includes everything in <emphasis>meta-toolchain-sdk</emphasis> - This image includes everything in
meta-toolchain but also includes development headers and libraries meta-toolchain but also includes development headers and libraries
forming a complete standalone SDK. See the <link linkend='platdev-appdev-external-sdk'> to form a complete standalone SDK.
See the <link linkend='platdev-appdev-external-sdk'>
External Development Using the Poky SDK</link> section for more information. External Development Using the Poky SDK</link> section for more information.
</para> </para>
</listitem> </listitem>