From 4cf38836ac0654633cc1f8c4ce310bfd1d26397e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 7 Jun 2016 11:02:12 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 54 ++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'documentation') 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" + UPSTREAM_CHECK_GITTAGREGEX_pn + + UPSTREAM_CHECK_GITTAGREGEX_pn[doc] = "Filters relevant Git tags when fetching source from an upstream Git repository." + + + + + When the OpenEmbedded build system fetches source code + from an upstream Git repository, the build system uses + Git tags to determine which upstream release version to + fetch. + You can use this regular expression to filter only + relevant tags: + + UPSTREAM_CHECK_GITTAGREGEX_pn-recipe = "git_tag_regex" + + + + + + UPSTREAM_CHECK_REGEX_pn + + UPSTREAM_CHECK_REGEX_pn[doc] = "The regular expression the package checking system uses to parse the page pointed to by UPSTREAM_CHECK_URI_pn." + + + + + The regular expression used by the package checking system + to parse the page found using + UPSTREAM_CHECK_URI_pn. + + UPSTREAM_CHECK_REGEX_pn-recipe = "package_regex" + + + + + + UPSTREAM_CHECK_URI_pn + + 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." + + + + + 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. + + UPSTREAM_CHECK_URI_pn-recipe = "recipe_url" + + + + + USE_DEVFS USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population." -- cgit v1.2.3-54-g00ecf