diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-06 17:17:37 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:05:52 +0000 |
commit | 31b7cac818c3feeaf71302f2458b0b918e63122a (patch) | |
tree | ff4206c61bd89fa3fd8d591fe05d43e4ba50d60b | |
parent | 05738313c3922e71c174bcafd7ac0b5e96f70c47 (diff) | |
download | poky-31b7cac818c3feeaf71302f2458b0b918e63122a.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: 6.0 fixes for 6.0.1
Updates to 6.0 to make them 6.0.1 for the 1.1.1 release.
(From yocto-docs rev: 19c8fb554c620d78edc7a0330e76e31a2a374ad2)
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.xml | 10 |
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 641077c0a8..249fa7b3d7 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -352,15 +352,15 @@ | |||
352 | <para> | 352 | <para> |
353 | <literallayout class='monospaced'> | 353 | <literallayout class='monospaced'> |
354 | $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6.0.1.tar.bz2 | 354 | $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6.0.1.tar.bz2 |
355 | $ tar xjf poky-edison-6.0.tar.bz2 | 355 | $ tar xjf poky-edison-6.0.1.tar.bz2 |
356 | $ source poky-edison-6.0/oe-init-build-env edison-6.0-build | 356 | $ source poky-edison-6.0.1/oe-init-build-env edison-6.0.1-build |
357 | </literallayout> | 357 | </literallayout> |
358 | </para> | 358 | </para> |
359 | 359 | ||
360 | <tip><para> | 360 | <tip><para> |
361 | To help conserve disk space during builds, you can add the following statement | 361 | To help conserve disk space during builds, you can add the following statement |
362 | to your project's configuration file, which for this example | 362 | to your project's configuration file, which for this example |
363 | is <filename>edison-6.0-build/conf/local.conf</filename>. | 363 | is <filename>edison-6.0.1-build/conf/local.conf</filename>. |
364 | Adding this statement deletes the work directory used for building a package | 364 | Adding this statement deletes the work directory used for building a package |
365 | once the package is built. | 365 | once the package is built. |
366 | <literallayout class='monospaced'> | 366 | <literallayout class='monospaced'> |
@@ -376,13 +376,13 @@ | |||
376 | <ulink url='http://www.yoctoproject.org/download'>Yocto Project website</ulink> | 376 | <ulink url='http://www.yoctoproject.org/download'>Yocto Project website</ulink> |
377 | Downloads page to retrieve the tarball.</para></listitem> | 377 | Downloads page to retrieve the tarball.</para></listitem> |
378 | <listitem><para>The second command extracts the files from the tarball and places | 378 | <listitem><para>The second command extracts the files from the tarball and places |
379 | them into a directory named <filename>poky-edison-6.0</filename> in the current | 379 | them into a directory named <filename>poky-edison-6.0.1</filename> in the current |
380 | directory.</para></listitem> | 380 | directory.</para></listitem> |
381 | <listitem><para>The third command runs the Yocto Project environment setup script. | 381 | <listitem><para>The third command runs the Yocto Project environment setup script. |
382 | Running this script defines Yocto Project build environment settings needed to | 382 | Running this script defines Yocto Project build environment settings needed to |
383 | complete the build. | 383 | complete the build. |
384 | The script also creates the Yocto Project | 384 | The script also creates the Yocto Project |
385 | build directory, which is <filename>edison-6.0-build</filename> in this case. | 385 | build directory, which is <filename>edison-6.0.1-build</filename> in this case. |
386 | After the script runs, your current working directory is set | 386 | After the script runs, your current working directory is set |
387 | to the build directory. | 387 | to the build directory. |
388 | Later, when the build completes, the build directory contains all the files | 388 | Later, when the build completes, the build directory contains all the files |