summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8d5a386184..4846d3c834 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5453,6 +5453,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5453 </glossdef> 5453 </glossdef>
5454 </glossentry> 5454 </glossentry>
5455 5455
5456 <glossentry id='var-PACKAGE_ARCHS'><glossterm>PACKAGE_ARCHS</glossterm>
5457 <glossdef>
5458 <para>
5459 Specifies a list of architectures compatible with
5460 the target machine.
5461 Separate the entries using spaces and list them in order
5462 of priority.
5463 This variable is set automatically and should not
5464 normally be hand-edited.
5465 The default value for
5466 <filename>PACKAGE_ARCHS</filename> is "all any noarch
5467 ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}"
5468 </para>
5469 </glossdef>
5470 </glossentry>
5471
5472
5473
5456 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm> 5474 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm>
5457 <glossdef> 5475 <glossdef>
5458 <para>Enables easily adding packages to 5476 <para>Enables easily adding packages to