From c0859cd2b641a6481759a78aec2403a96cd6564a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 22 Feb 2012 13:51:35 -0600 Subject: documentation/dev-manual: Fixed YP Build Directory Term Throughout the manual there is a specific term to refer to the YP build directory: "Yocto Project Build Directory." This term was being loosely referred to and was not consisten in linking to the actual term definition in the Terms chapter. All this is fixed. (From yocto-docs rev: 9229a512a62780a0e52089cc865d0903cbe7c92e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ec9b2183e9..f631f98e18 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -771,7 +771,7 @@ so that there are some definite steps on how to do this. I need more detail her During a build, the unpacked temporary source code used by recipes - to build packages is available in the Yocto Project build directory as + to build packages is available in the Yocto Project Build Directory as defined by the S variable. Below is the default value for the S variable as defined in the @@ -802,7 +802,7 @@ so that there are some definite steps on how to do this. I need more detail her Let's look at an example without variables. Assuming a Yocto Project Files top-level directory named poky - and a default Yocto Project build directory of poky/build, + and a default Yocto Project Build Directory of poky/build, the following is the work directory for the acl package: ~/poky/build/tmp/work/i586-poky-linux/acl-2.2.51-r3 @@ -815,7 +815,7 @@ so that there are some definite steps on how to do this. I need more detail her ${TMPDIR}/work/${MACHINE}-poky-${TARGET_OS}/${PN}-${PV}-${PR} Again, assuming a Yocto Project Files top-level directory named poky - and a default Yocto Project build directory of poky/build, the + and a default Yocto Project Build Directory of poky/build, the following is the work directory for the acl package that is being built for a MIPS-based device: @@ -861,7 +861,7 @@ so that there are some definite steps on how to do this. I need more detail her Find the Source Code: The temporary source code used by the Yocto Project build system is kept in the - Yocto Project build directory. + Yocto Project Build Directory. See the "Finding the Temporary Source Code" section to learn how to locate the directory that has the temporary source code for a @@ -957,7 +957,7 @@ so that there are some definite steps on how to do this. I need more detail her Find the Source Code: The temporary source code used by the Yocto Project build system is kept in the - Yocto Project build directory. + Yocto Project Build Directory. See the "Finding the Temporary Source Code" section to learn how to locate the directory that has the temporary source code for a @@ -1141,7 +1141,8 @@ so that there are some definite steps on how to do this. I need more detail her After you have set up the recipes, you need to define the actual combination of multiple libraries you want to build. You accomplish this through your local.conf - configuration file in the Yocto Project build directory. + configuration file in the + Yocto Project Build Directory. An example configuration would be as follows: MACHINE = "qemux86-64" @@ -1185,8 +1186,8 @@ so that there are some definite steps on how to do this. I need more detail her A unique architecture is defined for the Multilib packages, along with creating a unique deploy folder under - tmp/deploy/rpm in the Yocto - Project build directory. + tmp/deploy/rpm in the + Yocto Project Build Directory. For example, consider lib32 in a qemux86-64 image. The possible architectures in the system are "all", "qemux86_64", -- cgit v1.2.3-54-g00ecf