diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-02 09:06:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:48 -0800 |
commit | 7a5fa3397401c80b56e8d878cc1416059287f2b3 (patch) | |
tree | 556b36509f8773f67dcd968f68812df186985b11 /documentation/poky-ref-manual/ref-images.xml | |
parent | 7b03d42f857b071a72d4f05dd142535da2f1a593 (diff) | |
download | poky-7a5fa3397401c80b56e8d878cc1416059287f2b3.tar.gz |
documentation/poky-ref-manual/ref-images.xml: Added three core-images
Added descriptions for 'core-image-rt', 'core-image-rt-sdk', and
'core-image-gtk-directfb'. These were apparently missing.
Fixes [YOCTO #1921]
Reported by Shane Wang <shane.wang@intel.com>
(From yocto-docs rev: b83f9fa2a2de867ef9973b84aa1bec94e8071e45)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-images.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 4e7b029ea7..519f1c7675 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
@@ -92,6 +92,21 @@ | |||
92 | See the <link linkend='platdev-appdev-external-sdk'> | 92 | See the <link linkend='platdev-appdev-external-sdk'> |
93 | External Development Using the Poky SDK</link> section for more information. | 93 | External Development Using the Poky SDK</link> section for more information. |
94 | </para></listitem> | 94 | </para></listitem> |
95 | <listitem><para><emphasis><filename>core-image-rt</filename>:</emphasis> | ||
96 | A <filename>core-image-minimal</filename> image plus a real-time test suite and | ||
97 | tools appropriate for real-time use.</para></listitem> | ||
98 | <listitem><para><emphasis><filename>core-image-rt-sdk</filename>:</emphasis> | ||
99 | A <filename>core-image-rt</filename> image that includes everything in | ||
100 | <filename>meta-toolchain</filename>. | ||
101 | The image also includes development headers and libraries to form a complete | ||
102 | stand-alone SDK. | ||
103 | See the <link linkend='platdev-appdev-external-sdk'> External Development | ||
104 | Using the Poky SDK</link> section for more information.</para></listitem> | ||
105 | <listitem><para><emphasis><filename>core-image-gtk-directfb</filename>:</emphasis> | ||
106 | An image that uses <filename>gtk+</filename> over <filename>directfb</filename> | ||
107 | instead of X11. | ||
108 | In order to build, this image requires specific distro configuration that enables | ||
109 | <filename>gtk</filename> over <filename>directfb</filename>.</para></listitem> | ||
95 | </itemizedlist> | 110 | </itemizedlist> |
96 | 111 | ||
97 | <tip> | 112 | <tip> |