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.