diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-02 08:15:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:18:00 +0100 |
commit | e918f3b194416c778c36b54da0c5321fda1d2523 (patch) | |
tree | 4a043709e947c1d1d80ccda961220669683fd74d /documentation | |
parent | cce30462a8bcdebc56b7b1687f89dc35b7b2de2c (diff) | |
download | poky-e918f3b194416c778c36b54da0c5321fda1d2523.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
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> |