summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'>