From e918f3b194416c778c36b54da0c5321fda1d2523 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 2 May 2018 08:15:04 -0700 Subject: ref-manual: Updated PACKAGE_ARCH variable description. I added a link to the BUILD_ARCH variable. The variable is part of the glossary but for some reason there was no link to it. I also added a note for a link to the SDK_ARCH variable, which was described inline. By convention, I do not like to link to variables inline as the underlining used to indicate a link messes with with underscore characters that are usually a part of a varible's name. (From yocto-docs rev: a2f487141375ee7ce226eece85424e709ddc67a3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual') 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" By default, the value of this variable is set to TUNE_PKGARCH when building for the target, - BUILD_ARCH when building for the - build host and "${SDK_ARCH}-${SDKPKGSUFFIX}" when building + BUILD_ARCH + when building for the + build host, and "${SDK_ARCH}-${SDKPKGSUFFIX}" when building for the SDK. + + See + SDK_ARCH + for more information. + However, if your recipe's output packages are built - specific to the target machine rather than general for + specific to the target machine rather than generally for the architecture of the machine, you should set PACKAGE_ARCH to the value of MACHINE_ARCH -- cgit v1.2.3-54-g00ecf