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>
This commit is contained in:
Paul Eggleton 2012-09-05 10:38:51 -07:00 committed by Richard Purdie
parent 6ceecd08f1
commit 43bbfc5e80
1 changed files with 12 additions and 1 deletions

View File

@ -1482,6 +1482,14 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
</glossdef>
</glossentry>
<glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm>
<glossdef>
<para>Enables easily adding packages to <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>
before <filename>${PN}</filename> so that the OpenEmbedded build process
picks up files that would normally be included in the default package.</para>
</glossdef>
</glossentry>
<glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm>
<glossdef>
<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"
<glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm>
<glossdef>
<para>The list of packages to be created from the recipe.
The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev".</para>
The default value is the following:
<literallayout class='monospaced'>
${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}
</literallayout></para>
</glossdef>
</glossentry>