From 6657e86f00e31bbe2b6ecbfdc34ff61a4977e387 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Thu, 18 Jan 2018 15:35:58 -0800 Subject: ref-manual, yocto-project-qs, poky.ent: Fixed CentOS package Fixes [YOCTO #12467] Changed the CentOS variable to use python34-pip instead of python3-pip. Removed notes indicating CentOS 6.x exceptions because this version does not support CentOS 6.x. (From yocto-docs rev: 7134eb2ac156b86ef844a9a46c4a8a9444ff6770) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/poky.ent | 3 +-- documentation/ref-manual/introduction.xml | 12 ------------ documentation/yocto-project-qs/yocto-project-qs.xml | 8 -------- 3 files changed, 1 insertion(+), 22 deletions(-) (limited to 'documentation') diff --git a/documentation/poky.ent b/documentation/poky.ent index beec7bb56b..0363acf35e 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent @@ -71,5 +71,4 @@ python3-pexpect"> - + perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip python3-pexpect"> diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index ddf6a860eb..0958db0f7b 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -351,18 +351,6 @@ 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 - "Required Git, Tar, and Python Versions" - section. - Essentials: Packages needed to build an image for a headless diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 950a4ff8be..e3cddd949b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -322,14 +322,6 @@ $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; \ SDL-devel xterm - - CentOS 6.x users need to ensure that the required - versions of Git, tar and Python are available. - For details, See the - "Required Git, tar, and Python Versions" - section in the Yocto Project Reference Manual for - information. - -- cgit v1.2.3-54-g00ecf