From 0a074d5d8c05a2ac839afd9d9775d4c4b49608a6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 19 Jul 2013 17:31:26 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual/introduction.xml') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 5db08a5a0e..bfec142f8c 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -266,25 +266,25 @@ Packages needed to build an image for a headless system: - $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; + $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; Graphical Extras: Packages recommended if the host system has graphics support: - $ sudo yum -y install SDL-devel xterm + $ sudo yum install SDL-devel xterm Documentation: Packages needed if you are going to build out the Yocto Project documentation manuals: - $ 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 ADT Installer Extras: Packages needed if you are going to be using the Application Development Toolkit (ADT) Installer: - $ sudo yum -y install autoconf automake libtool glib2-devel + $ sudo yum install autoconf automake libtool glib2-devel @@ -301,7 +301,8 @@ Git 1.7.5 or greater tar 1.24 or greater - Python 2.7.3 or greater + Python 2.7.3 or greater not including + Python 3.x, which is not supported. @@ -312,8 +313,9 @@ system. Regardless of the method, once you have the tarball you simply install it somewhere on you system, such as a directory in your - home directory, and then source the envirnoment script provided, - which adds the tools into PATH. + home directory, and then source the environment script provided, + which adds the tools into PATH and sets + any other environment variables required to run the tools. Doing so gives you working versions of Git, tar, Python and chrpath. @@ -335,7 +337,8 @@ or 64-bit system. Once the build completes, you can find the file that installs the - the tools in tmp/deploy/sdk of the + the tools in the tmp/deploy/sdk subdirectory + of the Build Directory. The file used to install the tarball has the string "buildtools" in the name. -- cgit v1.2.3-54-g00ecf