summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-05 09:54:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:46 +0100
commit63d3dac89bbd97dbe88b1251fd61fdb9d1a5525f (patch)
tree05c4a3029c39dfd2424b90dc3806e4bb0cd96c70 /documentation
parentb39457ccc67e9351ca2daa7db1db1a23866731f1 (diff)
downloadpoky-63d3dac89bbd97dbe88b1251fd61fdb9d1a5525f.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-features.xml59
1 files changed, 36 insertions, 23 deletions
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 @@
128 Current list of 128 Current list of
129 <filename>IMAGE_FEATURES</filename> contains the following: 129 <filename>IMAGE_FEATURES</filename> contains the following:
130 <itemizedlist> 130 <itemizedlist>
131 <listitem><para><emphasis>apps-console-core:</emphasis> Core console applications such as 131 <listitem><para><emphasis>splash:</emphasis> Enables showing a splash screen during boot.
132 <filename>ssh</filename>, <filename>daemon</filename>, <filename>avahi daemon</filename>, 132 By default, this screen is provided by <filename>psplash</filename>, which does
133 <filename>portmap</filename> (for mounting NFS shares)</para></listitem> 133 allow customization.
134 <listitem><para><emphasis>x11-base:</emphasis> X11 server + minimal desktop</para></listitem> 134 If you prefer to use an alternative splash screen package, you can do so by
135 <listitem><para><emphasis>x11-sato:</emphasis> OpenedHand Sato environment</para></listitem> 135 setting the <filename>SPLASH</filename> variable
136 <listitem><para><emphasis>apps-x11-core:</emphasis> Core X11 applications such as an 136 to a different package name (or names) within the image recipe or at the distro
137 X Terminal, file manager, and file editor</para></listitem> 137 configuration level.</para></listitem>
138 <listitem><para><emphasis>apps-x11-games:</emphasis> A set of X11 games</para></listitem> 138 <listitem><para><emphasis>ssh-server-dropbear:</emphasis> Installs the Dropbear minimal
139 <listitem><para><emphasis>tools-sdk:</emphasis> A full SDK that runs on the device 139 SSH server.
140 </para></listitem> 140 </para></listitem>
141 <listitem><para><emphasis>tools-debug:</emphasis> Debugging tools such as 141 <listitem><para><emphasis>ssh-server-openssh:</emphasis> Installs the OpenSSH SSH server,
142 <filename>strace</filename> and <filename>gdb</filename> 142 which is more full-featured than Dropbear.
143 </para></listitem> 143 Note that if both the OpenSSH SSH server and the Dropbear minimal SSH server
144 <listitem><para><emphasis>tools-profile:</emphasis> Profiling tools such as 144 are present in <filename>IMAGE_FEATURES</filename>, then OpenSSH will take
145 precedence and Dropbear will not be installed.</para></listitem>
146 <listitem><para><emphasis>x11:</emphasis> Installs the X server</para></listitem>
147 <listitem><para><emphasis>x11-base:</emphasis> Installs the X server with a
148 minimal environment.</para></listitem>
149 <listitem><para><emphasis>x11-sato:</emphasis> Installs the OpenedHand Sato environment.
150 </para></listitem>
151 <listitem><para><emphasis>tools-sdk:</emphasis> Installs a full SDK that runs on the device.
152 </para></listitem>
153 <listitem><para><emphasis>tools-debug:</emphasis> Installs debugging tools such as
154 <filename>strace</filename> and <filename>gdb</filename>.
155 </para></listitem>
156 <listitem><para><emphasis>tools-profile:</emphasis> Installs profiling tools such as
145 <filename>oprofile</filename>, <filename>exmap</filename>, and 157 <filename>oprofile</filename>, <filename>exmap</filename>, and
146 <filename>LTTng</filename></para></listitem> 158 <filename>LTTng</filename>.</para></listitem>
147 <listitem><para><emphasis>tools-testapps:</emphasis> Device testing tools (e.g. 159 <listitem><para><emphasis>tools-testapps:</emphasis> Installs device testing tools (e.g.
148 touchscreen debugging)</para></listitem> 160 touchscreen debugging).</para></listitem>
149 <listitem><para><emphasis>nfs-server:</emphasis> NFS server (exports / over NFS 161 <listitem><para><emphasis>nfs-server:</emphasis> Installs an NFS server.</para></listitem>
150 to everybody)</para></listitem> 162 <listitem><para><emphasis>dev-pkgs:</emphasis> Installs development packages (headers and
151 <listitem><para><emphasis>dev-pkgs:</emphasis> Development packages (headers and 163 extra library links) for all packages installed in a given image.</para></listitem>
152 extra library links) for all packages installed in a given image</para></listitem> 164 <listitem><para><emphasis>dbg-pkgs:</emphasis> Installs debug symbol packages for all packages
153 <listitem><para><emphasis>dbg-pkgs:</emphasis> Debug packages for all packages 165 installed in a given image.</para></listitem>
154 installed in a given image</para></listitem> 166 <listitem><para><emphasis>doc-pkgs:</emphasis> Installs documentation packages for all packages
167 installed in a given image.</para></listitem>
155 </itemizedlist> 168 </itemizedlist>
156 </para> 169 </para>
157 </section> 170 </section>