diff options
| -rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 6cab6124ac..e2a6fe5c61 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
| @@ -46,7 +46,10 @@ | |||
| 46 | <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis> | 46 | <listitem><para><emphasis><filename>core-image-minimal</filename>:</emphasis> |
| 47 | A small image just capable of allowing a device to boot.</para></listitem> | 47 | A small image just capable of allowing a device to boot.</para></listitem> |
| 48 | <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> | 48 | <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> |
| 49 | A <filename>core-image-minimal</filename> image suitable for development work. | 49 | A <filename>core-image-minimal</filename> image suitable for development work |
| 50 | using the host. | ||
| 51 | The image includes headers and libraries you can use in a host development | ||
| 52 | environment. | ||
| 50 | </para></listitem> | 53 | </para></listitem> |
| 51 | <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> | 54 | <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> |
| 52 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based | 55 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based |
| @@ -65,13 +68,17 @@ | |||
| 65 | A <filename>core-image-basic</filename> image suitable for implementations | 68 | A <filename>core-image-basic</filename> image suitable for implementations |
| 66 | that conform to Linux Standard Base (LSB).</para></listitem> | 69 | that conform to Linux Standard Base (LSB).</para></listitem> |
| 67 | <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> | 70 | <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> |
| 68 | A <filename>core-image-lsb</filename> image that is suitable for development work. | 71 | A <filename>core-image-lsb</filename> image that is suitable for development work |
| 72 | using the host. | ||
| 73 | The image includes headers and libraries you can use in a host development | ||
| 74 | environment. | ||
| 69 | </para></listitem> | 75 | </para></listitem> |
| 70 | <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis> | 76 | <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis> |
| 71 | A <filename>core-image-lsb</filename> that includes everything in meta-toolchain | 77 | A <filename>core-image-lsb</filename> that includes everything in meta-toolchain |
| 72 | but also includes development headers and libraries to form a complete standalone SDK. | 78 | but also includes development headers and libraries to form a complete standalone SDK. |
| 73 | See the "<link linkend='platdev-appdev-external-sdk'>External Development Using the Meta-Toolchain</link>" | 79 | This image is suitable for development using the target. |
| 74 | section for more information.</para></listitem> | 80 | See the "<link linkend='platdev-appdev-external-sdk'>External Development Using |
| 81 | the Meta-Toolchain</link>" section for more information.</para></listitem> | ||
| 75 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> | 82 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> |
| 76 | An image with support for the Open GL-based toolkit Clutter, which enables development of | 83 | An image with support for the Open GL-based toolkit Clutter, which enables development of |
| 77 | rich and animated graphical user interfaces.</para></listitem> | 84 | rich and animated graphical user interfaces.</para></listitem> |
| @@ -81,15 +88,17 @@ | |||
| 81 | The image supports X11 with a Sato theme and Pimlico applications and also | 88 | The image supports X11 with a Sato theme and Pimlico applications and also |
| 82 | contains terminal, editor, and file manager.</para></listitem> | 89 | contains terminal, editor, and file manager.</para></listitem> |
| 83 | <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis> | 90 | <listitem><para><emphasis><filename>core-image-sato-dev</filename>:</emphasis> |
| 84 | A <filename>core-image-sato</filename> image suitable for development. | 91 | A <filename>core-image-sato</filename> image suitable for development |
| 92 | using the host. | ||
| 85 | The image includes libraries needed to build applications on the device itself, | 93 | The image includes libraries needed to build applications on the device itself, |
| 86 | testing and profiling tools, and debug symbols. | 94 | testing and profiling tools, and debug symbols. |
| 87 | This image was formerly <filename>core-image-sdk</filename>.</para></listitem> | 95 | This image was formerly <filename>core-image-sdk</filename>.</para></listitem> |
| 88 | <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> | 96 | <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> |
| 89 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. | 97 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. |
| 90 | The image also includes development headers and libraries to form a complete standalone SDK. | 98 | The image also includes development headers and libraries to form a complete standalone SDK |
| 91 | See the "<link linkend='platdev-appdev-external-sdk'>External Development Using the Meta-Toolchain</link>" | 99 | and is suitable for development using the target. |
| 92 | section for more information.</para></listitem> | 100 | See the "<link linkend='platdev-appdev-external-sdk'>External Development Using |
| 101 | the Meta-Toolchain</link>" section for more information.</para></listitem> | ||
| 93 | <listitem><para><emphasis><filename>core-image-rt</filename>:</emphasis> | 102 | <listitem><para><emphasis><filename>core-image-rt</filename>:</emphasis> |
| 94 | A <filename>core-image-minimal</filename> image plus a real-time test suite and | 103 | A <filename>core-image-minimal</filename> image plus a real-time test suite and |
| 95 | tools appropriate for real-time use.</para></listitem> | 104 | tools appropriate for real-time use.</para></listitem> |
| @@ -97,9 +106,9 @@ | |||
| 97 | A <filename>core-image-rt</filename> image that includes everything in | 106 | A <filename>core-image-rt</filename> image that includes everything in |
| 98 | <filename>meta-toolchain</filename>. | 107 | <filename>meta-toolchain</filename>. |
| 99 | The image also includes development headers and libraries to form a complete | 108 | The image also includes development headers and libraries to form a complete |
| 100 | stand-alone SDK. | 109 | stand-alone SDK and is suitable for development using the target. |
| 101 | See the "<link linkend='platdev-appdev-external-sdk'>External Development Using the Meta-Toolchain</link>" | 110 | See the "<link linkend='platdev-appdev-external-sdk'>External Development Using |
| 102 | section for more information.</para></listitem> | 111 | the Meta-Toolchain</link>" section for more information.</para></listitem> |
| 103 | <listitem><para><emphasis><filename>core-image-gtk-directfb</filename>:</emphasis> | 112 | <listitem><para><emphasis><filename>core-image-gtk-directfb</filename>:</emphasis> |
| 104 | An image that uses <filename>gtk+</filename> over <filename>directfb</filename> | 113 | An image that uses <filename>gtk+</filename> over <filename>directfb</filename> |
| 105 | instead of X11. | 114 | instead of X11. |
