From 77d1ba446c153afbe9fde7fcfa7afdd734104f9e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Sep 2011 09:18:33 -0700 Subject: documentation/adt-manual: General edits. I made a pass through the manual and made some general formatting changes, updated some links in anticipation for the 1.1 release. (From yocto-docs rev: f2d3a012fbe4e8db3cf07e5497acfdf732e55d97) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-command.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'documentation/adt-manual/adt-command.xml') diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index e647a374a8..96b779c3b7 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml @@ -3,12 +3,13 @@ Using the Command Line + - Recall that earlier we talked about how to use an existing toolchain + Recall that earlier the manual discussed how to use an existing toolchain tarball that had been installed into /opt/poky, which is outside of the Yocto Project build tree - (see - Using an Existing Toolchain Tarball). + (see the section "Using an Existing + Toolchain Tarball)". And, that sourcing your architecture-specific environment setup script initializes a suitable cross-toolchain development environment. This setup occurs by adding the compiler, QEMU scripts, QEMU binary, @@ -20,11 +21,12 @@ test results for tests that need target hardware on which to run. These conditions allow you to easily use the toolchain outside of the Yocto Project build environment on both autotools-based projects and - makefile-based projects. + Makefile-based projects.
Autotools-Based Projects + For an autotools-based project, you can use the cross-toolchain by just passing the appropriate host option to configure.sh. @@ -49,8 +51,9 @@
Makefile-Based Projects + - For a makefile-based project you use the cross-toolchain by making sure + For a Makefile-based project, you use the cross-toolchain by making sure the tools are used. You can do this as follows: -- cgit v1.2.3-54-g00ecf