diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-03 13:04:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:21:40 +0100 |
commit | ddef53b9620aa45986619e2ffe0afef513e3769e (patch) | |
tree | fc4b62eeda70e35242ff1e5a56262942d588c7c4 /documentation/yocto-project-qs | |
parent | c1392638ce5487f956a833756788c3433db23f21 (diff) | |
download | poky-ddef53b9620aa45986619e2ffe0afef513e3769e.tar.gz |
documentation: poky-ref-manual, yocto-project-qs - Updates to packages
A few edits to the respective sections that talk about required
packages. Some wording changes for headless and graphics
supported systems. Also, re-inserted the note about older
CentOS systems.
Reported-by Paul Eggleton <paul.eggleton>
(From yocto-docs rev: 112370758cf41104ff04c4996d4a432e6bd54be1)
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.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index a025895843..ca6f65bf00 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -216,12 +216,15 @@ | |||
216 | For example, if you want to build an image that can run | 216 | For example, if you want to build an image that can run |
217 | on QEMU in graphical mode (a minimal, basic build | 217 | on QEMU in graphical mode (a minimal, basic build |
218 | requirement), then the number of packages is different than if you want to | 218 | requirement), then the number of packages is different than if you want to |
219 | build an image for a headless system or build out the Yocto Project | 219 | build an image on a headless system or build out the Yocto Project |
220 | documentation set. | 220 | documentation set. |
221 | Collectively, the number of required packages is large | 221 | Collectively, the number of required packages is large |
222 | if you want to be able to cover all cases. | 222 | if you want to be able to cover all cases. |
223 | <note>In general, you need to have root access and then install the | 223 | <note>In general, you need to have root access and then install the |
224 | required packages.</note> | 224 | required packages. |
225 | Thus, the commands in the following section may or may not work | ||
226 | depending on whether or not your Linux distribution has | ||
227 | <filename>sudo</filename> installed.</note> | ||
225 | </para> | 228 | </para> |
226 | 229 | ||
227 | <para> | 230 | <para> |
@@ -281,6 +284,11 @@ | |||
281 | <literallayout class='monospaced'> | 284 | <literallayout class='monospaced'> |
282 | $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 285 | $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
283 | </literallayout> | 286 | </literallayout> |
287 | <note>Depending on the CentOS version you are using, other requirements | ||
288 | and dependencies might exist. | ||
289 | For details, you should look at the CentOS sections on the | ||
290 | <ulink url='https://wiki.yoctoproject.org/wiki/Poky/GettingStarted/Dependencies'>Poky/GettingStarted/Dependencies</ulink> | ||
291 | wiki page.</note> | ||
284 | </para> | 292 | </para> |
285 | </section> | 293 | </section> |
286 | </section> | 294 | </section> |