diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-30 15:19:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 17:36:12 +0100 |
commit | cf475ab8ea08f21d171a9be999110f896c938c0b (patch) | |
tree | 3eb11d41b08b9c9ac3cd91030f1f72f5022f1afc | |
parent | 4ef59fe419aefa826e04587fceecf6d09a646175 (diff) | |
download | ast2050-yocto-poky-cf475ab8ea08f21d171a9be999110f896c938c0b.zip ast2050-yocto-poky-cf475ab8ea08f21d171a9be999110f896c938c0b.tar.gz |
dev-manual, yocto-project-qs: Dropped Python 2.6 as a requirement
Fixes [YOCTO #7535]
Removed this from two places.
(From yocto-docs rev: d169ce99610745e8c1b4b53d898f526e557af665)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 2 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 518feb7..36a3593 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -72,7 +72,7 @@ You should also have about 50 Gbytes of free disk space for building images. </para></listitem> <listitem><para><emphasis>Packages:</emphasis> The OpenEmbedded build system - requires that certain packages exist on your development system (e.g. Python 2.6 or 2.7). + requires that certain packages exist on your development system (e.g. Python 2.7). See "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" section in the Yocto Project Quick Start and the "<ulink url='&YOCTO_DOCS_REF_URL;#required-packages-for-the-host-development-system'>Required Packages for the Host Development System</ulink>" diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index a2d59af..e259a1e 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -571,7 +571,7 @@ $ bitbake -k core-image-sato </literallayout> <note> - BitBake requires Python 2.6 or 2.7. For more information on + BitBake requires Python 2.7. For more information on this requirement, see the "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python</ulink>" section in the Yocto Project Reference Manual. |