mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02: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:
committed by
Richard Purdie
parent
79de8cf5fa
commit
3de249206e
@@ -359,14 +359,14 @@
|
||||
The following list shows the required packages by function
|
||||
given a supported CentOS Linux distribution:
|
||||
<note>
|
||||
For CentOS 6.x, some of the versions of the components
|
||||
provided by the distribution are too old (e.g. Git, Python,
|
||||
and tar).
|
||||
It is recommended that you install the buildtools in order
|
||||
to provide versions that will work with the OpenEmbedded
|
||||
build system.
|
||||
For information on how to install the buildtools tarball,
|
||||
see the
|
||||
For CentOS 6.x, some of the versions
|
||||
of the components provided by the distribution are
|
||||
too old (e.g. Git, Python, and tar).
|
||||
It is recommended that you install the buildtools
|
||||
in order to provide versions that will work with
|
||||
the OpenEmbedded build system.
|
||||
For information on how to install the buildtools
|
||||
tarball, see the
|
||||
"<link linkend='required-git-tar-and-python-versions'>Required Git, Tar, and Python Versions</link>"
|
||||
section.
|
||||
</note>
|
||||
@@ -396,7 +396,16 @@
|
||||
<ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>:
|
||||
<literallayout class='monospaced'>
|
||||
$ 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>
|
||||
Packages needed if you are going to run
|
||||
<filename>oe-selftest</filename>:
|
||||
|
||||
Reference in New Issue
Block a user