diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-12-11 12:07:58 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 14:43:25 +0000 |
| commit | ed0a240e1632682ec4c33341f3e24ad71773cdfc (patch) | |
| tree | 201557f498b77b9f51fad7e12a6009f74aca4c65 /documentation/ref-manual/eclipse/html/poky-ref-manual/opensuse-packages.html | |
| parent | af19d889ef320f9625aae42eed6688b5cc739793 (diff) | |
| download | poky-ed0a240e1632682ec4c33341f3e24ad71773cdfc.tar.gz | |
documentation: Rename of poky-ref-manual folder to ref-manual.
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>
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.html | 60 |
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 @@ | |||
| 1 | <html> | ||
| 2 | <head> | ||
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
| 4 | <title>1.3.2.3. OpenSUSE 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="fedora-packages.html" title="1.3.2.2. Fedora Packages"> | ||
| 10 | <link rel="next" href="centos-packages.html" title="1.3.2.4. CentOS Packages"> | ||
| 11 | </head> | ||
| 12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="1.3.2.3. OpenSUSE Packages"> | ||
| 13 | <div class="titlepage"><div><div><h4 class="title"> | ||
| 14 | <a name="opensuse-packages"></a>1.3.2.3. OpenSUSE Packages</h4></div></div></div> | ||
| 15 | <p> | ||
| 16 | The following list shows the required packages by function | ||
| 17 | given a supported OpenSUSE 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 zypper install python gcc gcc-c++ git chrpath make wget python-xml \ | ||
| 27 | diffstat texinfo python-curses | ||
| 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 zypper install libSDL-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 zypper install make fop xsltproc | ||
| 45 | </pre> | ||
| 46 | </li> | ||
| 47 | <li class="listitem"> | ||
| 48 | <p><span class="emphasis"><em>ADT Installer Extras:</em></span> | ||
| 49 | Packages needed if you are going to be using the | ||
| 50 | <a class="link" href="../adt-manual/using-the-adt-installer.html" target="_self">Application Development Toolkit (ADT) Installer</a>: | ||
| 51 | </p> | ||
| 52 | <pre class="literallayout"> | ||
| 53 | $ sudo zypper install autoconf automake libtool glib2-devel | ||
| 54 | </pre> | ||
| 55 | </li> | ||
| 56 | </ul></div> | ||
| 57 | <p> | ||
| 58 | </p> | ||
| 59 | </div></body> | ||
| 60 | </html> | ||
