summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-images.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-images.xml')
-rw-r--r--documentation/poky-ref-manual/ref-images.xml35
1 files changed, 22 insertions, 13 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index 4e7b029ea7..ae45437a6b 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<appendix id='ref-images'> 5<appendix id='ref-images'>
5 <title>Reference: Images</title> 6 <title>Reference: Images</title>
@@ -45,7 +46,10 @@
45 <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis> 46 <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis>
46 A small image just capable of allowing a device to boot.</para></listitem> 47 A small image just capable of allowing a device to boot.</para></listitem>
47 <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> 48 <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis>
48 A <filename>core-image-minimal</filename> image suitable for development work. 49 A <filename>core-image-minimal</filename> image suitable for development work
50 using the host.
51 The image includes headers and libraries you can use in a host development
52 environment.
49 </para></listitem> 53 </para></listitem>
50 <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> 54 <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis>
51 A <filename>core-image-minimal</filename> image that has the Minimal RAM-based 55 A <filename>core-image-minimal</filename> image that has the Minimal RAM-based
@@ -64,13 +68,17 @@
64 A <filename>core-image-basic</filename> image suitable for implementations 68 A <filename>core-image-basic</filename> image suitable for implementations
65 that conform to Linux Standard Base (LSB).</para></listitem> 69 that conform to Linux Standard Base (LSB).</para></listitem>
66 <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> 70 <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis>
67 A <filename>core-image-lsb</filename> image that is suitable for development work. 71 A <filename>core-image-lsb</filename> image that is suitable for development work
72 using the host.
73 The image includes headers and libraries you can use in a host development
74 environment.
68 </para></listitem> 75 </para></listitem>
69 <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis> 76 <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis>
70 A <filename>core-image-lsb</filename> that includes everything in meta-toolchain 77 A <filename>core-image-lsb</filename> that includes everything in meta-toolchain
71 but also includes development headers and libraries to form a complete standalone SDK. 78 but also includes development headers and libraries to form a complete standalone SDK.
72 See the <link linkend='platdev-appdev-external-sdk'> 79 This image is suitable for development using the target.
73 External Development Using the Poky SDK</link> section for more information. 80 See the "<link linkend='platdev-appdev-external-sdk'>
81 External Development Using the Poky SDK</link>" section for more information.
74 </para></listitem> 82 </para></listitem>
75 <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> 83 <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis>
76 An image with support for the Open GL-based toolkit Clutter, which enables development of 84 An image with support for the Open GL-based toolkit Clutter, which enables development of
@@ -81,16 +89,17 @@
81 The image supports X11 with a Sato theme and Pimlico applications and also 89 The image supports X11 with a Sato theme and Pimlico applications and also
82 contains terminal, editor, and file manager.</para></listitem> 90 contains terminal, editor, and file manager.</para></listitem>
83 <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis> 91 <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis>
84 A <filename>core-image-sato</filename> image suitable for development 92 A <filename>core-image-sato</filename> image suitable for development
85 that also includes a native toolchain and libraries needed to build applications on 93 using the host.
86 the device itself. 94 The image includes libraries needed to build applications on the device itself,
87 The image also includes testing and profiling tools as well as debug symbols. 95 testing and profiling tools, and debug symbols.
88 This image was formerly <filename>core-image-sdk</filename>.</para></listitem> 96 This image was formerly <filename>core-image-sdk</filename>.</para></listitem>
89 <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> 97 <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis>
90 A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. 98 A <filename>core-image-sato</filename> image that includes everything in meta-toolchain.
91 The image also includes development headers and libraries to form a complete standalone SDK. 99 The image also includes development headers and libraries to form a complete standalone SDK
92 See the <link linkend='platdev-appdev-external-sdk'> 100 and is suitable for development using the target.
93 External Development Using the Poky SDK</link> section for more information. 101 See the "<link linkend='platdev-appdev-external-sdk'>
102 External Development Using the Poky SDK</link>" section for more information.
94 </para></listitem> 103 </para></listitem>
95 </itemizedlist> 104 </itemizedlist>
96 105