summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
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>