diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-25 19:02:27 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:37 +0000 |
commit | 47ca2108e10c1d179751fa5eefb2c8638dff8878 (patch) | |
tree | fc8cbd4691b6340f157a0be8634d4aec7713317a | |
parent | f3927f3271b8cb333debb3097c460a44d104223d (diff) | |
download | poky-47ca2108e10c1d179751fa5eefb2c8638dff8878.tar.gz |
ref-manual: Added BUILDHISTORY_COMMIT to glossary.
(From yocto-docs rev: 8b1defdff2aaebac90b8338d6694764cff185083)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 861be8d2a7..3928a1fa42 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -896,6 +896,34 @@ | |||
896 | </glossdef> | 896 | </glossdef> |
897 | </glossentry> | 897 | </glossentry> |
898 | 898 | ||
899 | <glossentry id='var-BUILDHISTORY_COMMIT'><glossterm>BUILDHISTORY_COMMIT</glossterm> | ||
900 | <glossdef> | ||
901 | <para> | ||
902 | When inheriting the | ||
903 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
904 | class, specifies whether or not to commit the build | ||
905 | history output in a local Git repository. | ||
906 | If set to "1", this local repository will be maintained | ||
907 | automatically by the | ||
908 | <filename>buildhistory</filename> | ||
909 | class and a commit will be created on every | ||
910 | build for changes to each top-level subdirectory of the | ||
911 | build history output (images, packages, and sdk). | ||
912 | If you want to track changes to build history over | ||
913 | time, you should set this value to "1". | ||
914 | </para> | ||
915 | |||
916 | <para> | ||
917 | By default, the <filename>buildhistory</filename> class | ||
918 | does not commit the build history output in a local | ||
919 | Git repository: | ||
920 | <literallayout class='monospaced'> | ||
921 | BUILDHISTORY_COMMIT ?= "0" | ||
922 | </literallayout> | ||
923 | </para> | ||
924 | </glossdef> | ||
925 | </glossentry> | ||
926 | |||
899 | <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm> | 927 | <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm> |
900 | <glossdef> | 928 | <glossdef> |
901 | <para> | 929 | <para> |