summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-20 12:40:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:19:37 +0100
commitca8b3a112adc96a763cf17e7182c038a9d6b221d (patch)
treeea9a1774a44120ba09e9b335bd85c87d7976a49e /documentation/yocto-project-qs
parent54f43b664825111168cff098fca67b5ce2bba26d (diff)
downloadpoky-ca8b3a112adc96a763cf17e7182c038a9d6b221d.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: zypper for OpenSUSE
I updated the packages section to also include the zypper command and supporting commands so that the OpenSUSE user can install packages. (From yocto-docs rev: 3a9a0f7fb03bf264e1587d181db111a542e7964d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index bc40cbbeb3..91cfc657b5 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -159,7 +159,8 @@
159 </literallayout> 159 </literallayout>
160 160
161 <para> 161 <para>
162 The packages you need for an RPM-based host like Fedora are shown in these commands: 162 The packages you need for an RPM-based host like Fedora and OpenSUSE,
163 respectively, are as follows:
163 </para> 164 </para>
164 165
165 <literallayout class='monospaced'> 166 <literallayout class='monospaced'>
@@ -173,6 +174,12 @@
173 SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ 174 SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \
174 autoconf automake 175 autoconf automake
175 </literallayout> 176 </literallayout>
177
178 <literallayout class='monospaced'>
179 $ sudo zypper install python gcc gcc-c++
180 $ subversion git chrpath automake
181 $ help2man diffstat texinfo mercurial wget
182 </literallayout>
176 183
177 <note><para> 184 <note><para>
178 Packages vary in number and name for other Linux distributions. 185 Packages vary in number and name for other Linux distributions.