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/usingpoky.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/usingpoky.xml') diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index d1ac18fb2f..9fb74172b5 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -56,7 +56,8 @@ The build_dir argument is optional and specifies the directory the OpenEmbedded build system uses for the build - - the Build Directory. + the + Build Directory. If you do not specify a Build Directory, it defaults to a directory named build in your current working directory. A common practice is to use a different Build Directory for different targets. @@ -142,7 +143,7 @@ Once an image has been built, it often needs to be installed. The images and kernels built by the OpenEmbedded build system are placed in the - Build Directory in + Build Directory in tmp/deploy/images. For information on how to run pre-built images such as qemux86 and qemuarm, see the @@ -978,7 +979,7 @@ Removing TMPDIR (usually tmp/, within the - Build Directory) + Build Directory) can often fix temporary build issues. Removing TMPDIR is usually a relatively cheap operation, because task output will be @@ -1101,7 +1102,7 @@ BUILDHISTORY_COMMIT variable to "1" at the end of your conf/local.conf file found in the - Build Directory: + Build Directory: INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" @@ -1359,7 +1360,7 @@ you can enable writing only image information without any history by adding the following to your conf/local.conf file found in the - Build Directory: + Build Directory: INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "0" @@ -1645,7 +1646,7 @@ sync() calls into the file system on the principle that if there was a significant failure, the - Build Directory + Build Directory contents could easily be rebuilt. -- cgit v1.2.3-54-g00ecf