From 3de249206e9b3337172a35effaf7a4ed8a007068 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 4 Feb 2016 12:53:04 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'documentation/ref-manual') 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 @@ The following list shows the required packages by function given a supported CentOS Linux distribution: - 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 "Required Git, Tar, and Python Versions" section. @@ -396,7 +396,16 @@ Application Development Toolkit (ADT) Installer: $ sudo yum install autoconf automake libtool glib2-devel libarchive-devel - + + + For CentOS 6.x, in order for the + ADT installer script to work, you must have + installed the liblzma5, + libarchive3.x, and + libarchive-devel-3.1.3 + (or older) packages, in that order. + + OpenEmbedded Self-Test (oe-selftest): Packages needed if you are going to run oe-selftest: -- cgit v1.2.3-54-g00ecf