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>
This commit is contained in:
Paul Eggleton
2022-10-06 13:53:40 +13:00
committed by Richard Purdie
parent 72b7a67743
commit 98893c4ddf

View File

@@ -920,10 +920,10 @@ system and gives an overview of their function and contents.
and sdk). If you want to track changes to build history over time,
you should set this value to "1".
By default, the :ref:`buildhistory <ref-classes-buildhistory>` class does not commit the build
history output in a local Git repository::
By default, the :ref:`buildhistory <ref-classes-buildhistory>` class
enables committing the buildhistory output in a local Git repository::
BUILDHISTORY_COMMIT ?= "0"
BUILDHISTORY_COMMIT ?= "1"
:term:`BUILDHISTORY_COMMIT_AUTHOR`
When inheriting the :ref:`buildhistory <ref-classes-buildhistory>`