summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi@buzzcollectivemarketing.com>2018-01-18 15:35:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:24:48 +0000
commit3aaf67b0b98f138e68643d93c7208180ce17b7f8 (patch)
treec7cf9465093140fce98d39ffdbe5c1a85a6d0524 /documentation
parent97e213868d9e9c130e2fb858813a6c43f519dcb2 (diff)
downloadpoky-3aaf67b0b98f138e68643d93c7208180ce17b7f8.tar.gz
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: 66b24fff05588580f75ae951b373a53ebcd08d13) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.ent2
-rw-r--r--documentation/ref-manual/introduction.xml12
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml9
3 files changed, 1 insertions, 22 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 7adc18fd2e..337c2d068c 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -77,5 +77,5 @@
77 $ sudo yum makecache 77 $ sudo yum makecache
78 $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ 78 $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \
79 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ 79 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
80 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \ 80 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \
81 which"> 81 which">
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index f4b3142b81..4860c571ca 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -393,18 +393,6 @@
393 <para> 393 <para>
394 The following list shows the required packages by function 394 The following list shows the required packages by function
395 given a supported CentOS Linux distribution: 395 given a supported CentOS Linux distribution:
396 <note>
397 For CentOS 6.x, some of the versions of the components
398 provided by the distribution are too old (e.g. Git, Python,
399 and tar).
400 It is recommended that you install the buildtools in order
401 to provide versions that will work with the OpenEmbedded
402 build system.
403 For information on how to install the buildtools tarball,
404 see the
405 "<link linkend='required-git-tar-and-python-versions'>Required Git, Tar, and Python Versions</link>"
406 section.
407 </note>
408 <itemizedlist> 396 <itemizedlist>
409 <listitem><para><emphasis>Essentials:</emphasis> 397 <listitem><para><emphasis>Essentials:</emphasis>
410 Packages needed to build an image for a headless 398 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 dee73a9200..488add4010 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -365,15 +365,6 @@
365 <note><title>Notes</title> 365 <note><title>Notes</title>
366 <itemizedlist> 366 <itemizedlist>
367 <listitem><para> 367 <listitem><para>
368 CentOS 6.x users need to ensure that the
369 required versions of Git, tar and Python
370 are available.
371 For details, See the
372 "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python Versions</ulink>"
373 section in the Yocto Project Reference
374 Manual for information.
375 </para></listitem>
376 <listitem><para>
377 Extra Packages for Enterprise Linux 368 Extra Packages for Enterprise Linux
378 (i.e. <filename>epel-release</filename>) 369 (i.e. <filename>epel-release</filename>)
379 is a collection of packages from Fedora 370 is a collection of packages from Fedora