From 2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Oct 2014 16:31:19 -0700 Subject: ref-manual: Scrubbed for variable (user) input. Throughout the manual I had been using angled bracket sets to denote user-supplied input. This is confusing and better shown by using the tags. I scrubbed all the chapters and replaced as needed. Some other minor formatting changes were caught and fixed during the scrub as well. (From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-images.xml | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 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 503595c364..d15ca5b93a 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml @@ -38,9 +38,9 @@ - Following, is a list of supported recipes: + Following is a list of supported recipes: - build-appliance-image: + 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 @@ -49,18 +49,18 @@ For more information on this image, see the Build Appliance page on the Yocto Project website. - core-image-base: + core-image-base: A console-only image that fully supports the target device hardware. - core-image-clutter: + 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-directfb: + core-image-directfb: An image that uses directfb instead of X11. - core-image-full-cmdline: + core-image-full-cmdline: A console-only image with more full-featured Linux system functionality installed. - core-image-lsb: + core-image-lsb: An image that conforms to the Linux Standard Base (LSB) specification. This image requires a distribution configuration that @@ -68,7 +68,7 @@ If you build core-image-lsb without that configuration, the image will not be LSB-compliant. - core-image-lsb-dev: + core-image-lsb-dev: 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 @@ -78,7 +78,7 @@ If you build core-image-lsb-dev without that configuration, the image will not be LSB-compliant. - core-image-lsb-sdk: + 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. @@ -87,15 +87,15 @@ If you build core-image-lsb-sdk without that configuration, the image will not be LSB-compliant. This image is suitable for development using the target. - core-image-minimal: + core-image-minimal: A small image just capable of allowing a device to boot. - core-image-minimal-dev: + core-image-minimal-dev: 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: + 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. @@ -104,38 +104,38 @@ variable for additional information helpful when working with initramfs images. - core-image-minimal-mtdutils: + core-image-minimal-mtdutils: A core-image-minimal image that has support 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-rt: + 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: + 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: + 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. - core-image-sato-dev: + 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. - core-image-sato-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-testmaster: + core-image-testmaster: A "master" image designed to be used for automated runtime testing. Provides a "known good" image that is deployed to a separate partition so that you can boot into it and use it to deploy a @@ -144,21 +144,21 @@ "Performing Automated Runtime Testing" section in the Yocto Project Development Manual. - core-image-testmaster-initramfs: + core-image-testmaster-initramfs: A RAM-based Initial Root Filesystem (initramfs) image tailored for use with the core-image-testmaster image. - core-image-weston: + core-image-weston: A very basic Wayland image with a terminal. This image provides the Wayland protocol libraries and the reference Weston compositor. For more information, see the "Wayland" section. - core-image-x11: + core-image-x11: A very basic X11 image with a terminal. - qt4e-demo-image: + qt4e-demo-image: An image that launches into the demo application for the embedded (not based on X11) version of Qt. -- cgit v1.2.3-54-g00ecf