diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-27 15:09:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-28 15:48:03 +0100 |
commit | b44fbe5b1b425b8a8c23e4f0ba80583944ab303a (patch) | |
tree | 5e1787b385f95ffaf7fa2cf5507ff2a91ef39d07 /documentation/migration-guides/migration-1.5.rst | |
parent | 50458d923826ae96deaf799fa7ee1e0584cb57ff (diff) | |
download | poky-b44fbe5b1b425b8a8c23e4f0ba80583944ab303a.tar.gz |
manuals: use references to the "Build Directory" term
Replace instances of "Build Directory" and "build directory"
(when applicable) by :term:`Build Directory` as already
done in most places.
Doing this, fix the indentation of the paragraphs with
this term.
(From yocto-docs rev: dce50679242d39f133e0cde5c8483b5e69f3eb54)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-1.5.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.5.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst index 1b78e99809..70a087ff1a 100644 --- a/documentation/migration-guides/migration-1.5.rst +++ b/documentation/migration-guides/migration-1.5.rst | |||
@@ -126,10 +126,9 @@ The following directory changes exist: | |||
126 | :term:`DEPLOY_DIR_IMAGE` variable in the external environment. | 126 | :term:`DEPLOY_DIR_IMAGE` variable in the external environment. |
127 | 127 | ||
128 | - When buildhistory is enabled, its output is now written under the | 128 | - When buildhistory is enabled, its output is now written under the |
129 | :term:`Build Directory` rather than | 129 | :term:`Build Directory` rather than :term:`TMPDIR`. Doing so makes |
130 | :term:`TMPDIR`. Doing so makes it easier to delete | 130 | it easier to delete :term:`TMPDIR` and preserve the build history. |
131 | :term:`TMPDIR` and preserve the build history. Additionally, data for | 131 | Additionally, data for produced SDKs is now split by :term:`IMAGE_NAME`. |
132 | produced SDKs is now split by :term:`IMAGE_NAME`. | ||
133 | 132 | ||
134 | - The ``pkgdata`` directory produced as part of the packaging process | 133 | - The ``pkgdata`` directory produced as part of the packaging process |
135 | has been collapsed into a single machine-specific directory. This | 134 | has been collapsed into a single machine-specific directory. This |