From 98b42bca0dcddf87ab98fbb88d43b8e73f046631 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 15:35:21 +0300 Subject: ref-manual: Added the PACKAGE_ARCHS variable. (From yocto-docs rev: 436758c094db7fc51aa14ee7870d7dac678b416e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'documentation/ref-manual') 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" + PACKAGE_ARCHS + + + Specifies a list of architectures compatible with + the target machine. + Separate the entries using spaces and list them in order + of priority. + This variable is set automatically and should not + normally be hand-edited. + The default value for + PACKAGE_ARCHS is "all any noarch + ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}" + + + + + + PACKAGE_BEFORE_PN Enables easily adding packages to -- cgit v1.2.3-54-g00ecf