From fcea677c80621b4bab2cd4e7fed45572fbc29102 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 21 May 2012 11:39:12 -0600 Subject: documentation/poky-ref-manual/ref-images.xml: images defined Fixes [YOCTO #2459] I provided better definitions to the -dev and -sdk image types. They now call out host development and target development. (From yocto-docs rev: bd2c0db27d7eb038931550a96752f961ea6b1d9c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-images.xml | 33 ++++++++++++++++++---------- 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'documentation/poky-ref-manual/ref-images.xml') 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 @@ core-image-minimal: A small image just capable of allowing a device to boot. core-image-minimal-dev: - A core-image-minimal image suitable for development work. + A core-image-minimal image suitable for development work + using the host. + The image includes headers and libraries you can use in a host development + environment. core-image-minimal-initramfs: A core-image-minimal image that has the Minimal RAM-based @@ -65,13 +68,17 @@ A core-image-basic image suitable for implementations that conform to Linux Standard Base (LSB). core-image-lsb-dev: - A core-image-lsb image that is suitable for development work. + A core-image-lsb image that is suitable for development work + using the host. + The image includes headers and libraries you can use in a host development + environment. 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 Meta-Toolchain" - section for more information. + but also includes development headers and libraries to form a complete standalone SDK. + This image is suitable for development using the target. + See the "External Development Using + the Meta-Toolchain" section for more information. core-image-clutter: An image with support for the Open GL-based toolkit Clutter, which enables development of rich and animated graphical user interfaces. @@ -81,15 +88,17 @@ The image supports X11 with a Sato theme and Pimlico applications and also contains terminal, editor, and file manager. core-image-sato-dev: - A core-image-sato image suitable for development. + A core-image-sato image suitable for development + using the host. The image includes libraries needed to build applications on the device itself, testing and profiling tools, and debug symbols. This image was formerly core-image-sdk. 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 Meta-Toolchain" - section for more information. + The image also includes development headers and libraries to form a complete standalone SDK + and is suitable for development using the target. + See the "External Development Using + the Meta-Toolchain" section for more information. core-image-rt: A core-image-minimal image plus a real-time test suite and tools appropriate for real-time use. @@ -97,9 +106,9 @@ A core-image-rt image that includes everything in meta-toolchain. The image also includes development headers and libraries to form a complete - stand-alone SDK. - See the "External Development Using the Meta-Toolchain" - section for more information. + stand-alone SDK and is suitable for development using the target. + See the "External Development Using + the Meta-Toolchain" section for more information. core-image-gtk-directfb: An image that uses gtk+ over directfb instead of X11. -- cgit v1.2.3-54-g00ecf