documentation/yocto-project-qs/yocto-project-qs.xml: Updated package install

I included a new note to help users of pre-15 release Fedora enable sudo.
Along with this I repositioned the note about using non-supported
distros into the main text.  Overall the section includes more information
and is organized a bit better.

(From yocto-docs rev: b0ae94b97ae46562ddde79df83462adf88b94527)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-06-20 13:03:58 -07:00 committed by Richard Purdie
parent ca8b3a112a
commit eac2b4b46f
1 changed files with 20 additions and 8 deletions

View File

@ -146,6 +146,26 @@
<section id='packages'>
<title>The Packages</title>
<para>
Packages and package installation vary depending on your development system.
In general, you need to have root access and then install the required packages.
</para>
<note><para>
If you are using a Fedora version prior to version 15 you will need to take some
extra steps to enable <filename>sudo</filename>.
See <ulink url='https://fedoraproject.org/wiki/Configureing_Sudo'></ulink> for details.
</para></note>
<para>
The commands listed in this manual should work.
We are interested, though, to learn what works for you.
You can find more information for package requirements on common Linux distributions
at <ulink url="http://wiki.openembedded.net/index.php/OEandYourDistro"></ulink>.
However, you should be careful when using this information as the information applies
to old Linux distributions that are known to not work with a current Poky install.
</para>
<para>
The packages you need for a Debian-based host are shown in the following command:
</para>
@ -181,14 +201,6 @@
$ help2man diffstat texinfo mercurial wget
</literallayout>
<note><para>
Packages vary in number and name for other Linux distributions.
The commands here should work. We are interested, though, to learn what works for you.
You can find more information for package requirements on common Linux distributions
at <ulink url="http://wiki.openembedded.net/index.php/OEandYourDistro"></ulink>.
However, you should be careful when using this information as the information applies
to old Linux distributions that are known to not work with a current Poky install.
</para></note>
</section>
<section id='releases'>