diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-24 14:52:37 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:36 +0000 |
| commit | 6ee63d06e2f5e0197312fa7fec190df799eb5e6c (patch) | |
| tree | d9f27bb9beebd73e89e9c3f23c7a6bfd1ff9047c /documentation/ref-manual | |
| parent | 4a39d82139a0eddc8ed0140f5c3e1a3a89564ab5 (diff) | |
| download | poky-6ee63d06e2f5e0197312fa7fec190df799eb5e6c.tar.gz | |
ref-manual: Added BUILDHISTORY_DIR to glossary.
(From yocto-docs rev: 67c5903602a5519049c9a449775658aa287caa93)
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')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6fd953df6c..4e78c3e7f3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -896,6 +896,27 @@ | |||
| 896 | </glossdef> | 896 | </glossdef> |
| 897 | </glossentry> | 897 | </glossentry> |
| 898 | 898 | ||
| 899 | <glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm> | ||
| 900 | <glossdef> | ||
| 901 | <para> | ||
| 902 | When inheriting the | ||
| 903 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
| 904 | class, specifies the directory in which build history | ||
| 905 | information is kept. | ||
| 906 | For more information on how the variable works, see the | ||
| 907 | <filename>buildhistory.class</filename>. | ||
| 908 | </para> | ||
| 909 | |||
| 910 | <para> | ||
| 911 | By default, the <filename>buildhistory</filename> class | ||
| 912 | sets the directory as follows: | ||
| 913 | <literallayout class='monospaced'> | ||
| 914 | BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory" | ||
| 915 | </literallayout> | ||
| 916 | </para> | ||
| 917 | </glossdef> | ||
| 918 | </glossentry> | ||
| 919 | |||
| 899 | <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> | 920 | <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> |
| 900 | <glossdef> | 921 | <glossdef> |
| 901 | <para> | 922 | <para> |
