diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-17 13:49:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-30 15:55:07 +0000 |
commit | 81fbf759a447b35c995ba0157e4cc35c9f556358 (patch) | |
tree | 0e16b19acc28215ee14770329813ddc5d60571f8 /documentation/ref-manual | |
parent | 5ba6253ad2aaf6fddcbbb29c86b9a69cefe44169 (diff) | |
download | poky-81fbf759a447b35c995ba0157e4cc35c9f556358.tar.gz |
ref-manual: Clarified build history as creating a single commit per build.
(From yocto-docs rev: eb5edb5833ece9342cfeb645fbff1154bb2113c7)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 2cc777532e..e9bae1c6d0 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -1476,9 +1476,9 @@ qemux86" or "qemux86-64". | |||
1476 | INHERIT += "buildhistory" | 1476 | INHERIT += "buildhistory" |
1477 | BUILDHISTORY_COMMIT = "1" | 1477 | BUILDHISTORY_COMMIT = "1" |
1478 | </literallayout> | 1478 | </literallayout> |
1479 | Enabling build history as previously described | 1479 | Enabling build history as previously described causes the |
1480 | causes the build process to collect build | 1480 | OpenEmbedded build system to collect build output information and |
1481 | output information and commit it to a local | 1481 | commit it as a single commit to a local |
1482 | <link linkend='git'>Git</link> repository. | 1482 | <link linkend='git'>Git</link> repository. |
1483 | <note> | 1483 | <note> |
1484 | Enabling build history increases your build times slightly, | 1484 | Enabling build history increases your build times slightly, |