From 74bf586c940d20fc5546a60a290545c7c0edecb0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Jun 2017 17:47:10 -0700 Subject: documentation: Fixed links for "build-directory" term. Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from the dev-manual to the ref-manual broke several links to the id "build-directory". I fixed these to reference into the ref-manual now. (From yocto-docs rev: debe2ae8ce203ebe0f1cee0de54124c15df8bb7e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/closer-look.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual/closer-look.xml') diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index c0f1747961..e4a2a022a7 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml @@ -114,7 +114,7 @@ Sourcing the build environment script creates a - Build Directory + Build Directory if one does not already exist. BitBake uses the Build Directory for all its work during builds. The Build Directory has a conf directory that @@ -641,7 +641,7 @@ When the OpenEmbedded build system generates an image or an SDK, it gets the packages from a package feed area located in the - Build Directory. + Build Directory. The general Yocto Project Development Environment figure shows this package feeds area in the upper-right corner. @@ -770,7 +770,7 @@ depend on it are re-executed. By default, everything is accomplished in the - Build Directory, + Build Directory, which has a defined structure. For additional general information on the Build Directory, see the @@ -1430,7 +1430,7 @@ Images are written out to the - Build Directory + Build Directory inside the tmp/deploy/images/machine/ folder as shown in the figure. This folder contains any files expected to be loaded on the @@ -1545,7 +1545,7 @@ Once built, the SDK installers are written out to the deploy/sdk folder inside the - Build Directory + Build Directory as shown in the figure at the beginning of this section. Depending on the type of SDK, several variables exist that help configure these files. -- cgit v1.2.3-54-g00ecf