Current list of
<filename>IMAGE_FEATURES</filename> contains the following:
<itemizedlist>
- <listitem><para><emphasis>apps-console-core:</emphasis> Core console applications such as
- <filename>ssh</filename>, <filename>daemon</filename>, <filename>avahi daemon</filename>,
- <filename>portmap</filename> (for mounting NFS shares)</para></listitem>
- <listitem><para><emphasis>x11-base:</emphasis> X11 server + minimal desktop</para></listitem>
- <listitem><para><emphasis>x11-sato:</emphasis> OpenedHand Sato environment</para></listitem>
- <listitem><para><emphasis>apps-x11-core:</emphasis> Core X11 applications such as an
- X Terminal, file manager, and file editor</para></listitem>
- <listitem><para><emphasis>apps-x11-games:</emphasis> A set of X11 games</para></listitem>
- <listitem><para><emphasis>tools-sdk:</emphasis> A full SDK that runs on the device
- </para></listitem>
- <listitem><para><emphasis>tools-debug:</emphasis> Debugging tools such as
- <filename>strace</filename> and <filename>gdb</filename>
- </para></listitem>
- <listitem><para><emphasis>tools-profile:</emphasis> Profiling tools such as
+ <listitem><para><emphasis>splash:</emphasis> Enables showing a splash screen during boot.
+ By default, this screen is provided by <filename>psplash</filename>, which does
+ allow customization.
+ If you prefer to use an alternative splash screen package, you can do so by
+ setting the <filename>SPLASH</filename> variable
+ to a different package name (or names) within the image recipe or at the distro
+ configuration level.</para></listitem>
+ <listitem><para><emphasis>ssh-server-dropbear:</emphasis> Installs the Dropbear minimal
+ SSH server.
+ </para></listitem>
+ <listitem><para><emphasis>ssh-server-openssh:</emphasis> 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 <filename>IMAGE_FEATURES</filename>, then OpenSSH will take
+ precedence and Dropbear will not be installed.</para></listitem>
+ <listitem><para><emphasis>x11:</emphasis> Installs the X server</para></listitem>
+ <listitem><para><emphasis>x11-base:</emphasis> Installs the X server with a
+ minimal environment.</para></listitem>
+ <listitem><para><emphasis>x11-sato:</emphasis> Installs the OpenedHand Sato environment.
+ </para></listitem>
+ <listitem><para><emphasis>tools-sdk:</emphasis> Installs a full SDK that runs on the device.
+ </para></listitem>
+ <listitem><para><emphasis>tools-debug:</emphasis> Installs debugging tools such as
+ <filename>strace</filename> and <filename>gdb</filename>.
+ </para></listitem>
+ <listitem><para><emphasis>tools-profile:</emphasis> Installs profiling tools such as
<filename>oprofile</filename>, <filename>exmap</filename>, and
- <filename>LTTng</filename></para></listitem>
- <listitem><para><emphasis>tools-testapps:</emphasis> Device testing tools (e.g.
- touchscreen debugging)</para></listitem>
- <listitem><para><emphasis>nfs-server:</emphasis> NFS server (exports / over NFS
- to everybody)</para></listitem>
- <listitem><para><emphasis>dev-pkgs:</emphasis> Development packages (headers and
- extra library links) for all packages installed in a given image</para></listitem>
- <listitem><para><emphasis>dbg-pkgs:</emphasis> Debug packages for all packages
- installed in a given image</para></listitem>
+ <filename>LTTng</filename>.</para></listitem>
+ <listitem><para><emphasis>tools-testapps:</emphasis> Installs device testing tools (e.g.
+ touchscreen debugging).</para></listitem>
+ <listitem><para><emphasis>nfs-server:</emphasis> Installs an NFS server.</para></listitem>
+ <listitem><para><emphasis>dev-pkgs:</emphasis> Installs development packages (headers and
+ extra library links) for all packages installed in a given image.</para></listitem>
+ <listitem><para><emphasis>dbg-pkgs:</emphasis> Installs debug symbol packages for all packages
+ installed in a given image.</para></listitem>
+ <listitem><para><emphasis>doc-pkgs:</emphasis> Installs documentation packages for all packages
+ installed in a given image.</para></listitem>
</itemizedlist>
</para>
</section>