diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-20 09:04:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:41:12 +0100 |
commit | 8986a6f589412b1b0556364331bc8c2befaa44c9 (patch) | |
tree | 9470c92a7e82c55cc592ea33383401fec18c2e11 | |
parent | a2ed012df785b5fb81946fc26923a0759088e8fa (diff) | |
download | poky-8986a6f589412b1b0556364331bc8c2befaa44c9.tar.gz |
ref-manual: Updated PACKAGES_FEED_ARCHS variable
Added the fact that this variable is really optional. If you
don't use it then you are setting up a package feed URI that
will include all supported arcchitectures for the package.
Using it means you are setting up specific URIs for specific
architectures.
Added a "Tip" note box to show how you can use the variable
to whitelist architectures.
(From yocto-docs rev: 009f3551aa61aaf6459fd24105a2e06511b59da3)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 705b1977d8..7ba1c576f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9594,20 +9594,29 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9594 | 9594 | ||
9595 | <glossentry id='var-PACKAGE_FEED_ARCHS'><glossterm>PACKAGE_FEED_ARCHS</glossterm> | 9595 | <glossentry id='var-PACKAGE_FEED_ARCHS'><glossterm>PACKAGE_FEED_ARCHS</glossterm> |
9596 | <info> | 9596 | <info> |
9597 | PACKAGE_FEED_ARCHS[doc] = "Specifies user-defined package architectures when constructing package feed URIs." | 9597 | PACKAGE_FEED_ARCHS[doc] = "Optionally specifies user-defined package architectures when constructing package feed URIs." |
9598 | </info> | 9598 | </info> |
9599 | <glossdef> | 9599 | <glossdef> |
9600 | <para role="glossdeffirst"> | 9600 | <para role="glossdeffirst"> |
9601 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 9601 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
9602 | Specifies the package architectures used as part of the | 9602 | Optionally specifies the package architectures used as |
9603 | package feed URIs during the build. | 9603 | part of the package feed URIs during the build. |
9604 | The <filename>PACKAGE_FEED_ARCHS</filename> variable is | 9604 | When used, the <filename>PACKAGE_FEED_ARCHS</filename> |
9605 | appended to the final package feed URI, which is constructed | 9605 | variable is appended to the final package feed URI, which |
9606 | using the | 9606 | is constructed using the |
9607 | <link linkend='var-PACKAGE_FEED_URIS'><filename>PACKAGE_FEED_URIS</filename></link> | 9607 | <link linkend='var-PACKAGE_FEED_URIS'><filename>PACKAGE_FEED_URIS</filename></link> |
9608 | and | 9608 | and |
9609 | <link linkend='var-PACKAGE_FEED_BASE_PATHS'><filename>PACKAGE_FEED_BASE_PATHS</filename></link> | 9609 | <link linkend='var-PACKAGE_FEED_BASE_PATHS'><filename>PACKAGE_FEED_BASE_PATHS</filename></link> |
9610 | variables. | 9610 | variables. |
9611 | <note><title>Tip</title> | ||
9612 | You can use the <filename>PACKAGE_FEEDS_ARCHS</filename> | ||
9613 | variable to whitelist specific package architectures. | ||
9614 | If you do not need to whitelist specific architectures, | ||
9615 | which is a common case, you can omit this variable. | ||
9616 | Omitting the variable results in all available | ||
9617 | architectures for the current machine being included | ||
9618 | into remote package feeds. | ||
9619 | </note> | ||
9611 | </para> | 9620 | </para> |
9612 | 9621 | ||
9613 | <para> | 9622 | <para> |