summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-12-20 11:28:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-20 22:35:17 +0000
commitcc6e20ea98536191b62d645bf120c7ff0795e8fe (patch)
treeab65f562e4d1f0ec1a6407edc0ae1fc364f76b8e
parentfc7f4b9711242851f5bef28a9d0cdc746b098830 (diff)
downloadpoky-cc6e20ea98536191b62d645bf120c7ff0795e8fe.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: updated 5.0.1
For the Bernard release, updated 5.0.1 to 5.0.2. (From yocto-docs rev: 46508b821f9ae77b083d64764af3c51fdfd20108) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index f0420aadfb..95599568de 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -258,9 +258,9 @@
258 258
259 <para> 259 <para>
260 <literallayout class='monospaced'> 260 <literallayout class='monospaced'>
261 $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.1.tar.bz2 261 $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.2.tar.bz2
262 $ tar xjf poky-bernard-5.0.1.tar.bz2 262 $ tar xjf poky-bernard-5.0.2.tar.bz2
263 $ source poky-bernard-5.0.1/poky-init-build-env poky-5.0.1-build 263 $ source poky-bernard-5.0.2/poky-init-build-env poky-5.0.2-build
264 </literallayout> 264 </literallayout>
265 </para> 265 </para>
266 266
@@ -278,8 +278,8 @@
278 <listitem><para>The first two commands extract the Yocto Project files from the 278 <listitem><para>The first two commands extract the Yocto Project files from the
279 release tarball and place them into a subdirectory of your current directory.</para></listitem> 279 release tarball and place them into a subdirectory of your current directory.</para></listitem>
280 <listitem><para>The <command>source</command> command creates the 280 <listitem><para>The <command>source</command> command creates the
281 <filename>poky-5.0.1-build</filename> directory and executes the <command>cd</command> 281 <filename>poky-5.0.2-build</filename> directory and executes the <command>cd</command>
282 command to make <filename>poky-5.0.1-build</filename> the working directory. 282 command to make <filename>poky-5.0.2-build</filename> the working directory.
283 The resulting build directory contains all the files created during the build. 283 The resulting build directory contains all the files created during the build.
284 By default the target architecture is qemux86. 284 By default the target architecture is qemux86.
285 To change this default, edit the value of the MACHINE variable in the 285 To change this default, edit the value of the MACHINE variable in the