summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html')
-rw-r--r--documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html
deleted file mode 100644
index e705a2922f..0000000000
--- a/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-features-image.html
+++ /dev/null
@@ -1,73 +0,0 @@
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>9.3. Images</title>
5<link rel="stylesheet" type="text/css" href="../book.css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7<link rel="home" href="index.html" title="The Yocto Project Reference Manual">
8<link rel="up" href="ref-features.html" title="Chapter 9. Reference: Features">
9<link rel="prev" href="ref-features-machine.html" title="9.2. Machine">
10<link rel="next" href="ref-features-backfill.html" title="9.4. Feature Backfilling">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="9.3. Images">
13<div class="titlepage"><div><div><h2 class="title" style="clear: both">
14<a name="ref-features-image"></a>9.3. Images</h2></div></div></div>
15<p>
16 The contents of images generated by the OpenEmbedded build system can be controlled by the
17 <code class="filename"><a class="link" href="ref-variables-glos.html#var-IMAGE_FEATURES" title="IMAGE_FEATURES">IMAGE_FEATURES</a></code>
18 and <code class="filename"><a class="link" href="ref-variables-glos.html#var-EXTRA_IMAGE_FEATURES" title="EXTRA_IMAGE_FEATURES">EXTRA_IMAGE_FEATURES</a></code>
19 variables that you typically configure in your image recipes.
20 Through these variables you can add several different
21 predefined packages such as development utilities or packages with debug
22 information needed to investigate application problems or profile applications.
23 </p>
24<p>
25 Current list of
26 <code class="filename">IMAGE_FEATURES</code> contains the following:
27 </p>
28<div class="itemizedlist"><ul class="itemizedlist" type="disc">
29<li class="listitem"><p><span class="emphasis"><em>splash:</em></span> Enables showing a splash screen during boot.
30 By default, this screen is provided by <code class="filename">psplash</code>, which does
31 allow customization.
32 If you prefer to use an alternative splash screen package, you can do so by
33 setting the <code class="filename">SPLASH</code> variable
34 to a different package name (or names) within the image recipe or at the distro
35 configuration level.</p></li>
36<li class="listitem"><p><span class="emphasis"><em>ssh-server-dropbear:</em></span> Installs the Dropbear minimal
37 SSH server.
38 </p></li>
39<li class="listitem"><p><span class="emphasis"><em>ssh-server-openssh:</em></span> Installs the OpenSSH SSH server,
40 which is more full-featured than Dropbear.
41 Note that if both the OpenSSH SSH server and the Dropbear minimal SSH server
42 are present in <code class="filename">IMAGE_FEATURES</code>, then OpenSSH will take
43 precedence and Dropbear will not be installed.</p></li>
44<li class="listitem"><p><span class="emphasis"><em>x11:</em></span> Installs the X server</p></li>
45<li class="listitem"><p><span class="emphasis"><em>x11-base:</em></span> Installs the X server with a
46 minimal environment.</p></li>
47<li class="listitem"><p><span class="emphasis"><em>x11-sato:</em></span> Installs the OpenedHand Sato environment.
48 </p></li>
49<li class="listitem"><p><span class="emphasis"><em>tools-sdk:</em></span> Installs a full SDK that runs on the device.
50 </p></li>
51<li class="listitem"><p><span class="emphasis"><em>tools-debug:</em></span> Installs debugging tools such as
52 <code class="filename">strace</code> and <code class="filename">gdb</code>.
53 </p></li>
54<li class="listitem"><p><span class="emphasis"><em>tools-profile:</em></span> Installs profiling tools such as
55 <code class="filename">oprofile</code>, <code class="filename">exmap</code>, and
56 <code class="filename">LTTng</code>.</p></li>
57<li class="listitem"><p><span class="emphasis"><em>tools-testapps:</em></span> Installs device testing tools (e.g.
58 touchscreen debugging).</p></li>
59<li class="listitem"><p><span class="emphasis"><em>nfs-server:</em></span> Installs an NFS server.</p></li>
60<li class="listitem"><p><span class="emphasis"><em>dev-pkgs:</em></span> Installs development packages (headers and
61 extra library links) for all packages installed in a given image.</p></li>
62<li class="listitem"><p><span class="emphasis"><em>staticdev-pkgs:</em></span> Installs static development
63 packages (i.e. static libraries containing <code class="filename">*.a</code> files) for all
64 packages installed in a given image.</p></li>
65<li class="listitem"><p><span class="emphasis"><em>dbg-pkgs:</em></span> Installs debug symbol packages for all packages
66 installed in a given image.</p></li>
67<li class="listitem"><p><span class="emphasis"><em>doc-pkgs:</em></span> Installs documentation packages for all packages
68 installed in a given image.</p></li>
69</ul></div>
70<p>
71 </p>
72</div></body>
73</html>