diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 | ||||
-rw-r--r-- | documentation/ref-manual/introduction.xml | 24 |
2 files changed, 23 insertions, 11 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 63a447d59b..6340527d05 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -525,9 +525,13 @@ | |||
525 | <orderedlist> | 525 | <orderedlist> |
526 | <listitem><para><emphasis>Prepare the host system for the Yocto Project</emphasis>: | 526 | <listitem><para><emphasis>Prepare the host system for the Yocto Project</emphasis>: |
527 | See | 527 | See |
528 | "<ulink url='&YOCTO_DOCS_QS_URL;#the-linux-distro'>The Linux Distribution</ulink>" and | 528 | "<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>" |
529 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" sections both | 529 | and |
530 | in the Yocto Project Quick Start for requirements.</para></listitem> | 530 | "<ulink url='&YOCTO_DOCS_REF_URL;#required-packages-for-the-host-development-system'>Required Packages for the Host Development System</ulink>" sections both |
531 | in the Yocto Project Reference Manual for requirements. | ||
532 | In particular, be sure your host system has the | ||
533 | <filename>xterm</filename> package installed. | ||
534 | </para></listitem> | ||
531 | <listitem><para><emphasis>Secure the Yocto Project kernel target image</emphasis>: | 535 | <listitem><para><emphasis>Secure the Yocto Project kernel target image</emphasis>: |
532 | You must have a target kernel image that has been built using the OpenEmbedded | 536 | You must have a target kernel image that has been built using the OpenEmbedded |
533 | build system.</para> | 537 | build system.</para> |
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 7eb8203bc2..2f5147270b 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -189,8 +189,10 @@ | |||
189 | <literallayout class='monospaced'> | 189 | <literallayout class='monospaced'> |
190 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; | 190 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; |
191 | </literallayout></para></listitem> | 191 | </literallayout></para></listitem> |
192 | <listitem><para><emphasis>Graphical Extras:</emphasis> | 192 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> |
193 | Packages recommended if the host system has graphics support: | 193 | Packages recommended if the host system has graphics |
194 | support or if you are going to use the Eclipse | ||
195 | IDE: | ||
194 | <literallayout class='monospaced'> | 196 | <literallayout class='monospaced'> |
195 | $ sudo apt-get install libsdl1.2-dev xterm | 197 | $ sudo apt-get install libsdl1.2-dev xterm |
196 | </literallayout></para></listitem> | 198 | </literallayout></para></listitem> |
@@ -223,8 +225,10 @@ | |||
223 | <literallayout class='monospaced'> | 225 | <literallayout class='monospaced'> |
224 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; | 226 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; |
225 | </literallayout></para></listitem> | 227 | </literallayout></para></listitem> |
226 | <listitem><para><emphasis>Graphical Extras:</emphasis> | 228 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> |
227 | Packages recommended if the host system has graphics support: | 229 | Packages recommended if the host system has graphics |
230 | support or if you are going to use the Eclipse | ||
231 | IDE: | ||
228 | <literallayout class='monospaced'> | 232 | <literallayout class='monospaced'> |
229 | $ sudo yum install SDL-devel xterm perl-Thread-Queue | 233 | $ sudo yum install SDL-devel xterm perl-Thread-Queue |
230 | </literallayout></para></listitem> | 234 | </literallayout></para></listitem> |
@@ -258,8 +262,10 @@ | |||
258 | <literallayout class='monospaced'> | 262 | <literallayout class='monospaced'> |
259 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; | 263 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; |
260 | </literallayout></para></listitem> | 264 | </literallayout></para></listitem> |
261 | <listitem><para><emphasis>Graphical Extras:</emphasis> | 265 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> |
262 | Packages recommended if the host system has graphics support: | 266 | Packages recommended if the host system has graphics |
267 | support or if you are going to use the Eclipse | ||
268 | IDE: | ||
263 | <literallayout class='monospaced'> | 269 | <literallayout class='monospaced'> |
264 | $ sudo zypper install libSDL-devel xterm | 270 | $ sudo zypper install libSDL-devel xterm |
265 | </literallayout></para></listitem> | 271 | </literallayout></para></listitem> |
@@ -298,8 +304,10 @@ | |||
298 | <literallayout class='monospaced'> | 304 | <literallayout class='monospaced'> |
299 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; | 305 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; |
300 | </literallayout></para></listitem> | 306 | </literallayout></para></listitem> |
301 | <listitem><para><emphasis>Graphical Extras:</emphasis> | 307 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> |
302 | Packages recommended if the host system has graphics support: | 308 | Packages recommended if the host system has graphics |
309 | support or if you are going to use the Eclipse | ||
310 | IDE: | ||
303 | <literallayout class='monospaced'> | 311 | <literallayout class='monospaced'> |
304 | $ sudo yum install SDL-devel xterm | 312 | $ sudo yum install SDL-devel xterm |
305 | </literallayout></para></listitem> | 313 | </literallayout></para></listitem> |