From ca8b3a112adc96a763cf17e7182c038a9d6b221d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Jun 2011 12:40:19 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 @@ - The packages you need for an RPM-based host like Fedora are shown in these commands: + The packages you need for an RPM-based host like Fedora and OpenSUSE, + respectively, are as follows: @@ -173,6 +174,12 @@ SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ autoconf automake + + + $ sudo zypper install python gcc gcc-c++ + $ subversion git chrpath automake + $ help2man diffstat texinfo mercurial wget + Packages vary in number and name for other Linux distributions.