summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/eclipse/html/poky-ref-manual/opensuse-packages.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/opensuse-packages.html')
-rw-r--r--documentation/ref-manual/eclipse/html/poky-ref-manual/opensuse-packages.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/opensuse-packages.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/opensuse-packages.html
new file mode 100644
index 0000000000..16a1860596
--- /dev/null
+++ b/documentation/ref-manual/eclipse/html/poky-ref-manual/opensuse-packages.html
@@ -0,0 +1,60 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>1.3.2.3. OpenSUSE Packages</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="fedora-packages.html" title="1.3.2.2. Fedora Packages">
+<link rel="next" href="centos-packages.html" title="1.3.2.4. CentOS Packages">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="1.3.2.3. OpenSUSE Packages">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="opensuse-packages"></a>1.3.2.3. OpenSUSE Packages</h4></div></div></div>
+<p>
+ The following list shows the required packages by function
+ given a supported OpenSUSE 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 for a headless
+ system:
+ </p>
+<pre class="literallayout">
+ $ sudo zypper install python gcc gcc-c++ git chrpath make wget python-xml \
+ diffstat texinfo python-curses
+ </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 zypper install libSDL-devel 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 zypper install make fop xsltproc
+ </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 zypper install autoconf automake libtool glib2-devel
+ </pre>
+</li>
+</ul></div>
+<p>
+ </p>
+</div></body>
+</html>