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>
This commit is contained in:
Scott Rifenbark
2014-05-29 15:46:41 +03:00
committed by Richard Purdie
parent 870b84633c
commit 78a88eaabe

View File

@@ -5457,9 +5457,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
By default, the value of this variable is set to
<link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link>
when building for the target,
<link linkend='var-BUILD_ARCH'><filename>BUILD_ARCH</filename></link>
when building for the build host and
"${SDK_ARCH}-${SDKPKGSUFFIX}" when building for the SDK.
<filename>BUILD_ARCH</filename> when building for the
build host and "${SDK_ARCH}-${SDKPKGSUFFIX}" when building
for the SDK.
However, if your recipe's output packages are built
specific to the target machine rather than general for
the architecture of the machine, you should set