From 89de0baf9c60711bed164e62355d384710316657 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Feb 2014 19:19:23 -0600 Subject: ref-manual: Added BUILDHISTORY_PUSH_REPO to glossary. (From yocto-docs rev: fbcb1a1a47c1339b9a5843c1da6925ee7575237d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 09e115b410..04207acada 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1043,6 +1043,37 @@ + BUILDHISTORY_PUSH_REPO + + + When inheriting the + buildhistory + class, optionally specifies a remote repository + to which build history pushes Git changes. + In order for BUILDHISTORY_PUSH_REPO + to work, + BUILDHISTORY_COMMIT + must be set to "1". + + + + The repository should correspond to a remote + address that specifies a repository as understood by + Git, or alternatively to a remote name that you have + set up manually using git remote + within the local repository. + + + + By default, the buildhistory class + sets the variable as follows: + + BUILDHISTORY_PUSH_REPO ?= "" + + + + + BUILDSTATS_BASE -- cgit v1.2.3-54-g00ecf