diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-images.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 242 |
1 files changed, 80 insertions, 162 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 646e441c17..19a2a37efd 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
@@ -23,7 +23,7 @@ | |||
23 | </note> | 23 | </note> |
24 | 24 | ||
25 | <para> | 25 | <para> |
26 | From within the <filename>poky</filename> Git repository use the following command to list | 26 | From within the <filename>poky</filename> Git repository, use the following command to list |
27 | the supported images: | 27 | the supported images: |
28 | <literallayout class='monospaced'> | 28 | <literallayout class='monospaced'> |
29 | $ ls meta*/recipes*/images/*.bb | 29 | $ ls meta*/recipes*/images/*.bb |
@@ -37,167 +37,85 @@ | |||
37 | </para> | 37 | </para> |
38 | 38 | ||
39 | <itemizedlist> | 39 | <itemizedlist> |
40 | <listitem> | 40 | <listitem><para><emphasis><filename>core-image-base</filename>:</emphasis> |
41 | <para> | 41 | A console-only image that fully supports the target device hardware.</para></listitem> |
42 | <emphasis><filename>core-image-base</filename></emphasis> - A console-only image that fully | 42 | <listitem><para><emphasis><filename>core-image-core</filename>:</emphasis> |
43 | supports the target device hardware. | 43 | An X11 image with simple applications such as terminal, editor, and file manager. |
44 | </para> | 44 | </para></listitem> |
45 | </listitem> | 45 | <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis> |
46 | <listitem> | 46 | A small image just capable of allowing a device to boot.</para></listitem> |
47 | <para> | 47 | <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> |
48 | <emphasis><filename>core-image-core</filename></emphasis> - An X11 image with simple | 48 | A <filename>core-image-minimal</filename> image suitable for development work. |
49 | applications such as terminal, editor, and file manager. | 49 | </para></listitem> |
50 | </para> | 50 | <listitem><para><emphasis><filename>core-image-minimal-directdisk</filename>:</emphasis> |
51 | </listitem> | 51 | A <filename>core-image-minimal</filename> image that you can copy directly to the disk |
52 | <listitem> | 52 | of the target device.</para></listitem> |
53 | <para> | 53 | <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> |
54 | <emphasis><filename>core-image-minimal</filename></emphasis> - A small image just capable | 54 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based |
55 | of allowing a device to boot. | 55 | Initial Root Filesystem (<filename>initramfs</filename>) as part of the kernel, |
56 | </para> | 56 | which allows the system to find the first “init” program more efficiently. |
57 | </listitem> | 57 | </para></listitem> |
58 | <listitem> | 58 | <listitem><para><emphasis><filename>core-image-minimal-live</filename>:</emphasis> |
59 | <para> | 59 | A <filename>core-image-minimal</filename> image you can run from a |
60 | <emphasis><filename>core-image-minimal-dev</filename></emphasis> – A | 60 | USB device or CD as is.</para></listitem> |
61 | <filename>core-image-minimal</filename> image suitable for | 61 | <listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis> |
62 | development work. | 62 | A <filename>core-image-minimal</filename> image that has support |
63 | </para> | 63 | for the Minimal MTD Utilities, which let the user interact with the |
64 | </listitem> | 64 | MTD subsystem in the kernel to perform operations on flash devices. |
65 | <listitem> | 65 | </para></listitem> |
66 | <para> | 66 | <listitem><para><emphasis><filename>core-image-basic</filename>:</emphasis> |
67 | <emphasis><filename>core-image-minimal-directdisk</filename></emphasis> – A | 67 | A foundational basic image without support for X that can be reasonably used for |
68 | <filename>core-image-minimal</filename> image that you can | 68 | customization.</para></listitem> |
69 | copy directly to the disk of the target device. | 69 | <listitem><para><emphasis><filename>core-image-lsb</filename>:</emphasis> |
70 | </para> | 70 | A <filename>core-image-basic</filename> image suitable for implementations |
71 | </listitem> | 71 | that conform to Linux Standard Base (LSB).</para></listitem> |
72 | <listitem> | 72 | <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> |
73 | <para> | 73 | A <filename>core-image-lsb</filename> image that is suitable for development work. |
74 | <emphasis><filename>core-image-minimal-initramfs</filename></emphasis> – | 74 | </para></listitem> |
75 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based | 75 | <listitem><para><emphasis><filename>core-image-lsb-live</filename>:</emphasis> |
76 | Initial Root Filesystem (<filename>initramfs</filename>) as part of the kernel, | 76 | A <filename>core-image-lsb</filename> image that you run from a USB device or CD as is. |
77 | which allows the system to find the first “init” program more efficiently. | 77 | </para></listitem> |
78 | </para> | 78 | <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis> |
79 | </listitem> | 79 | A <filename>core-image-lsb</filename> that includes everything in meta-toolchain |
80 | <listitem> | 80 | but also includes development headers and libraries to form a complete standalone SDK. |
81 | <para> | 81 | See the <link linkend='platdev-appdev-external-sdk'> |
82 | <emphasis><filename>core-image-minimal-live</filename></emphasis> – A | 82 | External Development Using the Poky SDK</link> section for more information. |
83 | <filename>core-image-minimal</filename> image you can run from a | 83 | </para></listitem> |
84 | USB device or CD as is. | 84 | <listitem><para><emphasis><filename>core-image-lsb-sdk-live</filename>:</emphasis> |
85 | </para> | 85 | A <filename>core-image-lsb-sdk</filename> image with the ability to run the image |
86 | </listitem> | 86 | from a USB device or CD as is.</para></listitem> |
87 | <listitem> | 87 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> |
88 | <para> | 88 | An image with support for the Open GL-based toolkit Clutter, which enables development of |
89 | <emphasis><filename>core-image-minimal-mtdutils</filename></emphasis> – A | 89 | rich and animated graphical user interaces.</para></listitem> |
90 | <filename>core-image-minimal</filename> image that has support | 90 | <listitem><para><emphasis><filename>core-image-sato</filename>:</emphasis> |
91 | for the Minimal MTD Utilities, which let the user interact with the | 91 | An image with Sato support, a mobile environment and visual style that works well |
92 | MTD subsystem in the kernel to perform operations on flash devices. | 92 | with mobile devices. |
93 | </para> | 93 | The image supports X11 with a Sato theme and Pimlico applications and also |
94 | </listitem> | 94 | contains terminal, editor, and file manager.</para></listitem> |
95 | <listitem> | 95 | <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis> |
96 | <para> | 96 | A <filename>core-image-sato</filename> image suitable for development |
97 | <emphasis><filename>core-image-basic</filename></emphasis> – A foundational | 97 | that also includes a native toolchain and libraries needed to build applications on |
98 | basic image without support | 98 | the device itself. |
99 | for X that can be reasonably used for customization. | 99 | The image also includes testing and profiling tools as well as debug symbols. |
100 | </para> | 100 | This image was formerly <filename>core-image-sdk</filename>.</para></listitem> |
101 | </listitem> | 101 | <listitem><para><emphasis><filename>core-image-sato-directdisk</filename>:</emphasis> |
102 | <listitem> | 102 | A <filename>core-image-sato</filename> image that can be copied directly to the |
103 | <para> | 103 | disk of the target device.</para></listitem> |
104 | <emphasis><filename>core-image-lsb</filename></emphasis> - A | 104 | <listitem><para><emphasis><filename>core-image-sato-live</filename>:</emphasis> |
105 | <filename>core-image-basic</filename> image suitable for implementations | 105 | A <filename>core-image-sato</filename> image with the ability to run |
106 | that conform to Linux Standard Base (LSB). | 106 | from a USB device or CD as is.</para></listitem> |
107 | </para> | 107 | <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> |
108 | </listitem> | 108 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. |
109 | <listitem> | 109 | The image also includes development headers and libraries to form a complete standalone SDK. |
110 | <para> | 110 | See the <link linkend='platdev-appdev-external-sdk'> |
111 | <emphasis><filename>core-image-lsb-dev</filename></emphasis> - A | 111 | External Development Using the Poky SDK</link> section for more information. |
112 | <filename>core-image-lsb</filename> image that is suitable for development work. | 112 | </para></listitem> |
113 | </para> | 113 | <listitem><para><emphasis><filename>core-image-sato-sdk-directdisk</filename>:</emphasis> |
114 | </listitem> | 114 | A <filename>core-image-sato-sdk</filename> image that can be copied directly to the |
115 | <listitem> | 115 | disk of the target device.</para></listitem> |
116 | <para> | 116 | <listitem><para><emphasis><filename>core-image-sato-sdk-live</filename>:</emphasis> |
117 | <emphasis><filename>core-image-lsb-live</filename></emphasis> - A | 117 | A <filename>core-image-sato-sdk</filename> image that you can run |
118 | <filename>core-image-lsb</filename> image that you run from a USB device or CD as is. | 118 | from a USB device or CD as is.</para></listitem> |
119 | </para> | ||
120 | </listitem> | ||
121 | <listitem> | ||
122 | <para> | ||
123 | <emphasis><filename>core-image-lsb-sdk</filename></emphasis> - A | ||
124 | <filename>core-image-lsb</filename> that includes everything in meta-toolchain | ||
125 | but also includes development | ||
126 | headers and libraries to form a complete standalone SDK. | ||
127 | See the <link linkend='platdev-appdev-external-sdk'> | ||
128 | External Development Using the Poky SDK</link> section for more information. | ||
129 | </para> | ||
130 | </listitem> | ||
131 | <listitem> | ||
132 | <para> | ||
133 | <emphasis><filename>core-image-lsb-sdk-live</filename></emphasis> - A | ||
134 | <filename>core-image-lsb-sdk</filename> image with the ability to run the image | ||
135 | from a USB device or CD as is. | ||
136 | </para> | ||
137 | </listitem> | ||
138 | <listitem> | ||
139 | <para> | ||
140 | <emphasis><filename>core-image-clutter</filename></emphasis> - An image with | ||
141 | support for | ||
142 | the Open GL-based toolkit Clutter, which enables development of rich and animated | ||
143 | graphical user interaces. | ||
144 | </para> | ||
145 | </listitem> | ||
146 | <listitem> | ||
147 | <para> | ||
148 | <emphasis><filename>core-image-sato</filename></emphasis> - An image with Sato support, | ||
149 | a mobile environment and visual style that works well with mobile devices. | ||
150 | The image supports X11 with a Sato theme and Pimlico applications and also | ||
151 | contains terminal, editor, and file manager. | ||
152 | </para> | ||
153 | </listitem> | ||
154 | <listitem> | ||
155 | <para> | ||
156 | <emphasis><filename>core-image-sato-dev</filename></emphasis> - A | ||
157 | <filename>core-image-sato</filename> image suitable for development | ||
158 | that also includes a native toolchain and libraries needed to build applications on | ||
159 | the device itself. | ||
160 | The image also includes testing and profiling tools as well as debug symbols. | ||
161 | This image was formerly <filename>core-image-sdk</filename>. | ||
162 | </para> | ||
163 | </listitem> | ||
164 | <listitem> | ||
165 | <para> | ||
166 | <emphasis><filename>core-image-sato-directdisk</filename></emphasis> - A | ||
167 | <filename>core-image-sato</filename> image that can be copied directly to the | ||
168 | disk of the target device. | ||
169 | </para> | ||
170 | </listitem> | ||
171 | <listitem> | ||
172 | <para> | ||
173 | <emphasis><filename>core-image-sato-live</filename></emphasis> - A | ||
174 | <filename>core-image-sato</filename> image with the ability to run | ||
175 | from a USB device or CD as is. | ||
176 | </para> | ||
177 | </listitem> | ||
178 | <listitem> | ||
179 | <para> | ||
180 | <emphasis><filename>core-image-sato-sdk</filename></emphasis> - A | ||
181 | <filename>core-image-sato</filename> image that includes everything in meta-toolchain. | ||
182 | The image also includes development headers and libraries to form a complete standalone SDK. | ||
183 | See the <link linkend='platdev-appdev-external-sdk'> | ||
184 | External Development Using the Poky SDK</link> section for more information.. | ||
185 | </para> | ||
186 | </listitem> | ||
187 | <listitem> | ||
188 | <para> | ||
189 | <emphasis><filename>core-image-sato-sdk-directdisk</filename></emphasis> - A | ||
190 | <filename>core-image-sato-sdk</filename> image that can be copied directly to the | ||
191 | disk of the target device. | ||
192 | </para> | ||
193 | </listitem> | ||
194 | <listitem> | ||
195 | <para> | ||
196 | <emphasis><filename>core-image-sato-sdk-live</filename></emphasis> - A | ||
197 | <filename>core-image-sato-sdk</filename> image that you can run | ||
198 | from a USB device or CD as is. | ||
199 | </para> | ||
200 | </listitem> | ||
201 | </itemizedlist> | 119 | </itemizedlist> |
202 | </appendix> | 120 | </appendix> |
203 | <!-- | 121 | <!-- |