summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-27 15:09:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-28 15:48:03 +0100
commitb44fbe5b1b425b8a8c23e4f0ba80583944ab303a (patch)
tree5e1787b385f95ffaf7fa2cf5507ff2a91ef39d07 /documentation/ref-manual/classes.rst
parent50458d923826ae96deaf799fa7ee1e0584cb57ff (diff)
downloadpoky-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.rst11
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:
1912You can control the list of resulting package formats by using the 1912You 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``
1914configuration file, which is located in the :term:`Build Directory`. 1914configuration file, which is located in the :term:`Build Directory`.
1915When defining the variable, you can 1915When defining the variable, you can specify one or more package types.
1916specify one or more package types. Since images are generated from 1916Since images are generated from packages, a packaging class is needed
1917packages, a packaging class is needed to enable image generation. The 1917to enable image generation. The first class listed in this variable is
1918first class listed in this variable is used for image generation. 1918used for image generation.
1919 1919
1920If you take the optional step to set up a repository (package feed) on 1920If you take the optional step to set up a repository (package feed) on
1921the development host that can be used by DNF, you can install packages 1921the 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
2401preserves these files for inspection and possible debugging purposes. If 2401preserves these files for inspection and possible debugging purposes. If
2402you would rather have these files deleted to save disk space as the 2402you would rather have these files deleted to save disk space as the
2403build progresses, you can enable :ref:`rm_work <ref-classes-rm-work>` by adding the following to 2403build progresses, you can enable :ref:`rm_work <ref-classes-rm-work>` by adding the following to
2404your ``local.conf`` file, which is found in the :term:`Build Directory`. 2404your ``local.conf`` file, which is found in the :term:`Build Directory`::
2405::
2406 2405
2407 INHERIT += "rm_work" 2406 INHERIT += "rm_work"
2408 2407