summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-general.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-general.rst')
-rw-r--r--documentation/migration-guides/migration-general.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-general.rst b/documentation/migration-guides/migration-general.rst
index 0f0408e51f..847bdad739 100644
--- a/documentation/migration-guides/migration-general.rst
+++ b/documentation/migration-guides/migration-general.rst
@@ -86,7 +86,7 @@ any new Yocto Project release.
86 3. Capture the buildhistory output (as specified by :term:`BUILDHISTORY_DIR`) 86 3. Capture the buildhistory output (as specified by :term:`BUILDHISTORY_DIR`)
87 and ensure it is preserved for subsequent builds. How you would do this 87 and ensure it is preserved for subsequent builds. How you would do this
88 depends on how you are running your builds - if you are doing this all on 88 depends on how you are running your builds - if you are doing this all on
89 one workstation in the same build directory you may not need to do 89 one workstation in the same :term:`Build Directory` you may not need to do
90 anything other than not deleting the buildhistory output directory. For 90 anything other than not deleting the buildhistory output directory. For
91 builds in a pipeline it may be more complicated. 91 builds in a pipeline it may be more complicated.
92 92