summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/ref-images.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index d1ff6d0144..096f4b5731 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -40,9 +40,6 @@
40 <itemizedlist> 40 <itemizedlist>
41 <listitem><para><emphasis><filename>core-image-base</filename>:</emphasis> 41 <listitem><para><emphasis><filename>core-image-base</filename>:</emphasis>
42 A console-only image that fully supports the target device hardware.</para></listitem> 42 A console-only image that fully supports the target device hardware.</para></listitem>
43 <listitem><para><emphasis><filename>core-image-core</filename>:</emphasis>
44 An X11 image with simple applications such as terminal, editor, and file manager.
45 </para></listitem>
46 <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis> 43 <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis>
47 A small image just capable of allowing a device to boot.</para></listitem> 44 A small image just capable of allowing a device to boot.</para></listitem>
48 <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> 45 <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis>
@@ -61,12 +58,14 @@
61 for the Minimal MTD Utilities, which let the user interact with the 58 for the Minimal MTD Utilities, which let the user interact with the
62 MTD subsystem in the kernel to perform operations on flash devices. 59 MTD subsystem in the kernel to perform operations on flash devices.
63 </para></listitem> 60 </para></listitem>
61 <listitem><para><emphasis><filename>core-image-x11</filename>:</emphasis>
62 A very basic X11 image with a terminal.
63 </para></listitem>
64 <listitem><para><emphasis><filename>core-image-basic</filename>:</emphasis> 64 <listitem><para><emphasis><filename>core-image-basic</filename>:</emphasis>
65 A foundational basic image without support for X that can be reasonably used for 65 A console-only image with more full-featured Linux system
66 customization.</para></listitem> 66 functionality installed.</para></listitem>
67 <listitem><para><emphasis><filename>core-image-lsb</filename>:</emphasis> 67 <listitem><para><emphasis><filename>core-image-lsb</filename>:</emphasis>
68 A <filename>core-image-basic</filename> image suitable for implementations 68 An image that conforms to the Linux Standard Base (LSB) specification.</para></listitem>
69 that conform to Linux Standard Base (LSB).</para></listitem>
70 <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> 69 <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis>
71 A <filename>core-image-lsb</filename> image that is suitable for development work 70 A <filename>core-image-lsb</filename> image that is suitable for development work
72 using the host. 71 using the host.
@@ -83,8 +82,8 @@
83 <listitem><para><emphasis><filename>core-image-sato</filename>:</emphasis> 82 <listitem><para><emphasis><filename>core-image-sato</filename>:</emphasis>
84 An image with Sato support, a mobile environment and visual style that works well 83 An image with Sato support, a mobile environment and visual style that works well
85 with mobile devices. 84 with mobile devices.
86 The image supports X11 with a Sato theme and Pimlico applications and also 85 The image supports X11 with a Sato theme and applications such as
87 contains terminal, editor, and file manager.</para></listitem> 86 a terminal, editor, file manager, media player, and so forth.</para></listitem>
88 <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis> 87 <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis>
89 A <filename>core-image-sato</filename> image suitable for development 88 A <filename>core-image-sato</filename> image suitable for development
90 using the host. 89 using the host.