summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-11 05:56:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:49 +0100
commit4792499fa5f2f4e4682e8f86c93fbcd1a17ec509 (patch)
tree8572cf4fcf8938b94a4e69678bad49ccad864585 /documentation/poky-ref-manual
parent2e6a6f05985452e79072068972060a52c6b21baf (diff)
downloadpoky-4792499fa5f2f4e4682e8f86c93fbcd1a17ec509.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml23
1 files 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 @@
200 <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm> 200 <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm>
201 <glossdef> 201 <glossdef>
202 <para>Assigns the priority for recipe files in each layer.</para> 202 <para>Assigns the priority for recipe files in each layer.</para>
203 <para>This variable is useful in situations where the same package appears in 203 <para>This variable is useful in situations where the same recipe appears in
204 more than one layer. 204 more than one layer.
205 Setting this variable allows you to prioritize a 205 Setting this variable allows you to prioritize a
206 layer against other layers that contain the same package - effectively 206 layer against other layers that contain the same recipe - effectively
207 letting you control the precedence for the multiple layers. 207 letting you control the precedence for the multiple layers.
208 The precedence established through this variable stands regardless of a 208 The precedence established through this variable stands regardless of a
209 layer's package version (<filename>PV</filename> variable). 209 recipe's version (<filename>PV</filename> variable).
210 For example, a layer that has a package with a higher <filename>PV</filename> value but for 210 For example, a layer that has a recipe with a higher <filename>PV</filename> value but for
211 which the <filename>BBFILE_PRIORITY</filename> is set to have a lower precedence still has a 211 which the <filename>BBFILE_PRIORITY</filename> is set to have a lower precedence still has a
212 lower precedence.</para> 212 lower precedence.</para>
213 <para>A larger value for the <filename>BBFILE_PRIORITY</filename> variable results in a higher 213 <para>A larger value for the <filename>BBFILE_PRIORITY</filename> variable results in a higher
@@ -269,7 +269,7 @@
269 <glossentry id='var-BP'><glossterm>BP</glossterm> 269 <glossentry id='var-BP'><glossterm>BP</glossterm>
270 <glossdef> 270 <glossdef>
271 <para>The base recipe name and version but without any special 271 <para>The base recipe name and version but without any special
272 package name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>, 272 recipe name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>,
273 and so forth). 273 and so forth).
274 <filename>BP</filename> is comprised of the following: 274 <filename>BP</filename> is comprised of the following:
275 <literallayout class="monospaced"> 275 <literallayout class="monospaced">
@@ -837,7 +837,8 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
837 837
838 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE</glossterm> 838 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE</glossterm>
839 <glossdef> 839 <glossdef>
840 <para>Website where more info about package can be found</para> 840 <para>Website where more information about the software the recipe is building
841 can be found.</para>
841 </glossdef> 842 </glossdef>
842 </glossentry> 843 </glossentry>
843 844
@@ -2420,7 +2421,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2420 <glossdef> 2421 <glossdef>
2421 <para> 2422 <para>
2422 The pathname of the working directory in which the OpenEmbedded build system 2423 The pathname of the working directory in which the OpenEmbedded build system
2423 builds packages. 2424 builds a recipe.
2424 This directory is located within the 2425 This directory is located within the
2425 <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> directory structure and changes 2426 <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> directory structure and changes
2426 as different packages are built. 2427 as different packages are built.
@@ -2433,9 +2434,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2433 <listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></link></listitem> 2434 <listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></link></listitem>
2434 <listitem>The target machine - <link linkend='var-MACHINE'><filename>MACHINE</filename></link></listitem> 2435 <listitem>The target machine - <link linkend='var-MACHINE'><filename>MACHINE</filename></link></listitem>
2435 <listitem>The target operating system - <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link></listitem> 2436 <listitem>The target operating system - <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link></listitem>
2436 <listitem>The package name - <link linkend='var-PN'><filename>PN</filename></link></listitem> 2437 <listitem>The recipe name - <link linkend='var-PN'><filename>PN</filename></link></listitem>
2437 <listitem>The package version - <link linkend='var-PV'><filename>PV</filename></link></listitem> 2438 <listitem>The recipe version - <link linkend='var-PV'><filename>PV</filename></link></listitem>
2438 <listitem>The package revision - <link linkend='var-PR'><filename>PR</filename></link></listitem> 2439 <listitem>The recipe revision - <link linkend='var-PR'><filename>PR</filename></link></listitem>
2439 </itemizedlist> 2440 </itemizedlist>
2440 </para> 2441 </para>
2441 2442
@@ -2467,7 +2468,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2467 named <filename>poky</filename> and a default build directory 2468 named <filename>poky</filename> and a default build directory
2468 at <filename>poky/build</filename>. 2469 at <filename>poky/build</filename>.
2469 In this case, the working directory the build system uses to build 2470 In this case, the working directory the build system uses to build
2470 the <filename>acl</filename> package, which is dependent on a 2471 the <filename>acl</filename> recipe, which is being built for a
2471 MIPS-based device, is the following: 2472 MIPS-based device, is the following:
2472 <literallayout class='monospaced'> 2473 <literallayout class='monospaced'>
2473 ~/poky/build/tmp/work/mips-poky-linux/acl-2.2.51-r2 2474 ~/poky/build/tmp/work/mips-poky-linux/acl-2.2.51-r2