summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-20 13:03:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:19:46 +0100
commiteac2b4b46ff938d2e7a387c4872078926d1b45ff (patch)
tree55979221a92c3bd53dc407579d257ad5cc2e8149 /documentation/yocto-project-qs
parentca8b3a112adc96a763cf17e7182c038a9d6b221d (diff)
downloadpoky-eac2b4b46ff938d2e7a387c4872078926d1b45ff.tar.gz
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>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml28
1 files 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
@@ -147,6 +147,26 @@
147 <title>The Packages</title> 147 <title>The Packages</title>
148 148
149 <para> 149 <para>
150 Packages and package installation vary depending on your development system.
151 In general, you need to have root access and then install the required packages.
152 </para>
153
154 <note><para>
155 If you are using a Fedora version prior to version 15 you will need to take some
156 extra steps to enable <filename>sudo</filename>.
157 See <ulink url='https://fedoraproject.org/wiki/Configureing_Sudo'></ulink> for details.
158 </para></note>
159
160 <para>
161 The commands listed in this manual should work.
162 We are interested, though, to learn what works for you.
163 You can find more information for package requirements on common Linux distributions
164 at <ulink url="http://wiki.openembedded.net/index.php/OEandYourDistro"></ulink>.
165 However, you should be careful when using this information as the information applies
166 to old Linux distributions that are known to not work with a current Poky install.
167 </para>
168
169 <para>
150 The packages you need for a Debian-based host are shown in the following command: 170 The packages you need for a Debian-based host are shown in the following command:
151 </para> 171 </para>
152 172
@@ -181,14 +201,6 @@
181 $ help2man diffstat texinfo mercurial wget 201 $ help2man diffstat texinfo mercurial wget
182 </literallayout> 202 </literallayout>
183 203
184 <note><para>
185 Packages vary in number and name for other Linux distributions.
186 The commands here should work. We are interested, though, to learn what works for you.
187 You can find more information for package requirements on common Linux distributions
188 at <ulink url="http://wiki.openembedded.net/index.php/OEandYourDistro"></ulink>.
189 However, you should be careful when using this information as the information applies
190 to old Linux distributions that are known to not work with a current Poky install.
191 </para></note>
192 </section> 204 </section>
193 205
194 <section id='releases'> 206 <section id='releases'>