From 75fc3840aafba5a676351bf0a940d8fe3ccb2b6b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 23 Aug 2011 14:29:24 +0100 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-images.xml | 32 +++++++--------------------- 1 file 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 @@ core-image-minimal-dev: A core-image-minimal image suitable for development work. - core-image-minimal-directdisk: - A core-image-minimal image that you can copy directly to the disk - of the target device. core-image-minimal-initramfs: A core-image-minimal image that has the Minimal RAM-based Initial Root Filesystem (initramfs) as part of the kernel, which allows the system to find the first “init” program more efficiently. - core-image-minimal-live: - A core-image-minimal image you can run from a - USB device or CD as is. core-image-minimal-mtdutils: A core-image-minimal image that has support for the Minimal MTD Utilities, which let the user interact with the @@ -72,18 +66,12 @@ core-image-lsb-dev: A core-image-lsb image that is suitable for development work. - core-image-lsb-live: - A core-image-lsb image that you run from a USB device or CD as is. - core-image-lsb-sdk: A core-image-lsb that includes everything in meta-toolchain but also includes development headers and libraries to form a complete standalone SDK. See the External Development Using the Poky SDK section for more information. - core-image-lsb-sdk-live: - A core-image-lsb-sdk image with the ability to run the image - from a USB device or CD as is. core-image-clutter: An image with support for the Open GL-based toolkit Clutter, which enables development of rich and animated graphical user interfaces. @@ -98,25 +86,21 @@ the device itself. The image also includes testing and profiling tools as well as debug symbols. This image was formerly core-image-sdk. - core-image-sato-directdisk: - A core-image-sato image that can be copied directly to the - disk of the target device. - core-image-sato-live: - A core-image-sato image with the ability to run - from a USB device or CD as is. core-image-sato-sdk: A core-image-sato image that includes everything in meta-toolchain. The image also includes development headers and libraries to form a complete standalone SDK. See the External Development Using the Poky SDK section for more information. - core-image-sato-sdk-directdisk: - A core-image-sato-sdk image that can be copied directly to the - disk of the target device. - core-image-sato-sdk-live: - A core-image-sato-sdk image that you can run - from a USB device or CD as is. + + + From Yocto release 1.1 onwards, -live and -directdisk images have been replaced by a "live" + option in IMAGE_FSTYPES that will work with any image to produce an image file that can be + copied directly to a CD or USB device and run as is. To build a live image, simply add + "live" to IMAGE_FSTYPES within local.conf or whereever appropriate and then build the desired + image as normal. +