diff options
-rw-r--r-- | documentation/ref-manual/introduction.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 5db08a5a0e..bfec142f8c 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -266,25 +266,25 @@ | |||
266 | Packages needed to build an image for a headless | 266 | Packages needed to build an image for a headless |
267 | system: | 267 | system: |
268 | <literallayout class='monospaced'> | 268 | <literallayout class='monospaced'> |
269 | $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; | 269 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; |
270 | </literallayout></para></listitem> | 270 | </literallayout></para></listitem> |
271 | <listitem><para><emphasis>Graphical Extras:</emphasis> | 271 | <listitem><para><emphasis>Graphical Extras:</emphasis> |
272 | Packages recommended if the host system has graphics support: | 272 | Packages recommended if the host system has graphics support: |
273 | <literallayout class='monospaced'> | 273 | <literallayout class='monospaced'> |
274 | $ sudo yum -y install SDL-devel xterm | 274 | $ sudo yum install SDL-devel xterm |
275 | </literallayout></para></listitem> | 275 | </literallayout></para></listitem> |
276 | <listitem><para><emphasis>Documentation:</emphasis> | 276 | <listitem><para><emphasis>Documentation:</emphasis> |
277 | Packages needed if you are going to build out the | 277 | Packages needed if you are going to build out the |
278 | Yocto Project documentation manuals: | 278 | Yocto Project documentation manuals: |
279 | <literallayout class='monospaced'> | 279 | <literallayout class='monospaced'> |
280 | $ sudo yum -y install make docbook-style-dsssl docbook-style-xsl \ | 280 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ |
281 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 281 | docbook-dtds docbook-utils fop libxslt dblatex xmlto |
282 | </literallayout></para></listitem> | 282 | </literallayout></para></listitem> |
283 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 283 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> |
284 | Packages needed if you are going to be using the | 284 | Packages needed if you are going to be using the |
285 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 285 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
286 | <literallayout class='monospaced'> | 286 | <literallayout class='monospaced'> |
287 | $ sudo yum -y install autoconf automake libtool glib2-devel | 287 | $ sudo yum install autoconf automake libtool glib2-devel |
288 | </literallayout></para></listitem> | 288 | </literallayout></para></listitem> |
289 | </itemizedlist> | 289 | </itemizedlist> |
290 | </para> | 290 | </para> |
@@ -301,7 +301,8 @@ | |||
301 | <itemizedlist> | 301 | <itemizedlist> |
302 | <listitem><para>Git 1.7.5 or greater</para></listitem> | 302 | <listitem><para>Git 1.7.5 or greater</para></listitem> |
303 | <listitem><para>tar 1.24 or greater</para></listitem> | 303 | <listitem><para>tar 1.24 or greater</para></listitem> |
304 | <listitem><para>Python 2.7.3 or greater</para></listitem> | 304 | <listitem><para>Python 2.7.3 or greater not including |
305 | Python 3.x, which is not supported.</para></listitem> | ||
305 | </itemizedlist> | 306 | </itemizedlist> |
306 | </para> | 307 | </para> |
307 | 308 | ||
@@ -312,8 +313,9 @@ | |||
312 | system. | 313 | system. |
313 | Regardless of the method, once you have the tarball you simply | 314 | Regardless of the method, once you have the tarball you simply |
314 | install it somewhere on you system, such as a directory in your | 315 | install it somewhere on you system, such as a directory in your |
315 | home directory, and then source the envirnoment script provided, | 316 | home directory, and then source the environment script provided, |
316 | which adds the tools into <filename>PATH</filename>. | 317 | which adds the tools into <filename>PATH</filename> and sets |
318 | any other environment variables required to run the tools. | ||
317 | Doing so gives you working versions of Git, tar, Python and | 319 | Doing so gives you working versions of Git, tar, Python and |
318 | <filename>chrpath</filename>. | 320 | <filename>chrpath</filename>. |
319 | </para> | 321 | </para> |
@@ -335,7 +337,8 @@ | |||
335 | or 64-bit system. | 337 | or 64-bit system. |
336 | </note> | 338 | </note> |
337 | Once the build completes, you can find the file that installs the | 339 | Once the build completes, you can find the file that installs the |
338 | the tools in <filename>tmp/deploy/sdk</filename> of the | 340 | the tools in the <filename>tmp/deploy/sdk</filename> subdirectory |
341 | of the | ||
339 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 342 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. |
340 | The file used to install the tarball has the string "buildtools" | 343 | The file used to install the tarball has the string "buildtools" |
341 | in the name. | 344 | in the name. |