From d4366144248ffa9ee50d717143b1e87a8a3aa437 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 06:51:59 -0700 Subject: ref-manual: Updates to the "Images" chapter. Made sure the list of shipped (supported) images was up-to-date. Had to add a couple. Also, some extra edits to support the new list. (From yocto-docs rev: db5bc1dd0079d0d8db67653a9878205d4b89258f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-images.xml | 75 ++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 29 deletions(-) (limited to 'documentation/ref-manual/ref-images.xml') diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index 0a827ca235..e08fd19adf 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml @@ -31,13 +31,25 @@ These recipes reside in the meta/recipes-core/images, meta/recipes-extended/images, - meta/recipes-graphics/images, and - meta/recipes-sato/images directories - within the source directory. + meta/recipes-graphics/images, + meta/recipes-qt/images, + meta/recipes-rt/images, + meta/recipes-sato/images, and + meta-skeleton/recipes-multilib/images directories + within the Source Directory. Although the recipe names are somewhat explanatory, here is a list that describes them: + build-appliance-image: + An example virtual machine that contains all the pieces required to + run builds using the build system as well as the build system itself. + You can boot and run the image using either the + VMware Player + or VMware Workstation. + For more information on this image, see the + Build Appliance page on + the Yocto Project website. core-image-base: A console-only image that fully supports the target device hardware. core-image-minimal: @@ -58,14 +70,12 @@ for the Minimal MTD Utilities, which let the user interact with the MTD subsystem in the kernel to perform operations on flash devices. - core-image-x11: - A very basic X11 image with a terminal. - core-image-basic: A console-only image with more full-featured Linux system functionality installed. core-image-lsb: - An image that conforms to the Linux Standard Base (LSB) specification. + An image that conforms to the Linux Standard Base (LSB) specification. + core-image-lsb-dev: A core-image-lsb image that is suitable for development work using the host. @@ -79,41 +89,48 @@ core-image-clutter: An image with support for the Open GL-based toolkit Clutter, which enables development of rich and animated graphical user interfaces. + core-image-gtk-directfb: + An image that uses gtk+ over directfb + instead of X11. + In order to build, this image requires specific distro configuration that enables + gtk over directfb. + core-image-x11: + A very basic X11 image with a terminal. + + qt4e-demo-image: + An image that launches into the demo application for the embedded + (not based on X11) version of Qt. + core-image-rt: + A core-image-minimal image plus a real-time test suite and + tools appropriate for real-time use. + core-image-rt-sdk: + 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 and is suitable for development using the target. + core-image-sato: An image with Sato support, a mobile environment and visual style that works well with mobile devices. The image supports X11 with a Sato theme and applications such as - a terminal, editor, file manager, media player, and so forth. + a terminal, editor, file manager, media player, and so forth. + core-image-sato-dev: 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. + 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 and is suitable for development using the target. - core-image-rt: - A core-image-minimal image plus a real-time test suite and - tools appropriate for real-time use. - core-image-rt-sdk: - 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 and is suitable for development using the target. - core-image-gtk-directfb: - An image that uses gtk+ over directfb - instead of X11. - In order to build, this image requires specific distro configuration that enables - gtk over directfb. - build-appliance-image: - An image you can boot and run using either the - VMware Player - or VMware Workstation. - For more information on this image, see the - Build Appliance page on - the Yocto Project website. + core-image-multilib-example: + An example image that includes a lib32 version + of Bash into an otherwise standard sato image. + The image assumes a "lib32" multilib has been enabled in the your + configuration. -- cgit v1.2.3-54-g00ecf