summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2b5cb88efd..472215c25a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2393,7 +2393,7 @@ This check was removed for YP 2.3 release
2393 <filename><link linkend='var-PACKAGE_CLASSES'>PACKAGE_CLASSES</link></filename> 2393 <filename><link linkend='var-PACKAGE_CLASSES'>PACKAGE_CLASSES</link></filename>
2394 variable defined in your <filename>conf/local.conf</filename> 2394 variable defined in your <filename>conf/local.conf</filename>
2395 configuration file, which is located in the 2395 configuration file, which is located in the
2396 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 2396 <link linkend='build-directory'>Build Directory</link>.
2397 When defining the variable, you can specify one or more package types. 2397 When defining the variable, you can specify one or more package types.
2398 Since images are generated from packages, a packaging class is 2398 Since images are generated from packages, a packaging class is
2399 needed to enable image generation. 2399 needed to enable image generation.
@@ -2988,7 +2988,7 @@ This check was removed for YP 2.3 release
2988 as the build progresses, you can enable <filename>rm_work</filename> 2988 as the build progresses, you can enable <filename>rm_work</filename>
2989 by adding the following to your <filename>local.conf</filename> file, 2989 by adding the following to your <filename>local.conf</filename> file,
2990 which is found in the 2990 which is found in the
2991 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 2991 <link linkend='build-directory'>Build Directory</link>.
2992 <literallayout class='monospaced'> 2992 <literallayout class='monospaced'>
2993 INHERIT += "rm_work" 2993 INHERIT += "rm_work"
2994 </literallayout> 2994 </literallayout>