diff options
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 | ||