summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-06 13:53:40 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:56 +0100
commit98893c4ddf530f56c3cdc8f54877acb4f1465bcb (patch)
tree7d58307d47081a4eeca8301bbaada0b141b8ab4c /documentation
parent72b7a677433be66ac7f6f1bbdd852b5586dd2642 (diff)
downloadpoky-98893c4ddf530f56c3cdc8f54877acb4f1465bcb.tar.gz
ref-manual: correct default for BUILDHISTORY_COMMIT
The default changed to "1" back in 2017 (OE-Core revision 8018a2349b7ad5ab27731c93a49603adf5f72fc2). It seems I missed updating the documentation to match. (From yocto-docs rev: f5eb40a361661d8399c5bafeda3e76ed45d0e3fb) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index eaabdd2d4b..857cc01de4 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -920,10 +920,10 @@ system and gives an overview of their function and contents.
920 and sdk). If you want to track changes to build history over time, 920 and sdk). If you want to track changes to build history over time,
921 you should set this value to "1". 921 you should set this value to "1".
922 922
923 By default, the :ref:`buildhistory <ref-classes-buildhistory>` class does not commit the build 923 By default, the :ref:`buildhistory <ref-classes-buildhistory>` class
924 history output in a local Git repository:: 924 enables committing the buildhistory output in a local Git repository::
925 925
926 BUILDHISTORY_COMMIT ?= "0" 926 BUILDHISTORY_COMMIT ?= "1"
927 927
928 :term:`BUILDHISTORY_COMMIT_AUTHOR` 928 :term:`BUILDHISTORY_COMMIT_AUTHOR`
929 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>` 929 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>`