ref-manual: Edits to requirements section.

Fixes [YOCTO #4753]

Minor review edits to this buildtools section.  Additionally, I
removed the "-y" argument from the CentOS package install
commands.

(From yocto-docs rev: 8f5991f7d3a5ceee63a022af19afd713dcf740c3)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-07-19 17:31:26 +03:00 committed by Richard Purdie
parent 69b317f38a
commit 0a074d5d8c
1 changed files with 11 additions and 8 deletions

View File

@ -266,25 +266,25 @@
Packages needed to build an image for a headless Packages needed to build an image for a headless
system: system:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL;
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para><emphasis>Graphical Extras:</emphasis> <listitem><para><emphasis>Graphical Extras:</emphasis>
Packages recommended if the host system has graphics support: Packages recommended if the host system has graphics support:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ sudo yum -y install SDL-devel xterm $ sudo yum install SDL-devel xterm
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para><emphasis>Documentation:</emphasis> <listitem><para><emphasis>Documentation:</emphasis>
Packages needed if you are going to build out the Packages needed if you are going to build out the
Yocto Project documentation manuals: Yocto Project documentation manuals:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ sudo yum -y install make docbook-style-dsssl docbook-style-xsl \ $ sudo yum install make docbook-style-dsssl docbook-style-xsl \
docbook-dtds docbook-utils fop libxslt dblatex xmlto docbook-dtds docbook-utils fop libxslt dblatex xmlto
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para><emphasis>ADT Installer Extras:</emphasis> <listitem><para><emphasis>ADT Installer Extras:</emphasis>
Packages needed if you are going to be using the Packages needed if you are going to be using the
<ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ sudo yum -y install autoconf automake libtool glib2-devel $ sudo yum install autoconf automake libtool glib2-devel
</literallayout></para></listitem> </literallayout></para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@ -301,7 +301,8 @@
<itemizedlist> <itemizedlist>
<listitem><para>Git 1.7.5 or greater</para></listitem> <listitem><para>Git 1.7.5 or greater</para></listitem>
<listitem><para>tar 1.24 or greater</para></listitem> <listitem><para>tar 1.24 or greater</para></listitem>
<listitem><para>Python 2.7.3 or greater</para></listitem> <listitem><para>Python 2.7.3 or greater not including
Python 3.x, which is not supported.</para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@ -312,8 +313,9 @@
system. system.
Regardless of the method, once you have the tarball you simply Regardless of the method, once you have the tarball you simply
install it somewhere on you system, such as a directory in your install it somewhere on you system, such as a directory in your
home directory, and then source the envirnoment script provided, home directory, and then source the environment script provided,
which adds the tools into <filename>PATH</filename>. which adds the tools into <filename>PATH</filename> and sets
any other environment variables required to run the tools.
Doing so gives you working versions of Git, tar, Python and Doing so gives you working versions of Git, tar, Python and
<filename>chrpath</filename>. <filename>chrpath</filename>.
</para> </para>
@ -335,7 +337,8 @@
or 64-bit system. or 64-bit system.
</note> </note>
Once the build completes, you can find the file that installs the Once the build completes, you can find the file that installs the
the tools in <filename>tmp/deploy/sdk</filename> of the the tools in the <filename>tmp/deploy/sdk</filename> subdirectory
of the
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
The file used to install the tarball has the string "buildtools" The file used to install the tarball has the string "buildtools"
in the name. in the name.