mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
61 lines
2.7 KiB
HTML
61 lines
2.7 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
<title>1.3.2.1. Ubuntu</title>
|
||
<link rel="stylesheet" type="text/css" href="../book.css">
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||
<link rel="home" href="index.html" title="The Yocto Project Reference Manual">
|
||
<link rel="up" href="required-packages-for-the-host-development-system.html" title="1.3.2. Required Packages for the Host Development System">
|
||
<link rel="prev" href="required-packages-for-the-host-development-system.html" title="1.3.2. Required Packages for the Host Development System">
|
||
<link rel="next" href="fedora-packages.html" title="1.3.2.2. Fedora Packages">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="1.3.2.1. Ubuntu">
|
||
<div class="titlepage"><div><div><h4 class="title">
|
||
<a name="ubuntu-packages"></a>1.3.2.1. Ubuntu</h4></div></div></div>
|
||
<p>
|
||
The following list shows the required packages by function
|
||
given a supported Ubuntu Linux distribution:
|
||
</p>
|
||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||
<li class="listitem">
|
||
<p><span class="emphasis"><em>Essentials:</em></span>
|
||
Packages needed to build an image on a headless
|
||
system:
|
||
</p>
|
||
<pre class="literallayout">
|
||
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo \
|
||
build-essential chrpath
|
||
</pre>
|
||
</li>
|
||
<li class="listitem">
|
||
<p><span class="emphasis"><em>Graphical Extras:</em></span>
|
||
Packages recommended if the host system has graphics support:
|
||
</p>
|
||
<pre class="literallayout">
|
||
$ sudo apt-get install libsdl1.2-dev xterm
|
||
</pre>
|
||
</li>
|
||
<li class="listitem">
|
||
<p><span class="emphasis"><em>Documentation:</em></span>
|
||
Packages needed if you are going to build out the
|
||
Yocto Project documentation manuals:
|
||
</p>
|
||
<pre class="literallayout">
|
||
$ sudo apt-get install make xsltproc docbook-utils fop
|
||
</pre>
|
||
</li>
|
||
<li class="listitem">
|
||
<p><span class="emphasis"><em>ADT Installer Extras:</em></span>
|
||
Packages needed if you are going to be using the
|
||
<a class="link" href="../adt-manual/using-the-adt-installer.html" target="_self">Application Development Toolkit (ADT) Installer</a>:
|
||
</p>
|
||
<pre class="literallayout">
|
||
$ sudo apt-get install autoconf automake libtool libglib2.0-dev
|
||
</pre>
|
||
</li>
|
||
</ul></div>
|
||
<p>
|
||
</p>
|
||
</div></body>
|
||
</html>
|