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/overview-manual/development-environment.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/overview-manual/development-environment.rst')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index 43a6f1b480..04aea1373c 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -623,11 +623,9 @@ MIT license `here <https://en.wikipedia.org/wiki/MIT_License>`__. | |||
623 | 623 | ||
624 | When you build an image using the Yocto Project, the build process uses | 624 | When you build an image using the Yocto Project, the build process uses |
625 | a known list of licenses to ensure compliance. You can find this list in | 625 | a known list of licenses to ensure compliance. You can find this list in |
626 | the :term:`Source Directory` at | 626 | the :term:`Source Directory` at ``meta/files/common-licenses``. Once the |
627 | ``meta/files/common-licenses``. Once the build completes, the list of | 627 | build completes, the list of all licenses found and used during that build |
628 | all licenses found and used during that build are kept in the | 628 | are kept in the :term:`Build Directory` at ``tmp/deploy/licenses``. |
629 | :term:`Build Directory` at | ||
630 | ``tmp/deploy/licenses``. | ||
631 | 629 | ||
632 | If a module requires a license that is not in the base list, the build | 630 | If a module requires a license that is not in the base list, the build |
633 | process generates a warning during the build. These tools make it easier | 631 | process generates a warning during the build. These tools make it easier |