summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>