diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-23 14:29:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 19:49:37 -0700 |
| commit | 75fc3840aafba5a676351bf0a940d8fe3ccb2b6b (patch) | |
| tree | e3a5ead63b6e01bdbdf1f6fba78758c8f108acb1 /documentation | |
| parent | 23a7eec17201c7084f690dce82dcf75150828ca2 (diff) | |
| download | poky-75fc3840aafba5a676351bf0a940d8fe3ccb2b6b.tar.gz | |
documentation: update for directdisk/live image changes
-live and -directdisk image have been removed; add a tip about using the
live option in IMAGE_FSTYPES to build any image as a live image.
(From yocto-docs rev: ef7c508a4073c4f04c2368420e64a5d6620c8fbc)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index c67a01fbe0..8c240fca6d 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
| @@ -47,17 +47,11 @@ | |||
| 47 | <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> | 47 | <listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis> |
| 48 | A <filename>core-image-minimal</filename> image suitable for development work. | 48 | A <filename>core-image-minimal</filename> image suitable for development work. |
| 49 | </para></listitem> | 49 | </para></listitem> |
| 50 | <listitem><para><emphasis><filename>core-image-minimal-directdisk</filename>:</emphasis> | ||
| 51 | A <filename>core-image-minimal</filename> image that you can copy directly to the disk | ||
| 52 | of the target device.</para></listitem> | ||
| 53 | <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> | 50 | <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> |
| 54 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based | 51 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based |
| 55 | Initial Root Filesystem (<filename>initramfs</filename>) as part of the kernel, | 52 | Initial Root Filesystem (<filename>initramfs</filename>) as part of the kernel, |
| 56 | which allows the system to find the first “init” program more efficiently. | 53 | which allows the system to find the first “init” program more efficiently. |
| 57 | </para></listitem> | 54 | </para></listitem> |
| 58 | <listitem><para><emphasis><filename>core-image-minimal-live</filename>:</emphasis> | ||
| 59 | A <filename>core-image-minimal</filename> image you can run from a | ||
| 60 | USB device or CD as is.</para></listitem> | ||
| 61 | <listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis> | 55 | <listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis> |
| 62 | A <filename>core-image-minimal</filename> image that has support | 56 | A <filename>core-image-minimal</filename> image that has support |
| 63 | for the Minimal MTD Utilities, which let the user interact with the | 57 | for the Minimal MTD Utilities, which let the user interact with the |
| @@ -72,18 +66,12 @@ | |||
| 72 | <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> | 66 | <listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis> |
| 73 | A <filename>core-image-lsb</filename> image that is suitable for development work. | 67 | A <filename>core-image-lsb</filename> image that is suitable for development work. |
| 74 | </para></listitem> | 68 | </para></listitem> |
| 75 | <listitem><para><emphasis><filename>core-image-lsb-live</filename>:</emphasis> | ||
| 76 | A <filename>core-image-lsb</filename> image that you run from a USB device or CD as is. | ||
| 77 | </para></listitem> | ||
| 78 | <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis> | 69 | <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis> |
| 79 | A <filename>core-image-lsb</filename> that includes everything in meta-toolchain | 70 | A <filename>core-image-lsb</filename> that includes everything in meta-toolchain |
| 80 | but also includes development headers and libraries to form a complete standalone SDK. | 71 | but also includes development headers and libraries to form a complete standalone SDK. |
| 81 | See the <link linkend='platdev-appdev-external-sdk'> | 72 | See the <link linkend='platdev-appdev-external-sdk'> |
| 82 | External Development Using the Poky SDK</link> section for more information. | 73 | External Development Using the Poky SDK</link> section for more information. |
| 83 | </para></listitem> | 74 | </para></listitem> |
| 84 | <listitem><para><emphasis><filename>core-image-lsb-sdk-live</filename>:</emphasis> | ||
| 85 | A <filename>core-image-lsb-sdk</filename> image with the ability to run the image | ||
| 86 | from a USB device or CD as is.</para></listitem> | ||
| 87 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> | 75 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> |
| 88 | An image with support for the Open GL-based toolkit Clutter, which enables development of | 76 | An image with support for the Open GL-based toolkit Clutter, which enables development of |
| 89 | rich and animated graphical user interfaces.</para></listitem> | 77 | rich and animated graphical user interfaces.</para></listitem> |
| @@ -98,25 +86,21 @@ | |||
| 98 | the device itself. | 86 | the device itself. |
| 99 | The image also includes testing and profiling tools as well as debug symbols. | 87 | The image also includes testing and profiling tools as well as debug symbols. |
| 100 | This image was formerly <filename>core-image-sdk</filename>.</para></listitem> | 88 | This image was formerly <filename>core-image-sdk</filename>.</para></listitem> |
| 101 | <listitem><para><emphasis><filename>core-image-sato-directdisk</filename>:</emphasis> | ||
| 102 | A <filename>core-image-sato</filename> image that can be copied directly to the | ||
| 103 | disk of the target device.</para></listitem> | ||
| 104 | <listitem><para><emphasis><filename>core-image-sato-live</filename>:</emphasis> | ||
| 105 | A <filename>core-image-sato</filename> image with the ability to run | ||
| 106 | from a USB device or CD as is.</para></listitem> | ||
| 107 | <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> | 89 | <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> |
| 108 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. | 90 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. |
| 109 | The image also includes development headers and libraries to form a complete standalone SDK. | 91 | The image also includes development headers and libraries to form a complete standalone SDK. |
| 110 | See the <link linkend='platdev-appdev-external-sdk'> | 92 | See the <link linkend='platdev-appdev-external-sdk'> |
| 111 | External Development Using the Poky SDK</link> section for more information. | 93 | External Development Using the Poky SDK</link> section for more information. |
| 112 | </para></listitem> | 94 | </para></listitem> |
| 113 | <listitem><para><emphasis><filename>core-image-sato-sdk-directdisk</filename>:</emphasis> | ||
| 114 | A <filename>core-image-sato-sdk</filename> image that can be copied directly to the | ||
| 115 | disk of the target device.</para></listitem> | ||
| 116 | <listitem><para><emphasis><filename>core-image-sato-sdk-live</filename>:</emphasis> | ||
| 117 | A <filename>core-image-sato-sdk</filename> image that you can run | ||
| 118 | from a USB device or CD as is.</para></listitem> | ||
| 119 | </itemizedlist> | 95 | </itemizedlist> |
| 96 | |||
| 97 | <tip> | ||
| 98 | From Yocto release 1.1 onwards, -live and -directdisk images have been replaced by a "live" | ||
| 99 | option in IMAGE_FSTYPES that will work with any image to produce an image file that can be | ||
| 100 | copied directly to a CD or USB device and run as is. To build a live image, simply add | ||
| 101 | "live" to IMAGE_FSTYPES within local.conf or whereever appropriate and then build the desired | ||
| 102 | image as normal. | ||
| 103 | </tip> | ||
| 120 | </appendix> | 104 | </appendix> |
| 121 | <!-- | 105 | <!-- |
| 122 | vim: expandtab tw=80 ts=4 | 106 | vim: expandtab tw=80 ts=4 |
