diff options
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 20 |
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 @@ | |||
61 | 61 | ||
62 | <itemizedlist> | 62 | <itemizedlist> |
63 | <listitem> | 63 | <listitem> |
64 | <para>Provides an open source Linux kernel along with a set of system commands and libraries suitable for the embedded environment.</para> | 64 | <para>Provides a recent Linux kernel along with a set of system commands and libraries suitable for the embedded environment.</para> |
65 | </listitem> | 65 | </listitem> |
66 | <listitem> | 66 | <listitem> |
67 | <para>Makes available system components such as X11, Matchbox, GTK+, Pimlico, Clutter, | 67 | <para>Makes available system components such as X11, Matchbox, GTK+, Pimlico, Clutter, |
@@ -136,10 +136,10 @@ | |||
136 | </para> | 136 | </para> |
137 | 137 | ||
138 | <literallayout class='monospaced'> | 138 | <literallayout class='monospaced'> |
139 | sudo apt-get install sed wget cvs subversion git-core coreutils | 139 | $ sudo apt-get install sed wget cvs subversion git-core coreutils \ |
140 | unzip texi2html texinfo libsdll.2-dev docbook-utils gawk | 140 | unzip texi2html texinfo libsdll.2-dev docbook-utils gawk \ |
141 | python-pysqlite2 diffstat help2man make gcc build-essential | 141 | python-pysqlite2 diffstat help2man make gcc build-essential \ |
142 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev | 142 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ |
143 | libsdl1.2-dev | 143 | libsdl1.2-dev |
144 | </literallayout> | 144 | </literallayout> |
145 | 145 | ||
@@ -200,13 +200,13 @@ | |||
200 | </para> | 200 | </para> |
201 | 201 | ||
202 | <para><emphasis>NOTE:</emphasis> The build process using Sato currently consumes 50GB of disk space. | 202 | <para><emphasis>NOTE:</emphasis> The build process using Sato currently consumes 50GB of disk space. |
203 | To allow for vbariations in the build process and for future package expansion we recommend 100GB of free disk space. | 203 | To allow for variations in the build process and for future package expansion we recommend 100GB of free disk space. |
204 | </para> | 204 | </para> |
205 | 205 | ||
206 | <para> | 206 | <para> |
207 | <literallayout class='monospaced'> | 207 | <literallayout class='monospaced'> |
208 | $ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 | 208 | $ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 |
209 | $ tar xjvf poky-green-3.3.tar.bz2 | 209 | $ tar xjf poky-green-3.3.tar.bz2 |
210 | $ source green-3.3/poky-init-build-env green-3.3-build | 210 | $ source green-3.3/poky-init-build-env green-3.3-build |
211 | $ cd green-3.3-build | 211 | $ cd green-3.3-build |
212 | $ bitbake poky-image-sato | 212 | $ bitbake poky-image-sato |
@@ -228,7 +228,7 @@ | |||
228 | <para> | 228 | <para> |
229 | The next two commands create the directory and place you there. | 229 | The next two commands create the directory and place you there. |
230 | The build directory contains all the object files used during the build. | 230 | The build directory contains all the object files used during the build. |
231 | The default build directory is poky-dir/build. | 231 | The default build directory is <command>poky-dir/build</command>. |
232 | Note that you can change the target architecture by editing the | 232 | Note that you can change the target architecture by editing the |
233 | <command><build_directory>/conf/local.conf</command> file. | 233 | <command><build_directory>/conf/local.conf</command> file. |
234 | By default the target architecture is qemux86. | 234 | By default the target architecture is qemux86. |
@@ -236,13 +236,13 @@ | |||
236 | </listitem> | 236 | </listitem> |
237 | <listitem> | 237 | <listitem> |
238 | <para> | 238 | <para> |
239 | The bitbake command builds the OS image for the target. | 239 | The <command>$bitbake</command> command builds the OS image for the target. |
240 | Here poky-image-sato is the name of the target. | 240 | Here poky-image-sato is the name of the target. |
241 | </para> | 241 | </para> |
242 | </listitem> | 242 | </listitem> |
243 | <listitem> | 243 | <listitem> |
244 | <para> | 244 | <para> |
245 | Finally, the poky-qemu command launches the customized QEMU. | 245 | Finally, the <command>$poky-qemu</command> command launches the customized QEMU. |
246 | </para> | 246 | </para> |
247 | </listitem> | 247 | </listitem> |
248 | </itemizedlist> | 248 | </itemizedlist> |