summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-images.xml
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 17:25:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 13:08:45 +0100
commite9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20 (patch)
treed5bbbbe052a51dc4494e4913a03c95045682efd6 /documentation/poky-ref-manual/ref-images.xml
parentb3d84fb35a2d11587d973c59a6d0851c1988d409 (diff)
downloadpoky-e9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20.tar.gz
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From yocto-docs rev: 0feb6b8f9621087ba5fd77d3c8f3e23132c97187) 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.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index 03cc624504..955fae59b5 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -28,41 +28,41 @@
28 <itemizedlist> 28 <itemizedlist>
29 <listitem> 29 <listitem>
30 <para> 30 <para>
31 <emphasis>poky-image-minimal</emphasis> - A small image just capable 31 <emphasis>core-image-minimal</emphasis> - A small image just capable
32 of allowing a device to boot. 32 of allowing a device to boot.
33 </para> 33 </para>
34 </listitem> 34 </listitem>
35 <listitem> 35 <listitem>
36 <para> 36 <para>
37 <emphasis>poky-image-base</emphasis> - A console-only image that fully 37 <emphasis>core-image-base</emphasis> - A console-only image that fully
38 supports the target device hardware. 38 supports the target device hardware.
39 </para> 39 </para>
40 </listitem> 40 </listitem>
41 <listitem> 41 <listitem>
42 <para> 42 <para>
43 <emphasis>poky-image-core</emphasis> - An X11 image with simple 43 <emphasis>core-image-core</emphasis> - An X11 image with simple
44 applications such as terminal, editor, and file manager. 44 applications such as terminal, editor, and file manager.
45 </para> 45 </para>
46 </listitem> 46 </listitem>
47 <listitem> 47 <listitem>
48 <para> 48 <para>
49 <emphasis>poky-image-sato</emphasis> - An X11 image with Sato theme and 49 <emphasis>core-image-sato</emphasis> - An X11 image with Sato theme and
50 Pimlico applications. 50 Pimlico applications.
51 The image also contains terminal, editor, and file manager. 51 The image also contains terminal, editor, and file manager.
52 </para> 52 </para>
53 </listitem> 53 </listitem>
54 <listitem> 54 <listitem>
55 <para> 55 <para>
56 <emphasis>poky-image-sato-dev</emphasis> - An X11 image similar to 56 <emphasis>core-image-sato-dev</emphasis> - An X11 image similar to
57 poky-image-sato but 57 core-image-sato but
58 also includes a native toolchain and libraries needed to build applications 58 also includes a native toolchain and libraries needed to build applications
59 on the device itself. The image also includes testing and profiling tools 59 on the device itself. The image also includes testing and profiling tools
60 as well as debug symbols. This image was formerly poky-image-sdk. 60 as well as debug symbols. This image was formerly core-image-sdk.
61 </para> 61 </para>
62 </listitem> 62 </listitem>
63 <listitem> 63 <listitem>
64 <para> 64 <para>
65 <emphasis>poky-image-lsb</emphasis> - An image suitable for implementations 65 <emphasis>core-image-lsb</emphasis> - An image suitable for implementations
66 that conform to Linux Standard Base (LSB). 66 that conform to Linux Standard Base (LSB).
67 </para> 67 </para>
68 </listitem> 68 </listitem>