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-04 14:08:19 +0100 |
| commit | 94cb42e3fad5b711e563ccffbd799c1384456d87 (patch) | |
| tree | 5e5ca5b76b1f6cd9e31160af3addb07100e2d9b1 /documentation/yocto-project-qs | |
| parent | 5757a25a71088d5a4b2ba0ed8b83d2f2266f2a11 (diff) | |
| download | poky-94cb42e3fad5b711e563ccffbd799c1384456d87.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> |
