summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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