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/dev-manual/start.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/dev-manual/start.rst')
-rw-r--r-- | documentation/dev-manual/start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 23d5643d12..f90375471f 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -558,8 +558,8 @@ your Yocto Project build host: | |||
558 | access to external devices such as those connected through a USB | 558 | access to external devices such as those connected through a USB |
559 | port, but it automatically mounts your ``C:`` drive on ``/mnt/c/`` | 559 | port, but it automatically mounts your ``C:`` drive on ``/mnt/c/`` |
560 | (and others), which you can use to share deploy artifacts to be later | 560 | (and others), which you can use to share deploy artifacts to be later |
561 | flashed on hardware through Windows, but your build directory should | 561 | flashed on hardware through Windows, but your :term:`Build Directory` |
562 | not reside inside this mountpoint. | 562 | should not reside inside this mountpoint. |
563 | 563 | ||
564 | Once you have WSL 2 set up, everything is in place to develop just as if | 564 | Once you have WSL 2 set up, everything is in place to develop just as if |
565 | you were running on a native Linux machine. If you are going to use the | 565 | you were running on a native Linux machine. If you are going to use the |