diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-25 19:19:23 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:37 +0000 |
commit | 89de0baf9c60711bed164e62355d384710316657 (patch) | |
tree | 1efcf8686143eb25a8fc158350a7800ce492417f /documentation/ref-manual/ref-variables.xml | |
parent | 32338590a542f92f8829d82f977e6db3e54db8b1 (diff) | |
download | poky-89de0baf9c60711bed164e62355d384710316657.tar.gz |
ref-manual: Added BUILDHISTORY_PUSH_REPO to glossary.
(From yocto-docs rev: fbcb1a1a47c1339b9a5843c1da6925ee7575237d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 31 |
1 files changed, 31 insertions, 0 deletions
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 @@ | |||
1043 | </glossdef> | 1043 | </glossdef> |
1044 | </glossentry> | 1044 | </glossentry> |
1045 | 1045 | ||
1046 | <glossentry id='var-BUILDHISTORY_PUSH_REPO'><glossterm>BUILDHISTORY_PUSH_REPO</glossterm> | ||
1047 | <glossdef> | ||
1048 | <para> | ||
1049 | When inheriting the | ||
1050 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
1051 | class, optionally specifies a remote repository | ||
1052 | to which build history pushes Git changes. | ||
1053 | In order for <filename>BUILDHISTORY_PUSH_REPO</filename> | ||
1054 | to work, | ||
1055 | <link linkend='var-BUILDHISTORY_COMMIT'><filename>BUILDHISTORY_COMMIT</filename></link> | ||
1056 | must be set to "1". | ||
1057 | </para> | ||
1058 | |||
1059 | <para> | ||
1060 | The repository should correspond to a remote | ||
1061 | address that specifies a repository as understood by | ||
1062 | Git, or alternatively to a remote name that you have | ||
1063 | set up manually using <filename>git remote</filename> | ||
1064 | within the local repository. | ||
1065 | </para> | ||
1066 | |||
1067 | <para> | ||
1068 | By default, the <filename>buildhistory</filename> class | ||
1069 | sets the variable as follows: | ||
1070 | <literallayout class='monospaced'> | ||
1071 | BUILDHISTORY_PUSH_REPO ?= "" | ||
1072 | </literallayout> | ||
1073 | </para> | ||
1074 | </glossdef> | ||
1075 | </glossentry> | ||
1076 | |||
1046 | <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm> | 1077 | <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm> |
1047 | <glossdef> | 1078 | <glossdef> |
1048 | <para> | 1079 | <para> |