diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-05 10:38:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:47 +0100 |
commit | 43bbfc5e80b40089e72780eb1082628a62138b12 (patch) | |
tree | dc7ee8715012785a0e6b32b6003c92b92d6d38ec /documentation | |
parent | 6ceecd08f1e3c0d60eaf93d22c220bcceb001ced (diff) | |
download | poky-43bbfc5e80b40089e72780eb1082628a62138b12.tar.gz |
documentation/documentation/poky-ref-manual/ref-variables.xml: Update PACKAGES default
Also add a definition for PACKAGE_BEFORE_PN since the default
value of PACKAGES now includes this.
In addition to Paul's changes I reformatted the default to be
<literallayout> to appear as code.
(From yocto-docs rev: 187390e2589b886e524700db9dc2e89cf28c6e90)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index f2ef09f0a7..25f99c5364 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -1482,6 +1482,14 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" | |||
1482 | </glossdef> | 1482 | </glossdef> |
1483 | </glossentry> | 1483 | </glossentry> |
1484 | 1484 | ||
1485 | <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm> | ||
1486 | <glossdef> | ||
1487 | <para>Enables easily adding packages to <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> | ||
1488 | before <filename>${PN}</filename> so that the OpenEmbedded build process | ||
1489 | picks up files that would normally be included in the default package.</para> | ||
1490 | </glossdef> | ||
1491 | </glossentry> | ||
1492 | |||
1485 | <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm> | 1493 | <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm> |
1486 | <glossdef> | 1494 | <glossdef> |
1487 | <para>This variable, which is set in the <filename>local.conf</filename> configuration | 1495 | <para>This variable, which is set in the <filename>local.conf</filename> configuration |
@@ -1512,7 +1520,10 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" | |||
1512 | <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> | 1520 | <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> |
1513 | <glossdef> | 1521 | <glossdef> |
1514 | <para>The list of packages to be created from the recipe. | 1522 | <para>The list of packages to be created from the recipe. |
1515 | The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev".</para> | 1523 | The default value is the following: |
1524 | <literallayout class='monospaced'> | ||
1525 | ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN} | ||
1526 | </literallayout></para> | ||
1516 | </glossdef> | 1527 | </glossdef> |
1517 | </glossentry> | 1528 | </glossentry> |
1518 | 1529 | ||