diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 15:50:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:19 +0100 |
commit | d9727abef5ee184bf047f82aeb25a586f83f9480 (patch) | |
tree | 946eba5213cf63ec8651f68d7bbf186f3bdc977b /documentation/ref-manual/ref-variables.xml | |
parent | 78a88eaabe45d7acefab8d76a303aba9ad029515 (diff) | |
download | poky-d9727abef5ee184bf047f82aeb25a586f83f9480.tar.gz |
ref-manual: Added the SDK_PACKAGE_ARCHS variable.
(From yocto-docs rev: 7a0abc52a4b85e98b383a6ac9ed46179a2662f7f)
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.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 55eb6f1699..8fcb415dbe 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7091,6 +7091,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7091 | </glossdef> | 7091 | </glossdef> |
7092 | </glossentry> | 7092 | </glossentry> |
7093 | 7093 | ||
7094 | <glossentry id='var-SDK_PACKAGE_ARCHS'><glossterm>SDK_PACKAGE_ARCHS</glossterm> | ||
7095 | <glossdef> | ||
7096 | <para> | ||
7097 | Specifies a list of architectures compatible with | ||
7098 | the SDK machine. | ||
7099 | Separate the entries using spaces and list them in order | ||
7100 | of priority. | ||
7101 | This variable is set automatically and should not | ||
7102 | normally be hand-edited. | ||
7103 | The default value for | ||
7104 | <filename>SDK_PACKAGE_ARCHS</filename> is "all any noarch | ||
7105 | ${SDK_ARCH}-${SDKPKGSUFFIX}"" | ||
7106 | </para> | ||
7107 | </glossdef> | ||
7108 | </glossentry> | ||
7109 | |||
7094 | <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> | 7110 | <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> |
7095 | <glossdef> | 7111 | <glossdef> |
7096 | <para>Equivalent to | 7112 | <para>Equivalent to |