summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 15:35:21 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:18 +0100
commit98b42bca0dcddf87ab98fbb88d43b8e73f046631 (patch)
tree3bf51ec25c815e66d7d5a07cace6fb716f497d9d /documentation/ref-manual/ref-variables.xml
parentcb5cf01aae27d64064fdbf3e3d5fc6c49600fa0b (diff)
downloadpoky-98b42bca0dcddf87ab98fbb88d43b8e73f046631.tar.gz
ref-manual: Added the PACKAGE_ARCHS variable.
(From yocto-docs rev: 436758c094db7fc51aa14ee7870d7dac678b416e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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