From 5222e903360c2926879c18142f0ac758adfc89ab Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 09:32:01 -0700 Subject: [PATCH] dev-manual: Edits to "Working With a PR Service" section. (From yocto-docs rev: 0594ce7af4283b614672737f40e129d3848f0a27) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file 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 @@ - It is also recommended you use build history, which adds + It is also recommended you use Build History, which adds some sanity checks to package versions, in conjunction with the server that is running the PR Service. To enable build history, add the following to each building @@ -3021,7 +3021,7 @@ INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" - For information on build history, see the + For information on Build History, see the "Maintaining Build Output Quality" section in the Yocto Project Reference Manual.