summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-07 11:02:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:17 +0100
commit4cf38836ac0654633cc1f8c4ce310bfd1d26397e (patch)
treea9d42999fd65bf9f07cdf82633b426cdf1818b9c /documentation
parentffb615a50b322058891745f28ebd76e84c1cd1da (diff)
downloadpoky-4cf38836ac0654633cc1f8c4ce310bfd1d26397e.tar.gz
ref-manual: Added descriptions for three UPSTREAM* variables.
Fixes [YOCTO #9671] Put in descriptions for the following variables: * UPSTREAM_CHECK_GITTAGREGEX_pn * UPSTREAM_CHECK_URI_pn * UPSTREAM_CHECK_URI_pn (From yocto-docs rev: 5eb6d241dbe862cc84f697b419c11223e1b5d191) 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.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e29f359af1..385dd7f35d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -14312,6 +14312,60 @@ 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>
14316 <info>
14317 UPSTREAM_CHECK_GITTAGREGEX_pn[doc] = "Filters relevant Git tags when fetching source from an upstream Git repository."
14318 </info>
14319 <glossdef>
14320 <para role="glossdeffirst">
14321<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14322 When the OpenEmbedded build system fetches source code
14323 from an upstream Git repository, the build system uses
14324 Git tags to determine which upstream release version to
14325 fetch.
14326 You can use this regular expression to filter only
14327 relevant tags:
14328 <literallayout class='monospaced'>
14329 UPSTREAM_CHECK_GITTAGREGEX_pn-<replaceable>recipe</replaceable> = "git_tag_regex"
14330 </literallayout>
14331 </para>
14332 </glossdef>
14333 </glossentry>
14334
14335 <glossentry id='var-UPSTREAM_CHECK_REGEX_pn'><glossterm>UPSTREAM_CHECK_REGEX_pn</glossterm>
14336 <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."
14338 </info>
14339 <glossdef>
14340 <para role="glossdeffirst">
14341<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14342 The regular expression used by the package checking system
14343 to parse the page found using
14344 <link linkend='var-UPSTREAM_CHECK_URI_pn'><filename>UPSTREAM_CHECK_URI_pn</filename></link>.
14345 <literallayout class='monospaced'>
14346 UPSTREAM_CHECK_REGEX_pn-<replaceable>recipe</replaceable> = "package_regex"
14347 </literallayout>
14348 </para>
14349 </glossdef>
14350 </glossentry>
14351
14352 <glossentry id='var-UPSTREAM_CHECK_URI_pn'><glossterm>UPSTREAM_CHECK_URI_pn</glossterm>
14353 <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."
14355 </info>
14356 <glossdef>
14357 <para role="glossdeffirst">
14358<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14359 The URL used by the package checking system to get the
14360 latest version of the package when source files are
14361 fetched from an upstream Git repository.
14362 <literallayout class='monospaced'>
14363 UPSTREAM_CHECK_URI_pn-<replaceable>recipe</replaceable> = "recipe_url"
14364 </literallayout>
14365 </para>
14366 </glossdef>
14367 </glossentry>
14368
14315 <glossentry id='var-USE_DEVFS'><glossterm>USE_DEVFS</glossterm> 14369 <glossentry id='var-USE_DEVFS'><glossterm>USE_DEVFS</glossterm>
14316 <info> 14370 <info>
14317 USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population." 14371 USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population."