summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2056cdf34d..89f0af7990 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9388,11 +9388,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9388 By default, the value of this variable is set to 9388 By default, the value of this variable is set to
9389 <link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link> 9389 <link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link>
9390 when building for the target, 9390 when building for the target,
9391 <filename>BUILD_ARCH</filename> when building for the 9391 <link linkend='var-BUILD_ARCH'><filename>BUILD_ARCH</filename></link>
9392 build host and "${SDK_ARCH}-${SDKPKGSUFFIX}" when building 9392 when building for the
9393 build host, and "${SDK_ARCH}-${SDKPKGSUFFIX}" when building
9393 for the SDK. 9394 for the SDK.
9395 <note>
9396 See
9397 <link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>
9398 for more information.
9399 </note>
9394 However, if your recipe's output packages are built 9400 However, if your recipe's output packages are built
9395 specific to the target machine rather than general for 9401 specific to the target machine rather than generally for
9396 the architecture of the machine, you should set 9402 the architecture of the machine, you should set
9397 <filename>PACKAGE_ARCH</filename> to the value of 9403 <filename>PACKAGE_ARCH</filename> to the value of
9398 <link linkend='var-MACHINE_ARCH'><filename>MACHINE_ARCH</filename></link> 9404 <link linkend='var-MACHINE_ARCH'><filename>MACHINE_ARCH</filename></link>