From eac2b4b46ff938d2e7a387c4872078926d1b45ff Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Jun 2011 13:03:58 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 91cfc657b5..f12eb864dd 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -146,6 +146,26 @@
The Packages + + Packages and package installation vary depending on your development system. + In general, you need to have root access and then install the required packages. + + + + If you are using a Fedora version prior to version 15 you will need to take some + extra steps to enable sudo. + See for details. + + + + 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 . + 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. + + The packages you need for a Debian-based host are shown in the following command: @@ -181,14 +201,6 @@ $ help2man diffstat texinfo mercurial wget - - 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 . - 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. -