From 31b7cac818c3feeaf71302f2458b0b918e63122a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 Jan 2012 17:17:37 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 10 +++++----- 1 file 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 @@ $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6.0.1.tar.bz2 - $ tar xjf poky-edison-6.0.tar.bz2 - $ source poky-edison-6.0/oe-init-build-env edison-6.0-build + $ tar xjf poky-edison-6.0.1.tar.bz2 + $ source poky-edison-6.0.1/oe-init-build-env edison-6.0.1-build To help conserve disk space during builds, you can add the following statement to your project's configuration file, which for this example - is edison-6.0-build/conf/local.conf. + is edison-6.0.1-build/conf/local.conf. Adding this statement deletes the work directory used for building a package once the package is built. @@ -376,13 +376,13 @@ Yocto Project website Downloads page to retrieve the tarball. The second command extracts the files from the tarball and places - them into a directory named poky-edison-6.0 in the current + them into a directory named poky-edison-6.0.1 in the current directory. The third command runs the Yocto Project environment setup script. Running this script defines Yocto Project build environment settings needed to complete the build. The script also creates the Yocto Project - build directory, which is edison-6.0-build in this case. + build directory, which is edison-6.0.1-build in this case. After the script runs, your current working directory is set to the build directory. Later, when the build completes, the build directory contains all the files