From 63d3dac89bbd97dbe88b1251fd61fdb9d1a5525f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 5 Sep 2012 09:54:41 -0700 Subject: documentation/poky-ref-manual/ref-features.xml: edits to IMAGE_FEATURES list * apps-console-core has been effectively replaced by splash * apps-x11-core, apps-x11-games have been removed * ssh-server-* were added quite a while ago, add these here * x11 has been added * x11-base has changed behaviour slightly * doc-pkgs was added * nfs-server never exported the entire /, so remove this comment In addition to Paul's changes. I performed some general edits to the list so that it is active voice and has a parallel structure for all the list items. Changes involved some of Paul's stuff and some of mine. (From yocto-docs rev: fec6f162506a59124b137a7d1640944114ebb5c2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-features.xml | 59 ++++++++++++++++---------- 1 file changed, 36 insertions(+), 23 deletions(-) (limited to 'documentation') 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 - - tools-debug: Debugging tools such as - strace and gdb - - tools-profile: Profiling tools such as + 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. + + 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-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. -- cgit v1.2.3-54-g00ecf