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/ref-manual/classes.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/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index e352abc4d8..3b33783c58 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1912,10 +1912,10 @@ package-specific classes: | |||
1912 | You can control the list of resulting package formats by using the | 1912 | You can control the list of resulting package formats by using the |
1913 | :term:`PACKAGE_CLASSES` variable defined in your ``conf/local.conf`` | 1913 | :term:`PACKAGE_CLASSES` variable defined in your ``conf/local.conf`` |
1914 | configuration file, which is located in the :term:`Build Directory`. | 1914 | configuration file, which is located in the :term:`Build Directory`. |
1915 | When defining the variable, you can | 1915 | When defining the variable, you can specify one or more package types. |
1916 | specify one or more package types. Since images are generated from | 1916 | Since images are generated from packages, a packaging class is needed |
1917 | packages, a packaging class is needed to enable image generation. The | 1917 | to enable image generation. The first class listed in this variable is |
1918 | first class listed in this variable is used for image generation. | 1918 | used for image generation. |
1919 | 1919 | ||
1920 | If you take the optional step to set up a repository (package feed) on | 1920 | If you take the optional step to set up a repository (package feed) on |
1921 | the development host that can be used by DNF, you can install packages | 1921 | the development host that can be used by DNF, you can install packages |
@@ -2401,8 +2401,7 @@ recipe are no longer needed. However, by default, the build system | |||
2401 | preserves these files for inspection and possible debugging purposes. If | 2401 | preserves these files for inspection and possible debugging purposes. If |
2402 | you would rather have these files deleted to save disk space as the | 2402 | you would rather have these files deleted to save disk space as the |
2403 | build progresses, you can enable :ref:`rm_work <ref-classes-rm-work>` by adding the following to | 2403 | build progresses, you can enable :ref:`rm_work <ref-classes-rm-work>` by adding the following to |
2404 | your ``local.conf`` file, which is found in the :term:`Build Directory`. | 2404 | your ``local.conf`` file, which is found in the :term:`Build Directory`:: |
2405 | :: | ||
2406 | 2405 | ||
2407 | INHERIT += "rm_work" | 2406 | INHERIT += "rm_work" |
2408 | 2407 | ||