diff options
Diffstat (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/centos-packages.html')
-rw-r--r-- | documentation/ref-manual/eclipse/html/poky-ref-manual/centos-packages.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/centos-packages.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/centos-packages.html new file mode 100644 index 0000000000..05463bc93a --- /dev/null +++ b/documentation/ref-manual/eclipse/html/poky-ref-manual/centos-packages.html | |||
@@ -0,0 +1,69 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
4 | <title>1.3.2.4. CentOS Packages</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="required-packages-for-the-host-development-system.html" title="1.3.2. Required Packages for the Host Development System"> | ||
9 | <link rel="prev" href="opensuse-packages.html" title="1.3.2.3. OpenSUSE Packages"> | ||
10 | <link rel="next" href="intro-getit.html" title="1.4. Obtaining the Yocto Project"> | ||
11 | </head> | ||
12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="1.3.2.4. CentOS Packages"> | ||
13 | <div class="titlepage"><div><div><h4 class="title"> | ||
14 | <a name="centos-packages"></a>1.3.2.4. CentOS Packages</h4></div></div></div> | ||
15 | <p> | ||
16 | The following list shows the required packages by function | ||
17 | given a supported CentOS Linux distribution: | ||
18 | </p> | ||
19 | <div class="itemizedlist"><ul class="itemizedlist" type="disc"> | ||
20 | <li class="listitem"> | ||
21 | <p><span class="emphasis"><em>Essentials:</em></span> | ||
22 | Packages needed to build an image for a headless | ||
23 | system: | ||
24 | </p> | ||
25 | <pre class="literallayout"> | ||
26 | $ sudo yum -y install gawk make wget tar bzip2 gzip python unzip perl patch \ | ||
27 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath | ||
28 | </pre> | ||
29 | </li> | ||
30 | <li class="listitem"> | ||
31 | <p><span class="emphasis"><em>Graphical Extras:</em></span> | ||
32 | Packages recommended if the host system has graphics support: | ||
33 | </p> | ||
34 | <pre class="literallayout"> | ||
35 | $ sudo yum -y install SDL-devel xterm | ||
36 | </pre> | ||
37 | </li> | ||
38 | <li class="listitem"> | ||
39 | <p><span class="emphasis"><em>Documentation:</em></span> | ||
40 | Packages needed if you are going to build out the | ||
41 | Yocto Project documentation manuals: | ||
42 | </p> | ||
43 | <pre class="literallayout"> | ||
44 | $ sudo yum -y install make docbook-style-dsssl docbook-style-xsl \ | ||
45 | docbook-dtds docbook-utils fop libxslt | ||
46 | </pre> | ||
47 | </li> | ||
48 | <li class="listitem"> | ||
49 | <p><span class="emphasis"><em>ADT Installer Extras:</em></span> | ||
50 | Packages needed if you are going to be using the | ||
51 | <a class="link" href="../adt-manual/using-the-adt-installer.html" target="_self">Application Development Toolkit (ADT) Installer</a>: | ||
52 | </p> | ||
53 | <pre class="literallayout"> | ||
54 | $ sudo yum -y install autoconf automake libtool glib2-devel | ||
55 | </pre> | ||
56 | </li> | ||
57 | </ul></div> | ||
58 | <p> | ||
59 | </p> | ||
60 | <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> | ||
61 | <h3 class="title">Note</h3>Depending on the CentOS version you are using, other requirements | ||
62 | and dependencies might exist. | ||
63 | For details, you should look at the CentOS sections on the | ||
64 | <a class="ulink" href="https://wiki.yoctoproject.org/wiki/Poky/GettingStarted/Dependencies" target="_self">Poky/GettingStarted/Dependencies</a> | ||
65 | wiki page.</div> | ||
66 | <p> | ||
67 | </p> | ||
68 | </div></body> | ||
69 | </html> | ||