aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-10-21 12:03:52 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-27 07:50:34 +0100
commit7af5e26383e3213eda744cff3f55d4c49cd3936d (patch)
tree31f62d86ccb6a81c7374fc0f26ca9cec3f8628a0 /documentation
parent5434a49f3dd71bc56c0e02470abc7c07bf5fd9a8 (diff)
downloadopenembedded-core-contrib-7af5e26383e3213eda744cff3f55d4c49cd3936d.tar.gz
Edits as described below:
1) Wording change based on Darren's input of making Linux kernel sound like the only open source part of YL 2) Removal of the "v" option for the tar command example. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 3f2f73788a..dbca724eea 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -61,7 +61,7 @@
<itemizedlist>
<listitem>
- <para>Provides an open source Linux kernel along with a set of system commands and libraries suitable for the embedded environment.</para>
+ <para>Provides a recent Linux kernel along with a set of system commands and libraries suitable for the embedded environment.</para>
</listitem>
<listitem>
<para>Makes available system components such as X11, Matchbox, GTK+, Pimlico, Clutter,
@@ -136,10 +136,10 @@
</para>
<literallayout class='monospaced'>
- sudo apt-get install sed wget cvs subversion git-core coreutils
- unzip texi2html texinfo libsdll.2-dev docbook-utils gawk
- python-pysqlite2 diffstat help2man make gcc build-essential
- g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev
+ $ sudo apt-get install sed wget cvs subversion git-core coreutils \
+ unzip texi2html texinfo libsdll.2-dev docbook-utils gawk \
+ python-pysqlite2 diffstat help2man make gcc build-essential \
+ g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \
libsdl1.2-dev
</literallayout>
@@ -200,13 +200,13 @@
</para>
<para><emphasis>NOTE:</emphasis> The build process using Sato currently consumes 50GB of disk space.
- To allow for vbariations in the build process and for future package expansion we recommend 100GB of free disk space.
+ To allow for variations in the build process and for future package expansion we recommend 100GB of free disk space.
</para>
<para>
<literallayout class='monospaced'>
$ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2
- $ tar xjvf poky-green-3.3.tar.bz2
+ $ tar xjf poky-green-3.3.tar.bz2
$ source green-3.3/poky-init-build-env green-3.3-build
$ cd green-3.3-build
$ bitbake poky-image-sato
@@ -228,7 +228,7 @@
<para>
The next two commands create the directory and place you there.
The build directory contains all the object files used during the build.
- The default build directory is poky-dir/build.
+ The default build directory is <command>poky-dir/build</command>.
Note that you can change the target architecture by editing the
<command>&lt;build_directory&gt;/conf/local.conf</command> file.
By default the target architecture is qemux86.
@@ -236,13 +236,13 @@
</listitem>
<listitem>
<para>
- The bitbake command builds the OS image for the target.
+ The <command>$bitbake</command> command builds the OS image for the target.
Here poky-image-sato is the name of the target.
</para>
</listitem>
<listitem>
<para>
- Finally, the poky-qemu command launches the customized QEMU.
+ Finally, the <command>$poky-qemu</command> command launches the customized QEMU.
</para>
</listitem>
</itemizedlist>