summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-images.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-02 12:27:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:43 +0100
commit1b68137d0f6e16183043e6e4cbf25d3f881926a8 (patch)
tree7fed23a748cf0cc7248c8f3badd36567322febbd /documentation/ref-manual/ref-images.xml
parentf1dc91c0f1b94d9edbe2b049b848212b3df4f068 (diff)
downloadpoky-1b68137d0f6e16183043e6e4cbf25d3f881926a8.tar.gz
ref-manual: Reorded LSB image types to be together.
(From yocto-docs rev: e73c913b43ac39fd7a0d717c5b120b1676d8b506) 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.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml
index 1ef1fb3ade..7727e0a869 100644
--- a/documentation/ref-manual/ref-images.xml
+++ b/documentation/ref-manual/ref-images.xml
@@ -86,15 +86,6 @@
86 If you build <filename>core-image-lsb</filename> without that 86 If you build <filename>core-image-lsb</filename> without that
87 configuration, the image will not be LSB-compliant. 87 configuration, the image will not be LSB-compliant.
88 </para></listitem> 88 </para></listitem>
89 <listitem><para><emphasis><filename>core-image-testmaster</filename>:</emphasis>
90 A "master" image designed to be used for automated runtime testing.
91 Provides a "known good" image that is deployed to a separate
92 partition so that you can boot into it and use it to deploy a
93 second image to be tested.
94 You can find more information about runtime testing in the
95 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
96 section in the Yocto Project Development Manual.
97 </para></listitem>
98 <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> 89 <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis>
99 A <filename>core-image-lsb</filename> image that is suitable for development work 90 A <filename>core-image-lsb</filename> image that is suitable for development work
100 using the host. 91 using the host.
@@ -114,6 +105,15 @@
114 If you build <filename>core-image-lsb-sdk</filename> without that 105 If you build <filename>core-image-lsb-sdk</filename> without that
115 configuration, the image will not be LSB-compliant. 106 configuration, the image will not be LSB-compliant.
116 This image is suitable for development using the target.</para></listitem> 107 This image is suitable for development using the target.</para></listitem>
108 <listitem><para><emphasis><filename>core-image-testmaster</filename>:</emphasis>
109 A "master" image designed to be used for automated runtime testing.
110 Provides a "known good" image that is deployed to a separate
111 partition so that you can boot into it and use it to deploy a
112 second image to be tested.
113 You can find more information about runtime testing in the
114 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
115 section in the Yocto Project Development Manual.
116 </para></listitem>
117 <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> 117 <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis>
118 An image with support for the Open GL-based toolkit Clutter, which enables development of 118 An image with support for the Open GL-based toolkit Clutter, which enables development of
119 rich and animated graphical user interfaces.</para></listitem> 119 rich and animated graphical user interfaces.</para></listitem>