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 <kristi@buzzcollectivemarketing.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kristi Rifenbark
2018-01-18 15:35:58 -08:00
committed by Richard Purdie
parent 759a8085af
commit 6657e86f00
3 changed files with 1 additions and 22 deletions

View File

@@ -322,14 +322,6 @@
$ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; \
SDL-devel xterm
</literallayout>
<note>
CentOS 6.x users need to ensure that the required
versions of Git, tar and Python are available.
For details, See the
"<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python Versions</ulink>"
section in the Yocto Project Reference Manual for
information.
</note>
</para></listitem>
</itemizedlist>
</para>