diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml
index e7d76f2b1b..1ef1fb3ade 100644
--- a/documentation/ref-manual/ref-images.xml
+++ b/documentation/ref-manual/ref-images.xml
@@ -79,7 +79,12 @@
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.
+ This image requires a distribution configuration that
+ enables LSB compliance (e.g. poky-lsb).
+ If you build core-image-lsb without that
+ configuration, the image will not be LSB-compliant.
core-image-testmaster:
A "master" image designed to be used for automated runtime testing.
@@ -95,10 +100,19 @@
using the host.
The image includes headers and libraries you can use in a host development
environment.
+ This image requires a distribution configuration that
+ enables LSB compliance (e.g. poky-lsb).
+ If you build core-image-lsb-dev without that
+ configuration, the image will not be LSB-compliant.
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.
+ A core-image-lsb that includes everything in
+ meta-toolchain but also includes development headers and libraries
+ to form a complete standalone SDK.
+ This image requires a distribution configuration that
+ enables LSB compliance (e.g. poky-lsb).
+ 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-clutter:
An image with support for the Open GL-based toolkit Clutter, which enables development of
@@ -110,7 +124,8 @@
A very basic X11 image with a terminal.
core-image-weston:
- An image that provides the Wayland protocol libraries and the
+ 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.
@@ -144,23 +159,7 @@
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-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.
-
-
- From the Yocto Project 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 the local.conf
- file or wherever appropriate and then build the desired image as normal.
-