diff options
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> |