summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml13
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