From 347424e558a8d6db1c82f3bb1dbbf7b7b574566b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Jun 2012 15:02:25 -0700 Subject: documentation/adt-manual: Adjustments to Yocto Project term Changes throughout the manual that either eliminate or change many of the "Yocto Project" strings. The file structure for the meta data is now called "source directory." The build directory is referred as just that - "build directory." Any where the build system is referred to it is called the "OpenEmbedded build system." (From yocto-docs rev: 1210c19f90d4a52042fec12657212ae3e58e13d6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-command.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 43bd08b74f..f5ed906962 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml @@ -8,7 +8,7 @@ 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 + which is outside of the build directory (see the section "Using an Existing Toolchain Tarball)". And, that sourcing your architecture-specific environment setup script @@ -21,7 +21,7 @@ for example, configure.sh can find pre-generated 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 + OpenEmbedded build environment on both autotools-based projects and Makefile-based projects. -- cgit v1.2.3-54-g00ecf