diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml
index 51bd73a83b..2909392b3b 100644
--- a/documentation/poky-ref-manual/ref-features.xml
+++ b/documentation/poky-ref-manual/ref-features.xml
@@ -128,30 +128,43 @@
Current list of
IMAGE_FEATURES contains the following:
- apps-console-core: Core console applications such as
- ssh, daemon, avahi daemon,
- portmap (for mounting NFS shares)
- x11-base: X11 server + minimal desktop
- x11-sato: OpenedHand Sato environment
- apps-x11-core: Core X11 applications such as an
- X Terminal, file manager, and file editor
- apps-x11-games: A set of X11 games
- tools-sdk: A full SDK that runs on the device
+ splash: Enables showing a splash screen during boot.
+ By default, this screen is provided by psplash, which does
+ allow customization.
+ If you prefer to use an alternative splash screen package, you can do so by
+ setting the SPLASH variable
+ to a different package name (or names) within the image recipe or at the distro
+ configuration level.
+ ssh-server-dropbear: Installs the Dropbear minimal
+ SSH server.
- tools-debug: Debugging tools such as
- strace and gdb
+ ssh-server-openssh: Installs the OpenSSH SSH server,
+ which is more full-featured than Dropbear.
+ Note that if both the OpenSSH SSH server and the Dropbear minimal SSH server
+ are present in IMAGE_FEATURES, then OpenSSH will take
+ precedence and Dropbear will not be installed.
+ x11: Installs the X server
+ x11-base: Installs the X server with a
+ minimal environment.
+ x11-sato: Installs the OpenedHand Sato environment.
- tools-profile: Profiling tools such as
+ tools-sdk: Installs a full SDK that runs on the device.
+
+ tools-debug: Installs debugging tools such as
+ strace and gdb.
+
+ tools-profile: Installs profiling tools such as
oprofile, exmap, and
- LTTng
- tools-testapps: Device testing tools (e.g.
- touchscreen debugging)
- nfs-server: NFS server (exports / over NFS
- to everybody)
- dev-pkgs: Development packages (headers and
- extra library links) for all packages installed in a given image
- dbg-pkgs: Debug packages for all packages
- installed in a given image
+ LTTng.
+ tools-testapps: Installs device testing tools (e.g.
+ touchscreen debugging).
+ nfs-server: Installs an NFS server.
+ dev-pkgs: Installs development packages (headers and
+ extra library links) for all packages installed in a given image.
+ dbg-pkgs: Installs debug symbol packages for all packages
+ installed in a given image.
+ doc-pkgs: Installs documentation packages for all packages
+ installed in a given image.