From 7bff7a05c63b1c25b7488afcd64a4e83d491f0a7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 14 Sep 2012 13:04:42 -0700 Subject: documentation/yocto-project-qs/yocto-project-qs.xml: Minor corrections A few minor corrections to fix some wordings. (From yocto-docs rev: de71001992150da685a70389e28313df609d6521) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3fde5b7d08..9800338e90 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -537,9 +537,9 @@ Toolchains are available for 32-bit and 64-bit development systems from the i686 and x86-64 directories, respectively. Each type of development system supports five target architectures. - The names of the tarballs are such that a string representing the host system appears - first in the filename and then is immediately followed by a string representing - the target architecture. + The names of the tarball installer scripts are such that a string representing the + host system appears first in the filename and then is immediately followed by a + string representing the target architecture. @@ -735,7 +735,7 @@ pages. - gives you a very fast description of how to use the Yocto Project to build images + gives you a minimal description of how to use the Yocto Project to build images for a BeagleBoard xM starting from scratch. The steps were performed on a 64-bit Ubuntu 10.04 system. @@ -777,16 +777,18 @@ Initializing the Build Environment - From the parent directory of local source directory, initialize your environment - and provide a meaningful + From the parent directory your + source directory, + initialize your environment and provide a meaningful build directory name: - $ source poky/oe-init-build-env mybuilds + $ source poky/&OE_INIT_FILE; mybuilds At this point, the mybuilds directory has been created for you and it is now your current working directory. - If you don't provide your own directory name it defaults to build. + If you don't provide your own directory name it defaults to build, + which is inside the source directory. @@ -851,7 +853,7 @@ $ bitbake -c fetchall core-image-minimal This variation guarantees that you have all the sources for that BitBake target - should you to disconnect from the net and want to do the build later offline. + should you disconnect from the net and want to do the build later offline. Specify to continue the build even if BitBake encounters an error. By default, BitBake aborts the build when it encounters an error. -- cgit v1.2.3-54-g00ecf