diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-04 12:53:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:22:30 +0000 |
commit | 3de249206e9b3337172a35effaf7a4ed8a007068 (patch) | |
tree | 177791f5a64453ef21f22de6e61ca73b9ba847c3 | |
parent | 79de8cf5fa5cf8312d3939646ce1360e296b291c (diff) | |
download | poky-3de249206e9b3337172a35effaf7a4ed8a007068.tar.gz |
ref-manual: Updated host package install requirements CentOS
Put in a caveat about getting the ADT Installer to work
with CentOS 6.x. New note.
Fixes [YOCTO #8324]
(From yocto-docs rev: 6ee7696537ca2031073cc59a42ff035cfd8caeec)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 57e4a25853..0b165443f9 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -359,14 +359,14 @@ | |||
359 | The following list shows the required packages by function | 359 | The following list shows the required packages by function |
360 | given a supported CentOS Linux distribution: | 360 | given a supported CentOS Linux distribution: |
361 | <note> | 361 | <note> |
362 | For CentOS 6.x, some of the versions of the components | 362 | For CentOS 6.x, some of the versions |
363 | provided by the distribution are too old (e.g. Git, Python, | 363 | of the components provided by the distribution are |
364 | and tar). | 364 | too old (e.g. Git, Python, and tar). |
365 | It is recommended that you install the buildtools in order | 365 | It is recommended that you install the buildtools |
366 | to provide versions that will work with the OpenEmbedded | 366 | in order to provide versions that will work with |
367 | build system. | 367 | the OpenEmbedded build system. |
368 | For information on how to install the buildtools tarball, | 368 | For information on how to install the buildtools |
369 | see the | 369 | tarball, see the |
370 | "<link linkend='required-git-tar-and-python-versions'>Required Git, Tar, and Python Versions</link>" | 370 | "<link linkend='required-git-tar-and-python-versions'>Required Git, Tar, and Python Versions</link>" |
371 | section. | 371 | section. |
372 | </note> | 372 | </note> |
@@ -396,7 +396,16 @@ | |||
396 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 396 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
397 | <literallayout class='monospaced'> | 397 | <literallayout class='monospaced'> |
398 | $ sudo yum install autoconf automake libtool glib2-devel libarchive-devel | 398 | $ sudo yum install autoconf automake libtool glib2-devel libarchive-devel |
399 | </literallayout></para></listitem> | 399 | </literallayout> |
400 | <note> | ||
401 | For CentOS 6.x, in order for the | ||
402 | ADT installer script to work, you must have | ||
403 | installed the <filename>liblzma5</filename>, | ||
404 | <filename>libarchive3.x</filename>, and | ||
405 | <filename>libarchive-devel-3.1.3</filename> | ||
406 | (or older) packages, in that order. | ||
407 | </note> | ||
408 | </para></listitem> | ||
400 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | 409 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> |
401 | Packages needed if you are going to run | 410 | Packages needed if you are going to run |
402 | <filename>oe-selftest</filename>: | 411 | <filename>oe-selftest</filename>: |