diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 09:32:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:16 +0100 |
commit | 5222e903360c2926879c18142f0ac758adfc89ab (patch) | |
tree | f125e3fffdaae693cf0fe03b07e9380ce70f2ce2 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 8692ab0a72a68651507e77d8cfd026e0293537ac (diff) | |
download | poky-5222e903360c2926879c18142f0ac758adfc89ab.tar.gz |
dev-manual: Edits to "Working With a PR Service" section.
(From yocto-docs rev: 0594ce7af4283b614672737f40e129d3848f0a27)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 9076f579d1..7a29e236c7 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3011,7 +3011,7 @@ | |||
3011 | </para> | 3011 | </para> |
3012 | 3012 | ||
3013 | <para> | 3013 | <para> |
3014 | It is also recommended you use build history, which adds | 3014 | It is also recommended you use Build History, which adds |
3015 | some sanity checks to package versions, in conjunction with | 3015 | some sanity checks to package versions, in conjunction with |
3016 | the server that is running the PR Service. | 3016 | the server that is running the PR Service. |
3017 | To enable build history, add the following to each building | 3017 | To enable build history, add the following to each building |
@@ -3021,7 +3021,7 @@ | |||
3021 | INHERIT += "buildhistory" | 3021 | INHERIT += "buildhistory" |
3022 | BUILDHISTORY_COMMIT = "1" | 3022 | BUILDHISTORY_COMMIT = "1" |
3023 | </literallayout> | 3023 | </literallayout> |
3024 | For information on build history, see the | 3024 | For information on Build History, see the |
3025 | "<ulink url='&YOCTO_DOCS_REF_URL;#maintaining-build-output-quality'>Maintaining Build Output Quality</ulink>" | 3025 | "<ulink url='&YOCTO_DOCS_REF_URL;#maintaining-build-output-quality'>Maintaining Build Output Quality</ulink>" |
3026 | section in the Yocto Project Reference Manual. | 3026 | section in the Yocto Project Reference Manual. |
3027 | </para> | 3027 | </para> |