diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 604c843b89..174f44f3e7 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -220,33 +220,11 @@
- The bulk of image features are available only when you inherit the
+ Some image features are available only when you inherit the
core-image
class.
- However, some features, as noted in the following list, are
- available to all images.
- The current list of valid IMAGE_FEATURES
- is as follows:
+ The current list of these valid variables is as follows:
- dbg-pkgs:
- Installs debug symbol packages for all packages installed
- in a given image.
-
- debug-tweaks:
- Makes an image suitable for development (e.g.
- allows root logins without passwords).
- The debug-tweaks feature is
- available for all images regardless of whether or not
- the core-image class is inherited.
-
- dev-pkgs:
- Installs development packages (headers and extra library
- links) for all packages installed in a given image.
-
- doc-pkgs: Installs
- documentation packages for all packages installed in a
- given image.
- eclipse-debug: Provides
Eclipse remote debugging support.
@@ -256,42 +234,9 @@
nfs-server:
Installs an NFS server.
- package-management:
- Installs package management tools and preserves the package
- manager database.
- The package-management feature is
- available for all images regardless of whether or not
- the core-image class is inherited.
-
- ptest-pkgs:
- Installs ptest packages for all ptest-enabled recipes.
- qt4-pkgs:
Supports Qt4/X11 and demo applications.
- read-only-rootfs:
- Creates an image whose root filesystem is read-only.
- See the
- "Creating a Read-Only Root Filesystem"
- section in the Yocto Project Development Manual for more
- information.
- The read-only-rootfs feature is
- available for all images regardless of whether or not
- the core-image class is inherited.
-
- 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.
- The splash feature is
- available for all images regardless of whether or not
- the core-image class is inherited.
- ssh-server-dropbear:
Installs the Dropbear minimal SSH server.
@@ -303,11 +248,6 @@
IMAGE_FEATURES, then OpenSSH will take
precedence and Dropbear will not be installed.
- staticdev-pkgs:
- Installs static development packages (i.e. static
- libraries containing *.a files) for
- all packages installed in a given image.
- tools-debug:
Installs debugging tools such as
strace and gdb.
@@ -343,6 +283,60 @@
+
+
+ Other image features are available for all images regardless of
+ whether or not you inherit the core-image
+ class.
+ The list of these valid variables is as follows:
+
+ dbg-pkgs:
+ Installs debug symbol packages for all packages installed
+ in a given image.
+
+ debug-tweaks:
+ Makes an image suitable for development (e.g.
+ allows root logins without passwords).
+
+ dev-pkgs:
+ Installs development packages (headers and extra library
+ links) for all packages installed in a given image.
+
+ doc-pkgs: Installs
+ documentation packages for all packages installed in a
+ given image.
+
+ package-management:
+ Installs package management tools and preserves the package
+ manager database.
+
+ ptest-pkgs:
+ Installs ptest packages for all ptest-enabled recipes.
+
+ read-only-rootfs:
+ Creates an image whose root filesystem is read-only.
+ See the
+ "Creating a Read-Only Root Filesystem"
+ section in the Yocto Project Development Manual for more
+ information.
+
+ 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.
+
+ staticdev-pkgs:
+ Installs static development packages (i.e. static
+ libraries containing *.a files) for
+ all packages installed in a given image.
+
+
+