From 4792499fa5f2f4e4682e8f86c93fbcd1a17ec509 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 11 Oct 2012 05:56:16 -0700 Subject: documentation: poky-ref-manual - wording changes Some wording changes from "packages" to "recipe" as appropriate in some of the variable glossary entries. (From yocto-docs rev: 8f3d72dad9b68f78987a497092d74ff3f7e35b28) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index eeebe3477b..0387dbcf2d 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -200,14 +200,14 @@ BBFILE_PRIORITY Assigns the priority for recipe files in each layer. - This variable is useful in situations where the same package appears in + This variable is useful in situations where the same recipe appears in more than one layer. Setting this variable allows you to prioritize a - layer against other layers that contain the same package - effectively + layer against other layers that contain the same recipe - effectively letting you control the precedence for the multiple layers. The precedence established through this variable stands regardless of a - layer's package version (PV variable). - For example, a layer that has a package with a higher PV value but for + recipe's version (PV variable). + For example, a layer that has a recipe with a higher PV value but for which the BBFILE_PRIORITY is set to have a lower precedence still has a lower precedence. A larger value for the BBFILE_PRIORITY variable results in a higher @@ -269,7 +269,7 @@ BP The base recipe name and version but without any special - package name suffix (i.e. -native, lib64-, + recipe name suffix (i.e. -native, lib64-, and so forth). BP is comprised of the following: @@ -837,7 +837,8 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ HOMEPAGE - Website where more info about package can be found + Website where more information about the software the recipe is building + can be found. @@ -2420,7 +2421,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The pathname of the working directory in which the OpenEmbedded build system - builds packages. + builds a recipe. This directory is located within the TMPDIR directory structure and changes as different packages are built. @@ -2433,9 +2434,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The package architecture - PACKAGE_ARCH The target machine - MACHINE The target operating system - TARGET_OS - The package name - PN - The package version - PV - The package revision - PR + The recipe name - PN + The recipe version - PV + The recipe revision - PR @@ -2467,7 +2468,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" named poky and a default build directory at poky/build. In this case, the working directory the build system uses to build - the acl package, which is dependent on a + the acl recipe, which is being built for a MIPS-based device, is the following: ~/poky/build/tmp/work/mips-poky-linux/acl-2.2.51-r2 -- cgit v1.2.3-54-g00ecf