From 9234b282aaef38c926348d3a08829b0f56c2e538 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 22 Jun 2012 09:36:48 -0700 Subject: documentation/adt-manual/adt-prepare.xml: Re-worded toolchain generation The section that describes how to generate the cross-toolchain into the Yocto build tree erroneously referred to this process as installing the toolchain. Furthermore, it actually mentioned the creation of a toolchain tarball, which is wrong. I updated the section to more properly refer to this procedure as generating the toolchain. I also removed the bit about the tarball creation. (From yocto-docs rev: 5ae8faa651ed6bf22c5475a4eacb5c758c62cea1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 05a90f0846..9f17c213cc 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -255,15 +255,16 @@ Using BitBake and the Yocto Project Build Tree - A final way of installing just the cross-toolchain is to use BitBake to build the - toolchain within an existing Yocto Project build tree. - This method does not install the toolchain into the /opt directory. + A final way of making the cross-toolchain available is to use BitBake + to generate the toolchain within an existing Yocto Project build tree. + This method does not install the toolchain into the + /opt directory. As with the previous method, if you need to install the target sysroot, you must do this separately. - Follow these steps to build and install the toolchain into the build tree: + Follow these steps to generate the toolchain into the build tree: Source the environment setup script oe-init-build-env located in the Yocto Project @@ -281,7 +282,7 @@ local.conf file and re-run the BitBake command. Run bitbake meta-ide-support to complete the - cross-toolchain installation. + cross-toolchain generation. If you change out of your working directory after you source the environment setup script and before you run the bitbake command, the command might not work. @@ -289,7 +290,7 @@ after checking or editing the local.conf but without changing out of your working directory. Once the bitbake command finishes, - the tarball for the cross-toolchain is generated within the Yocto Project build tree. + the cross-toolchain is generated and populated within the Yocto Project build tree. You will notice environment setup files for the cross-toolchain in the Yocto Project build tree in the tmp directory. Setup script filenames contain the strings environment-setup. -- cgit v1.2.3-54-g00ecf