summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-07 15:28:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:17 +0100
commit1d7983106c4f3e0f61d1a84e79cd5b08d4e2c052 (patch)
tree149915b9d195f35dac060be4032a4a5515ff2645 /documentation
parent4cf38836ac0654633cc1f8c4ce310bfd1d26397e (diff)
downloadpoky-1d7983106c4f3e0f61d1a84e79cd5b08d4e2c052.tar.gz
ref-manual: Edits to UPSTREAM_CHECK_* variables.
Fixes [YOCTO #9671] Applied some review comments to these three variables. Edits to be sure to qualify that the variables only to recipes who inherit the distrodata class. (From yocto-docs rev: bb9a9866733e92d5c79bdc6b3b3c930468c0d616) 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.xml43
1 files changed, 26 insertions, 17 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 385dd7f35d..996526924c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -14312,55 +14312,64 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14312 </glossdef> 14312 </glossdef>
14313 </glossentry> 14313 </glossentry>
14314 14314
14315 <glossentry id='var-UPSTREAM_CHECK_GITTAGREGEX_pn'><glossterm>UPSTREAM_CHECK_GITTAGREGEX_pn</glossterm> 14315 <glossentry id='var-UPSTREAM_CHECK_GITTAGREGEX'><glossterm>UPSTREAM_CHECK_GITTAGREGEX</glossterm>
14316 <info> 14316 <info>
14317 UPSTREAM_CHECK_GITTAGREGEX_pn[doc] = "Filters relevant Git tags when fetching source from an upstream Git repository." 14317 UPSTREAM_CHECK_GITTAGREGEX[doc] = "Filters relevant Git tags when fetching source from an upstream Git repository."
14318 </info> 14318 </info>
14319 <glossdef> 14319 <glossdef>
14320 <para role="glossdeffirst"> 14320 <para role="glossdeffirst">
14321<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 14321<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14322 When the OpenEmbedded build system fetches source code 14322 For recipes inheriting the
14323 from an upstream Git repository, the build system uses 14323 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
14324 Git tags to determine which upstream release version to 14324 class, the <filename>UPSTREAM_CHECK_GITTAGREGEX</filename>
14325 fetch. 14325 variable causes the OpenEmbedded build system to use Git
14326 tabs to determine which upstream release version to
14327 fetch when fetching source code from an upstream Git
14328 repository.
14326 You can use this regular expression to filter only 14329 You can use this regular expression to filter only
14327 relevant tags: 14330 relevant tags:
14328 <literallayout class='monospaced'> 14331 <literallayout class='monospaced'>
14329 UPSTREAM_CHECK_GITTAGREGEX_pn-<replaceable>recipe</replaceable> = "git_tag_regex" 14332 UPSTREAM_CHECK_GITTAGREGEX-<replaceable>recipe</replaceable> = "git_tag_regex"
14330 </literallayout> 14333 </literallayout>
14331 </para> 14334 </para>
14332 </glossdef> 14335 </glossdef>
14333 </glossentry> 14336 </glossentry>
14334 14337
14335 <glossentry id='var-UPSTREAM_CHECK_REGEX_pn'><glossterm>UPSTREAM_CHECK_REGEX_pn</glossterm> 14338 <glossentry id='var-UPSTREAM_CHECK_REGEX'><glossterm>UPSTREAM_CHECK_REGEX</glossterm>
14336 <info> 14339 <info>
14337 UPSTREAM_CHECK_REGEX_pn[doc] = "The regular expression the package checking system uses to parse the page pointed to by UPSTREAM_CHECK_URI_pn." 14340 UPSTREAM_CHECK_REGEX[doc] = "The regular expression the package checking system uses to parse the page pointed to by UPSTREAM_CHECK_URI_pn."
14338 </info> 14341 </info>
14339 <glossdef> 14342 <glossdef>
14340 <para role="glossdeffirst"> 14343 <para role="glossdeffirst">
14341<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 14344<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14342 The regular expression used by the package checking system 14345 For recipes inheriting the
14343 to parse the page found using 14346 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
14344 <link linkend='var-UPSTREAM_CHECK_URI_pn'><filename>UPSTREAM_CHECK_URI_pn</filename></link>. 14347 class, the <filename>UPSTREAM_CHECK_REGEX</filename>
14348 variable causes the package checking system to use the
14349 regular expression to parse the page found using
14350 <link linkend='var-UPSTREAM_CHECK_URI'><filename>UPSTREAM_CHECK_URI</filename></link>.
14345 <literallayout class='monospaced'> 14351 <literallayout class='monospaced'>
14346 UPSTREAM_CHECK_REGEX_pn-<replaceable>recipe</replaceable> = "package_regex" 14352 UPSTREAM_CHECK_REGEX-<replaceable>recipe</replaceable> = "package_regex"
14347 </literallayout> 14353 </literallayout>
14348 </para> 14354 </para>
14349 </glossdef> 14355 </glossdef>
14350 </glossentry> 14356 </glossentry>
14351 14357
14352 <glossentry id='var-UPSTREAM_CHECK_URI_pn'><glossterm>UPSTREAM_CHECK_URI_pn</glossterm> 14358 <glossentry id='var-UPSTREAM_CHECK_URI'><glossterm>UPSTREAM_CHECK_URI</glossterm>
14353 <info> 14359 <info>
14354 UPSTREAM_CHECK_URI_pn[doc] = "The URL used by the package checking system to get the latest version of the package when source files are fetched from an upstream Git repository." 14360 UPSTREAM_CHECK_URI[doc] = "The URL used by the package checking system to get the latest version of the package when source files are fetched from an upstream Git repository."
14355 </info> 14361 </info>
14356 <glossdef> 14362 <glossdef>
14357 <para role="glossdeffirst"> 14363 <para role="glossdeffirst">
14358<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 14364<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14359 The URL used by the package checking system to get the 14365 For recipes inheriting the
14366 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
14367 class, the <filename>UPSTREAM_CHECK_URI</filename>
14368 variable causes the package checking system to get the
14360 latest version of the package when source files are 14369 latest version of the package when source files are
14361 fetched from an upstream Git repository. 14370 fetched from an upstream Git repository.
14362 <literallayout class='monospaced'> 14371 <literallayout class='monospaced'>
14363 UPSTREAM_CHECK_URI_pn-<replaceable>recipe</replaceable> = "recipe_url" 14372 UPSTREAM_CHECK_URI-<replaceable>recipe</replaceable> = "recipe_url"
14364 </literallayout> 14373 </literallayout>
14365 </para> 14374 </para>
14366 </glossdef> 14375 </glossdef>