From e90f4a13603a30f26cf58ed56a1f645fdef1bfe6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 30 Sep 2014 14:24:22 -0700 Subject: ref-manual: Minor edits to "Image Features" section. Reversed order of the list presentation and re-worded the static library sentence. (From yocto-docs rev: 5c32730550629527f6ceb2140df31a097f7a6081) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-features.xml | 106 +++++++++++++++--------------- 1 file changed, 52 insertions(+), 54 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 174f44f3e7..c216ded866 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml @@ -219,11 +219,62 @@ profile applications. + + The following image features are available for all images: + + 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, which are + static libraries (e.g. *.a files), for + all packages installed in a given image. + + + + Some image features are available only when you inherit the core-image class. - The current list of these valid variables is as follows: + The current list of these valid features is as follows: eclipse-debug: Provides Eclipse remote debugging support. @@ -284,59 +335,6 @@ - - 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. - - -
-- cgit v1.2.3-54-g00ecf