diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-26 11:31:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-26 11:31:34 +0000 |
commit | 882e9cd2affb773eec8b1d387ab4e3b5cbdc0994 (patch) | |
tree | f023b2ce9abf3b894a81986e0a00e23d77b55e66 /handbook/ref-images.xml | |
parent | 7197110f46511492a48cd359b3ddf75b60ea47c8 (diff) | |
download | poky-882e9cd2affb773eec8b1d387ab4e3b5cbdc0994.tar.gz |
Add Poky handbook
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook/ref-images.xml')
-rw-r--r-- | handbook/ref-images.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/handbook/ref-images.xml b/handbook/ref-images.xml new file mode 100644 index 0000000000..80e36aec60 --- /dev/null +++ b/handbook/ref-images.xml | |||
@@ -0,0 +1,69 @@ | |||
1 | <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <appendix id='ref-images'> | ||
5 | <title>Reference: Images</title> | ||
6 | |||
7 | <para> | ||
8 | Poky has several standard images covering most people's standard needs. A full | ||
9 | list of image targets can be found by looking in the <filename class="directory"> | ||
10 | meta/packages/images/</filename> directory. The standard images are listed below | ||
11 | along with details of what they contain: | ||
12 | </para> | ||
13 | |||
14 | <itemizedlist> | ||
15 | <listitem> | ||
16 | <para> | ||
17 | <emphasis>poky-image-minimal</emphasis> - A small image, just enough | ||
18 | to allow a device to boot | ||
19 | </para> | ||
20 | </listitem> | ||
21 | <listitem> | ||
22 | <para> | ||
23 | <emphasis>poky-image-base</emphasis> - console only image with full | ||
24 | support of target device hardware | ||
25 | </para> | ||
26 | </listitem> | ||
27 | <listitem> | ||
28 | <para> | ||
29 | <emphasis>poky-image-core</emphasis> - X11 image with simple apps like | ||
30 | terminal, editor and file manager | ||
31 | </para> | ||
32 | </listitem> | ||
33 | <listitem> | ||
34 | <para> | ||
35 | <emphasis>poky-image-sato</emphasis> - X11 image with Sato theme and | ||
36 | Pimlico applications. Also contains terminal, editor and file manager. | ||
37 | </para> | ||
38 | </listitem> | ||
39 | <listitem> | ||
40 | <para> | ||
41 | <emphasis>poky-image-sdk</emphasis> - X11 image like poky-image-sato but | ||
42 | also include native toolchain and libraries needed to build applications | ||
43 | on the device itself. Also includes testing and profiling tools and debug | ||
44 | symbols. | ||
45 | </para> | ||
46 | </listitem> | ||
47 | <listitem> | ||
48 | <para> | ||
49 | <emphasis>meta-toolchain</emphasis> - This generates a tarball containing | ||
50 | a standalone toolchain which can be used externally to Poky. It is self | ||
51 | contained and unpacks to the <filename class="directory">/usr/local/poky</filename> | ||
52 | directory. It also contains a copy of QEMU and the scripts neccessary to run | ||
53 | poky QEMU images. | ||
54 | </para> | ||
55 | </listitem> | ||
56 | <listitem> | ||
57 | <para> | ||
58 | <emphasis>meta-toolchain-sdk</emphasis> - This includes everything in | ||
59 | meta-toolchain but also includes development headers and libraries | ||
60 | forming a complete standalone SDK. See the <link linkend='platdev-appdev-external-sdk'> | ||
61 | Developing using the Poky SDK</link> and <link linkend='platdev-appdev-external-anjuta'> | ||
62 | Developing using the Anjuta Plugin</link> sections for more information. | ||
63 | </para> | ||
64 | </listitem> | ||
65 | </itemizedlist> | ||
66 | </appendix> | ||
67 | <!-- | ||
68 | vim: expandtab tw=80 ts=4 | ||
69 | --> | ||