From 8986a6f589412b1b0556364331bc8c2befaa44c9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 20 Mar 2018 09:04:55 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++------ 1 file 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" PACKAGE_FEED_ARCHS - PACKAGE_FEED_ARCHS[doc] = "Specifies user-defined package architectures when constructing package feed URIs." + PACKAGE_FEED_ARCHS[doc] = "Optionally specifies user-defined package architectures when constructing package feed URIs." - Specifies the package architectures used as part of the - package feed URIs during the build. - The PACKAGE_FEED_ARCHS variable is - appended to the final package feed URI, which is constructed - using the + Optionally specifies the package architectures used as + part of the package feed URIs during the build. + When used, the PACKAGE_FEED_ARCHS + variable is appended to the final package feed URI, which + is constructed using the PACKAGE_FEED_URIS and PACKAGE_FEED_BASE_PATHS variables. + Tip + You can use the PACKAGE_FEEDS_ARCHS + variable to whitelist specific package architectures. + If you do not need to whitelist specific architectures, + which is a common case, you can omit this variable. + Omitting the variable results in all available + architectures for the current machine being included + into remote package feeds. + -- cgit v1.2.3-54-g00ecf