diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 15:46:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:18 +0100 |
commit | 78a88eaabe45d7acefab8d76a303aba9ad029515 (patch) | |
tree | b88130b6a02eab5e9c61544eef88f196446348ec | |
parent | 870b84633c69d4702aae408a577eb7ab8574b3a2 (diff) | |
download | poky-78a88eaabe45d7acefab8d76a303aba9ad029515.tar.gz |
ref-manual: Further corrections to the PACKAGE_ARCH variable.
(From yocto-docs rev: db48ae6f5720b3bc8ba6ae4caf565f1891dec5d5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5c1be64369..55eb6f1699 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5457,9 +5457,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5457 | By default, the value of this variable is set to | 5457 | By default, the value of this variable is set to |
5458 | <link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link> | 5458 | <link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link> |
5459 | when building for the target, | 5459 | when building for the target, |
5460 | <link linkend='var-BUILD_ARCH'><filename>BUILD_ARCH</filename></link> | 5460 | <filename>BUILD_ARCH</filename> when building for the |
5461 | when building for the build host and | 5461 | build host and "${SDK_ARCH}-${SDKPKGSUFFIX}" when building |
5462 | "${SDK_ARCH}-${SDKPKGSUFFIX}" when building for the SDK. | 5462 | for the SDK. |
5463 | However, if your recipe's output packages are built | 5463 | However, if your recipe's output packages are built |
5464 | specific to the target machine rather than general for | 5464 | specific to the target machine rather than general for |
5465 | the architecture of the machine, you should set | 5465 | the architecture of the machine, you should set |