diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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> |