diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-07 11:02:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-21 12:59:06 +0100 |
commit | c735ade9981936e535452a0f59a5e127198790ac (patch) | |
tree | 766623c3585c46a13079346b6066f166e2b9c3a6 | |
parent | 7ef4a6593e2c58259a8f34fbe6d633c9d12cf1c6 (diff) | |
download | poky-c735ade9981936e535452a0f59a5e127198790ac.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: e00470cbf98714236f3197dd538371488d8f03fb)
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 | 54 |
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." |