diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index 4e7b029ea7..519f1c7675 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -92,6 +92,21 @@
See the
External Development Using the Poky SDK 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.
+ 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.
+ See the External Development
+ Using the Poky SDK section for more information.
+ 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.