1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

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>
This commit is contained in:
Scott Rifenbark
2016-02-04 12:53:04 -08:00
committed by Richard Purdie
parent 79de8cf5fa
commit 3de249206e
+18 -9
View File
@@ -359,14 +359,14 @@
The following list shows the required packages by function The following list shows the required packages by function
given a supported CentOS Linux distribution: given a supported CentOS Linux distribution:
<note> <note>
For CentOS 6.x, some of the versions of the components For CentOS 6.x, some of the versions
provided by the distribution are too old (e.g. Git, Python, of the components provided by the distribution are
and tar). too old (e.g. Git, Python, and tar).
It is recommended that you install the buildtools in order It is recommended that you install the buildtools
to provide versions that will work with the OpenEmbedded in order to provide versions that will work with
build system. the OpenEmbedded build system.
For information on how to install the buildtools tarball, For information on how to install the buildtools
see the tarball, see the
"<link linkend='required-git-tar-and-python-versions'>Required Git, Tar, and Python Versions</link>" "<link linkend='required-git-tar-and-python-versions'>Required Git, Tar, and Python Versions</link>"
section. section.
</note> </note>
@@ -396,7 +396,16 @@
<ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ sudo yum install autoconf automake libtool glib2-devel libarchive-devel $ sudo yum install autoconf automake libtool glib2-devel libarchive-devel
</literallayout></para></listitem> </literallayout>
<note>
For CentOS 6.x, in order for the
ADT installer script to work, you must have
installed the <filename>liblzma5</filename>,
<filename>libarchive3.x</filename>, and
<filename>libarchive-devel-3.1.3</filename>
(or older) packages, in that order.
</note>
</para></listitem>
<listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis>
Packages needed if you are going to run Packages needed if you are going to run
<filename>oe-selftest</filename>: <filename>oe-selftest</filename>: