diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-07 12:47:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:31 +0100 |
commit | 46fb10d6cc00aa2ae90794e7f7d443d063a6ba43 (patch) | |
tree | bb59ddc21f8ca529d41913344613cebbe8ddb352 /documentation/ref-manual/ref-images.xml | |
parent | 15b0f8a1f02441e3143dca99a0243ad6c77cdb23 (diff) | |
download | poky-46fb10d6cc00aa2ae90794e7f7d443d063a6ba43.tar.gz |
ref-manual: Ordered images alphabetically.
The image list has grown to where it probably could use some
structure. I ordered the list by alphabet.
(From yocto-docs rev: 4ee03974d9a58d2b49af3ae4cafe9ac181627c86)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-images.xml')
-rw-r--r-- | documentation/ref-manual/ref-images.xml | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index 2930ab90ab..9c80c55a37 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml | |||
@@ -56,27 +56,11 @@ | |||
56 | the Yocto Project website.</para></listitem> | 56 | the Yocto Project website.</para></listitem> |
57 | <listitem><para><emphasis><filename>core-image-base</filename>:</emphasis> | 57 | <listitem><para><emphasis><filename>core-image-base</filename>:</emphasis> |
58 | A console-only image that fully supports the target device hardware.</para></listitem> | 58 | A console-only image that fully supports the target device hardware.</para></listitem> |
59 | <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis> | 59 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> |
60 | A small image just capable of allowing a device to boot.</para></listitem> | 60 | An image with support for the Open GL-based toolkit Clutter, which enables development of |
61 | <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> | 61 | rich and animated graphical user interfaces.</para></listitem> |
62 | A <filename>core-image-minimal</filename> image suitable for development work | 62 | <listitem><para><emphasis><filename>core-image-directfb</filename>:</emphasis> |
63 | using the host. | 63 | An image that uses <filename>directfb</filename> instead of X11. |
64 | The image includes headers and libraries you can use in a host development | ||
65 | environment. | ||
66 | </para></listitem> | ||
67 | <listitem><para id='images-core-image-minimal-initramfs'><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> | ||
68 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based | ||
69 | Initial Root Filesystem (initramfs) as part of the kernel, | ||
70 | which allows the system to find the first “init” program more efficiently. | ||
71 | See the | ||
72 | <link linkend='var-PACKAGE_INSTALL'><filename>PACKAGE_INSTALL</filename></link> | ||
73 | variable for additional information helpful when working with | ||
74 | initramfs images. | ||
75 | </para></listitem> | ||
76 | <listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis> | ||
77 | A <filename>core-image-minimal</filename> image that has support | ||
78 | for the Minimal MTD Utilities, which let the user interact with the | ||
79 | MTD subsystem in the kernel to perform operations on flash devices. | ||
80 | </para></listitem> | 64 | </para></listitem> |
81 | <listitem><para><emphasis><filename>core-image-full-cmdline</filename>:</emphasis> | 65 | <listitem><para><emphasis><filename>core-image-full-cmdline</filename>:</emphasis> |
82 | A console-only image with more full-featured Linux system | 66 | A console-only image with more full-featured Linux system |
@@ -108,38 +92,28 @@ | |||
108 | If you build <filename>core-image-lsb-sdk</filename> without that | 92 | If you build <filename>core-image-lsb-sdk</filename> without that |
109 | configuration, the image will not be LSB-compliant. | 93 | configuration, the image will not be LSB-compliant. |
110 | This image is suitable for development using the target.</para></listitem> | 94 | This image is suitable for development using the target.</para></listitem> |
111 | <listitem><para><emphasis><filename>core-image-testmaster</filename>:</emphasis> | 95 | <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis> |
112 | A "master" image designed to be used for automated runtime testing. | 96 | A small image just capable of allowing a device to boot.</para></listitem> |
113 | Provides a "known good" image that is deployed to a separate | 97 | <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> |
114 | partition so that you can boot into it and use it to deploy a | 98 | A <filename>core-image-minimal</filename> image suitable for development work |
115 | second image to be tested. | 99 | using the host. |
116 | You can find more information about runtime testing in the | 100 | The image includes headers and libraries you can use in a host development |
117 | "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>" | 101 | environment. |
118 | section in the Yocto Project Development Manual. | ||
119 | </para></listitem> | ||
120 | <listitem><para><emphasis><filename>core-image-testmaster-initramfs</filename>:</emphasis> | ||
121 | A RAM-based Initial Root Filesystem (initramfs) image tailored for | ||
122 | use with the <filename>core-image-testmaster</filename> image. | ||
123 | </para></listitem> | ||
124 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> | ||
125 | An image with support for the Open GL-based toolkit Clutter, which enables development of | ||
126 | rich and animated graphical user interfaces.</para></listitem> | ||
127 | <listitem><para><emphasis><filename>core-image-directfb</filename>:</emphasis> | ||
128 | An image that uses <filename>directfb</filename> instead of X11. | ||
129 | </para></listitem> | 102 | </para></listitem> |
130 | <listitem><para><emphasis><filename>core-image-x11</filename>:</emphasis> | 103 | <listitem><para id='images-core-image-minimal-initramfs'><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> |
131 | A very basic X11 image with a terminal. | 104 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based |
105 | Initial Root Filesystem (initramfs) as part of the kernel, | ||
106 | which allows the system to find the first “init” program more efficiently. | ||
107 | See the | ||
108 | <link linkend='var-PACKAGE_INSTALL'><filename>PACKAGE_INSTALL</filename></link> | ||
109 | variable for additional information helpful when working with | ||
110 | initramfs images. | ||
132 | </para></listitem> | 111 | </para></listitem> |
133 | <listitem><para><emphasis><filename>core-image-weston</filename>:</emphasis> | 112 | <listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis> |
134 | A very basic Wayland image with a terminal. | 113 | A <filename>core-image-minimal</filename> image that has support |
135 | This image provides the Wayland protocol libraries and the | 114 | for the Minimal MTD Utilities, which let the user interact with the |
136 | reference Weston compositor. | 115 | MTD subsystem in the kernel to perform operations on flash devices. |
137 | For more information, see the | ||
138 | "<link linkend='wayland'>Wayland</link>" section. | ||
139 | </para></listitem> | 116 | </para></listitem> |
140 | <listitem><para><emphasis><filename>qt4e-demo-image</filename>:</emphasis> | ||
141 | An image that launches into the demo application for the embedded | ||
142 | (not based on X11) version of Qt.</para></listitem> | ||
143 | <listitem><para><emphasis><filename>core-image-rt</filename>:</emphasis> | 117 | <listitem><para><emphasis><filename>core-image-rt</filename>:</emphasis> |
144 | A <filename>core-image-minimal</filename> image plus a real-time test suite and | 118 | A <filename>core-image-minimal</filename> image plus a real-time test suite and |
145 | tools appropriate for real-time use.</para></listitem> | 119 | tools appropriate for real-time use.</para></listitem> |
@@ -166,6 +140,32 @@ | |||
166 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. | 140 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. |
167 | The image also includes development headers and libraries to form a complete standalone SDK | 141 | The image also includes development headers and libraries to form a complete standalone SDK |
168 | and is suitable for development using the target.</para></listitem> | 142 | and is suitable for development using the target.</para></listitem> |
143 | <listitem><para><emphasis><filename>core-image-testmaster</filename>:</emphasis> | ||
144 | A "master" image designed to be used for automated runtime testing. | ||
145 | Provides a "known good" image that is deployed to a separate | ||
146 | partition so that you can boot into it and use it to deploy a | ||
147 | second image to be tested. | ||
148 | You can find more information about runtime testing in the | ||
149 | "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>" | ||
150 | section in the Yocto Project Development Manual. | ||
151 | </para></listitem> | ||
152 | <listitem><para><emphasis><filename>core-image-testmaster-initramfs</filename>:</emphasis> | ||
153 | A RAM-based Initial Root Filesystem (initramfs) image tailored for | ||
154 | use with the <filename>core-image-testmaster</filename> image. | ||
155 | </para></listitem> | ||
156 | <listitem><para><emphasis><filename>core-image-weston</filename>:</emphasis> | ||
157 | A very basic Wayland image with a terminal. | ||
158 | This image provides the Wayland protocol libraries and the | ||
159 | reference Weston compositor. | ||
160 | For more information, see the | ||
161 | "<link linkend='wayland'>Wayland</link>" section. | ||
162 | </para></listitem> | ||
163 | <listitem><para><emphasis><filename>core-image-x11</filename>:</emphasis> | ||
164 | A very basic X11 image with a terminal. | ||
165 | </para></listitem> | ||
166 | <listitem><para><emphasis><filename>qt4e-demo-image</filename>:</emphasis> | ||
167 | An image that launches into the demo application for the embedded | ||
168 | (not based on X11) version of Qt.</para></listitem> | ||
169 | </itemizedlist> | 169 | </itemizedlist> |
170 | </chapter> | 170 | </chapter> |
171 | <!-- | 171 | <!-- |